码迷,mamicode.com
首页 > 其他好文 > 详细

ILP32、ILP64、LP64、LLP64、64位系统

时间:2018-05-22 20:39:00      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:资料   lin   type   ble   系统   inux   data   inter   har   

Data Type     ILP32      ILP64     LP64      LLP64
char              8             8            8            8
short            16           16          16          16
int                32           64          32          32
long             32           64          64          32
long long      64           64          64          64
pointer         32           64          64          64

在网上查资料,还看到一个LP32(long point 64)模型,就是int是16位的。
这个从来没有用到过。

绝大部分64位的Unix,linux都是使用的LP64模型;
64位的Windows使用的是LLP64(long long and point 64)模型。



另外,在网上看到一个资料:
float    都是4字节;
double    都是8字节;(C中直接写小数,默认是double型)

ILP32、ILP64、LP64、LLP64、64位系统

标签:资料   lin   type   ble   系统   inux   data   inter   har   

原文地址:https://www.cnblogs.com/zhangdongsheng/p/9073754.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!