代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1460528
c s-long-pointer.c
#include
static struct sss{
long f;
char * snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct long-pointer:\n");
prin
www.eeworm.com/read/470693/1460581
out s-double-a-pointer.out
++++Array of pointer in struct starting with double:
size=48,align=8
offset-double=0,offset-arrayof-pointer=8,
align-double=8,align-arrayof-pointer=4
offset-pointer-a[5]=28,align-pointer-a[5]=4
www.eeworm.com/read/470693/1460583
out s-char-pointer.out
+++Struct char-pointer:
size=8,align=4,offset-char=0,offset-pointer=4,
align-char=1,align-pointer=4
www.eeworm.com/read/470693/1460594
out++ s-longlong-a-pointer.out++
++++Array of pointer in struct starting with longlong:
size=48,align=8
offset-longlong=0,offset-arrayof-pointer=8,
align-longlong=8,align-arrayof-pointer=4
offset-pointer-a[5]=28,align-pointer-a[5]=4
www.eeworm.com/read/470693/1460675
out++ s-longdouble-pointer.out++
+++Struct longdouble-pointer:
size=32,align=16,offset-longdouble=0,offset-pointer=16,
align-longdouble=16,align-pointer=4
www.eeworm.com/read/470693/1460712
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/470693/1460778
out s-double-pointer.out
+++Struct double-pointer:
size=16,align=8,offset-double=0,offset-pointer=8,
align-double=8,align-pointer=4
www.eeworm.com/read/470693/1460790
out s-pointer-a-longdouble.out
++++Array of longdouble in struct starting with pointer:
size=176,align=16
offset-pointer=0,offset-arrayof-longdouble=16,
align-pointer=4,align-arrayof-longdouble=16
offset-longdouble-a[5]=96,align-lo
www.eeworm.com/read/470693/1460791
out s-float-pointer.out
+++Struct float-pointer:
size=8,align=4,offset-float=0,offset-pointer=4,
align-float=4,align-pointer=4
www.eeworm.com/read/470693/1460803
out++ s-float-pointer.out++
+++Struct float-pointer:
size=8,align=4,offset-float=0,offset-pointer=4,
align-float=4,align-pointer=4