代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1779644
out++ s-pointer-float.out++
+++Struct pointer-float:
size=8,align=4,offset-pointer=0,offset-float=4,
align-pointer=4,align-float=4
www.eeworm.com/read/440906/1779654
out s-pointer-short.out
+++Struct pointer-short:
size=8,align=4,offset-pointer=0,offset-short=4,
align-pointer=4,align-short=2
www.eeworm.com/read/440906/1779664
out s-long-pointer.out
+++Struct long-pointer:
size=8,align=4,offset-long=0,offset-pointer=4,
align-long=4,align-pointer=4
www.eeworm.com/read/440906/1779667
out s-pointer-double.out
+++Struct pointer-double:
size=16,align=8,offset-pointer=0,offset-double=8,
align-pointer=4,align-double=8
www.eeworm.com/read/440906/1779685
out++ s-pointer-long.out++
+++Struct pointer-long:
size=8,align=4,offset-pointer=0,offset-long=4,
align-pointer=4,align-long=4
www.eeworm.com/read/440906/1779702
out++ s-pointer-a-short.out++
++++Array of short in struct starting with pointer:
size=24,align=4
offset-pointer=0,offset-arrayof-short=4,
align-pointer=4,align-arrayof-short=2
offset-short-a[5]=14,align-short-a[5]=2
www.eeworm.com/read/440906/1779712
out++ s-pointer-a-double.out++
++++Array of double in struct starting with pointer:
size=88,align=8
offset-pointer=0,offset-arrayof-double=8,
align-pointer=4,align-arrayof-double=8
offset-double-a[5]=48,align-double-a[5]=8
www.eeworm.com/read/440906/1779722
out s-pointer-longlong.out
+++Struct pointer-longlong:
size=16,align=8,offset-pointer=0,offset-longlong=8,
align-pointer=4,align-longlong=8
www.eeworm.com/read/440906/1779753
c s-pointer-a-float.c
#include
static struct sss{
char * f;
float a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of float in struct sta
www.eeworm.com/read/440906/1779773
c s-long-a-pointer.c
#include
static struct sss{
long f;
char * a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of pointer in struct st