代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4584691

out s-short-pointer.out

+++Struct short-pointer: size=8,align=4,offset-short=0,offset-pointer=4, align-short=2,align-pointer=4
www.eeworm.com/read/240162/4584714

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/240162/4584724

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/240162/4584734

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/240162/4584737

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/240162/4584755

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/240162/4584772

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/240162/4584782

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/240162/4584792

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/240162/4584823

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