代码搜索:alignment

找到约 6,879 项符合「alignment」的源代码

代码结果 6,879
www.eeworm.com/read/240162/4583508

f 980628-9.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system. call subr
www.eeworm.com/read/240162/4583514

f 980628-6.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system, * including when init
www.eeworm.com/read/240162/4583517

f 980628-5.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system, * including when init
www.eeworm.com/read/240162/4583519

f 980701-0.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system. call subr
www.eeworm.com/read/240162/4583523

f 980628-8.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system. call subr
www.eeworm.com/read/240162/4583525

f 980701-1.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system. call subr
www.eeworm.com/read/240162/4583526

f 980628-7.f

* g77 0.5.23 and previous had bugs involving too little space * allocated for EQUIVALENCE and COMMON areas needing initial * padding to meet alignment requirements of the system. call subr
www.eeworm.com/read/233448/4678501

h align-test-4.h

/* APPLE LOCAL file Macintosh alignment */ typedef struct { PEF_UBits32 symClass : 8; PEF_UBits32 nameOffset : 24; ByteCount offset; SInt16 sectionNumber;
www.eeworm.com/read/233448/4683052

c 20001109-1.c

/* This does not work on NetWare, which has a default of 1-byte alignment. */ /* { dg-xfail-if "" { "*-*-netware*" } { "*" } { "" } } */ typedef struct _foo foo; extern foo bar; struct _foo { int a
www.eeworm.com/read/233448/4683399

c 20001109-2.c

/* This does not work on NetWare, which has a default of 1-byte alignment. */ /* { dg-xfail-if "" { "*-*-netware*" } { "*" } { "" } } */ extern struct foo bar; struct foo { int a; }; int tst[__ali