Searched refs:packed (Results 1 - 25 of 332) 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));
H A Dif_pppolac.h28 struct __attribute__((packed)) {
31 } __attribute__((packed));
/external/v8/tools/testrunner/objects/
H A Dcontext.py60 def Unpack(packed):
62 return Context(packed[0], packed[1], None, packed[2], False,
63 packed[3], packed[4], packed[5], packed[6], packed[7],
64 packed[
[all...]
/external/skia/src/core/
H A DSkFloatBits.cpp27 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/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));
H A Dwarn-padded-packed.cpp17 } __attribute__((packed));
20 int i; // expected-warning {{packed attribute is unnecessary for 'i'}}
22 } __attribute__((packed));
49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}}
50 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
51 int y; // expected-warning {{packed attribute is unnecessary for 'y'}}
52 } __attribute__((packed));
54 struct S10 { // expected-warning {{packed attribute is unnecessary for 'S10'}}
55 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
57 } __attribute__((packed));
[all...]
/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/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]
/external/vboot_reference/firmware/lib/include/
H A Dbmpblk_font.h48 } __attribute__((packed)) FontArrayHeader;
61 } __attribute__((packed)) FontArrayEntryHeader;

Completed in 2108 milliseconds

1234567891011>>