Searched refs:packed (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2011-03-08-ZeroFieldUnionInitializer.c4 struct { } __attribute((packed));
H A D2007-03-26-BitfieldAfterZeroWidth.c6 } __attribute__ ((packed)) y;
H A D2008-03-26-PackedBitFields.c6 long int __attribute__((packed)) e:28;
H A D2008-07-22-packed-bitfield-access.c6 unsigned b:32 __attribute__ ((packed));
H A Dpr2394.c2 struct __attribute((packed)) x {int a : 24;};
H A D2007-04-05-PackedBitFields-2.c3 # define pck __attribute__((packed))
H A D2007-04-05-PackedBitFields.c3 # define pck __attribute__((packed))
H A D2007-04-11-PR1321.c12 } __attribute__((packed)) x;
H A D2008-01-04-WideBitfield.c7 } __attribute__((packed)) x;
H A D2008-01-21-PackedStructField.c3 struct X { long double b; unsigned char c; double __attribute__((packed)) d; };
9 __attribute__((packed)) unsigned long long int f;
/external/kernel-headers/original/uapi/linux/
H A Dtoshiba.h7 * on making sure the structure is aligned and packed.
39 unsigned int ebx __attribute__ ((packed));
40 unsigned int ecx __attribute__ ((packed));
41 unsigned int edx __attribute__ ((packed));
42 unsigned int esi __attribute__ ((packed));
43 unsigned int edi __attribute__ ((packed));
/external/syslinux/memdisk/
H A Dcompiler.h8 # define MEMDISK_PACKED_POSTFIX __attribute__((packed))
/external/v8/tools/testrunner/objects/
H A Dcontext.py61 def Unpack(packed):
63 return Context(packed[0], packed[1], None, packed[2], False,
64 packed[3], packed[4], packed[5], packed[6], packed[7],
65 packed[
[all...]
H A Doutput.py59 def Unpack(packed):
61 return Output(packed[0], packed[1], packed[2], packed[3], packed[4])
/external/wpa_supplicant_8/hostapd/src/common/
H A Dqca-vendor-attr.h21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
/external/wpa_supplicant_8/src/common/
H A Dqca-vendor-attr.h21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dqca-vendor-attr.h21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
/external/clang/test/CodeGenCXX/
H A Denum.cpp4 enum A { a } __attribute((packed));
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dstatfs.h9 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dstatfs.h19 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dstatfs.h5 * We need compat_statfs64 to be packed, because the i386 ABI won't
9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/external/syslinux/gpxe/src/include/gpxe/
H A Dtftp.h40 } __attribute__ (( packed ));
47 } __attribute__ (( packed ));
53 } __attribute__ (( packed ));
60 } __attribute__ (( packed ));
66 } __attribute__ (( packed ));
71 } __attribute__ (( packed ));
H A Dipoib.h26 } __attribute__ (( packed ));
51 } __attribute__ (( packed )) peer;
52 } __attribute__ (( packed )) u;
53 } __attribute__ (( packed ));
/external/kernel-headers/original/uapi/linux/nfsd/
H A Dcld.h42 } __attribute__((packed));
53 } __attribute__((packed)) cm_u;
54 } __attribute__((packed));
/external/clang/test/Index/
H A Dattributes.c3 struct __attribute__((packed)) Test2 {
12 // CHECK: attributes.c:3:23: attribute(packed)=packed Extent=[3:23 - 3:29]

Completed in 369 milliseconds

1234567891011>>