Searched refs:packed (Results 1 - 25 of 498) 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;
/external/kernel-headers/original/uapi/linux/
H A Dtoshiba.h8 * on making sure the structure is aligned and packed.
40 unsigned int ebx __attribute__ ((packed));
41 unsigned int ecx __attribute__ ((packed));
42 unsigned int edx __attribute__ ((packed));
43 unsigned int esi __attribute__ ((packed));
44 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.h10 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dstatfs.h20 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dstatfs.h6 * We need compat_statfs64 to be packed, because the i386 ABI won't
10 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/external/nos/test/system-test-harness/src/
H A Dblob.h10 } __attribute__((packed));
16 } __attribute__((packed));
24 } __attribute__((packed));
30 } __attribute__((packed));
37 } __attribute__((packed));
44 } __attribute__((packed));
49 } __attribute__((packed));
68 } h __attribute__((packed));
80 } b __attribute__((packed));
82 } __attribute__((packed));
[all...]
/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 ));
/external/kernel-headers/original/uapi/linux/nfsd/
H A Dcld.h45 } __attribute__((packed));
56 } __attribute__((packed)) cm_u;
57 } __attribute__((packed));
/external/skia/fuzz/oss_fuzz/
H A DFuzzPathDeserialize.cpp34 uint32_t packed; local
35 memcpy(&packed, data, 4);
36 unsigned version = packed & 0xFF;
/external/adhd/cras/src/common/
H A Drtp.h39 } __attribute__ ((packed));
47 } __attribute__ ((packed));
64 } __attribute__ ((packed));
72 } __attribute__ ((packed));

Completed in 2797 milliseconds

1234567891011>>