/external/clang/test/CodeGen/ |
H A D | 2011-03-08-ZeroFieldUnionInitializer.c | 4 struct { } __attribute((packed));
|
H A D | 2007-03-26-BitfieldAfterZeroWidth.c | 6 } __attribute__ ((packed)) y;
|
H A D | 2008-03-26-PackedBitFields.c | 6 long int __attribute__((packed)) e:28;
|
H A D | 2008-07-22-packed-bitfield-access.c | 6 unsigned b:32 __attribute__ ((packed));
|
H A D | pr2394.c | 2 struct __attribute((packed)) x {int a : 24;};
|
H A D | 2007-04-05-PackedBitFields-2.c | 3 # define pck __attribute__((packed))
|
H A D | 2007-04-05-PackedBitFields.c | 3 # define pck __attribute__((packed))
|
H A D | 2007-04-11-PR1321.c | 12 } __attribute__((packed)) x;
|
H A D | 2008-01-04-WideBitfield.c | 7 } __attribute__((packed)) x;
|
H A D | 2008-01-21-PackedStructField.c | 3 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 D | toshiba.h | 7 * 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));
|
H A D | if_pppolac.h | 28 struct __attribute__((packed)) { 31 } __attribute__((packed));
|
/external/skia/src/core/ |
H A D | SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { argument 28 return (packed << 1 >> 24); 33 static inline int unpack_matissa(uint32_t packed) { 35 return (packed & ~0xFF000000) | MATISSA_MAGIC_BIG; 40 static inline int unpack_matissa_dirty(uint32_t packed) { argument 41 return packed & ~0xFF000000; 45 int32_t SkFloatBits_toIntCast(int32_t packed) { argument 46 int exp = unpack_exp(packed) - EXP_BIAS; 47 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; 62 return SkApplySign(value, SkExtractSign(packed)); 66 SkFloatBits_toIntFloor(int32_t packed) argument 105 SkFloatBits_toIntRound(int32_t packed) argument 135 SkFloatBits_toIntCeil(int32_t packed) argument [all...] |
/external/v8/tools/testrunner/objects/ |
H A D | context.py | 61 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 D | output.py | 59 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 D | qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
/external/wpa_supplicant_8/src/common/ |
H A D | qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
/external/clang/test/CodeGenCXX/ |
H A D | enum.cpp | 4 enum A { a } __attribute((packed));
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
H A D | statfs.h | 9 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
H A D | statfs.h | 19 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | statfs.h | 5 * We need compat_statfs64 to be packed, because the i386 ABI won't 9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
|
/external/kernel-headers/original/uapi/linux/nfsd/ |
H A D | cld.h | 42 } __attribute__((packed)); 53 } __attribute__((packed)) cm_u; 54 } __attribute__((packed));
|
/external/clang/test/Index/ |
H A D | attributes.c | 3 struct __attribute__((packed)) Test2 { 12 // CHECK: attributes.c:3:23: attribute(packed)=packed Extent=[3:23 - 3:29]
|
/external/vboot_reference/firmware/lib/include/ |
H A D | bmpblk_font.h | 48 } __attribute__((packed)) FontArrayHeader; 61 } __attribute__((packed)) FontArrayEntryHeader;
|