/external/clang/test/CodeGen/ |
2011-03-08-ZeroFieldUnionInitializer.c | 4 struct { } __attribute((packed));
|
2007-03-26-BitfieldAfterZeroWidth.c | 6 } __attribute__ ((packed)) y;
|
2008-03-26-PackedBitFields.c | 6 long int __attribute__((packed)) e:28;
|
2008-07-22-packed-bitfield-access.c | 6 unsigned b:32 __attribute__ ((packed));
|
pr2394.c | 2 struct __attribute((packed)) x {int a : 24;};
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
toshiba.h | 6 * on making sure the structure is aligned and packed. 29 unsigned int ebx __attribute__ ((packed)); 30 unsigned int ecx __attribute__ ((packed)); 31 unsigned int edx __attribute__ ((packed)); 32 unsigned int esi __attribute__ ((packed)); 33 unsigned int edi __attribute__ ((packed));
|
hdsmart.h | 34 } __attribute__ ((packed)) ata_smart_attribute_t; 53 } __attribute__ ((packed)) ata_smart_values_t; 61 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 69 } __attribute__ ((packed)) ata_smart_thresholds_t; 81 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 88 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 93 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 104 } __attribute__ ((packed)) ata_smart_errorlog_t; 113 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 122 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
toshiba.h | 6 * on making sure the structure is aligned and packed. 29 unsigned int ebx __attribute__ ((packed)); 30 unsigned int ecx __attribute__ ((packed)); 31 unsigned int edx __attribute__ ((packed)); 32 unsigned int esi __attribute__ ((packed)); 33 unsigned int edi __attribute__ ((packed));
|
hdsmart.h | 34 } __attribute__ ((packed)) ata_smart_attribute_t; 53 } __attribute__ ((packed)) ata_smart_values_t; 61 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 69 } __attribute__ ((packed)) ata_smart_thresholds_t; 81 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 88 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 93 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 104 } __attribute__ ((packed)) ata_smart_errorlog_t; 113 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 122 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
toshiba.h | 6 * on making sure the structure is aligned and packed. 29 unsigned int ebx __attribute__ ((packed)); 30 unsigned int ecx __attribute__ ((packed)); 31 unsigned int edx __attribute__ ((packed)); 32 unsigned int esi __attribute__ ((packed)); 33 unsigned int edi __attribute__ ((packed));
|
hdsmart.h | 34 } __attribute__ ((packed)) ata_smart_attribute_t; 53 } __attribute__ ((packed)) ata_smart_values_t; 61 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 69 } __attribute__ ((packed)) ata_smart_thresholds_t; 81 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 88 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 93 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 104 } __attribute__ ((packed)) ata_smart_errorlog_t; 113 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 122 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/external/chromium_org/v8/tools/testrunner/objects/ |
context.py | 48 def Unpack(packed): 50 return Context(packed[0], packed[1], None, packed[2], False, 51 packed[3], packed[4], packed[5], packed[6], packed[7])
|
/external/clang/test/CodeGenCXX/ |
enum.cpp | 4 enum A { a } __attribute((packed));
|
/external/chromium_org/third_party/skia/src/core/ |
SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { 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) { 41 return packed & ~0xFF000000; 45 int32_t SkFloatBits_toIntCast(int32_t packed) { 46 int exp = unpack_exp(packed) - EXP_BIAS; 47 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; 62 return SkApplySign(value, SkExtractSign(packed)); [all...] |
/external/skia/src/core/ |
SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { 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) { 41 return packed & ~0xFF000000; 45 int32_t SkFloatBits_toIntCast(int32_t packed) { 46 int exp = unpack_exp(packed) - EXP_BIAS; 47 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; 62 return SkApplySign(value, SkExtractSign(packed)); [all...] |
/bionic/libc/kernel/common/linux/ |
hdsmart.h | 36 } __attribute__ ((packed)) ata_smart_attribute_t; 57 } __attribute__ ((packed)) ata_smart_values_t; 64 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 71 } __attribute__ ((packed)) ata_smart_thresholds_t; 85 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 92 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 97 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 110 } __attribute__ ((packed)) ata_smart_errorlog_t; 120 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 130 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/development/ndk/platforms/android-3/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/external/kernel-headers/original/linux/ |
hdsmart.h | 34 } __attribute__ ((packed)) ata_smart_attribute_t; 53 } __attribute__ ((packed)) ata_smart_values_t; 61 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 69 } __attribute__ ((packed)) ata_smart_thresholds_t; 81 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 88 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 93 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 104 } __attribute__ ((packed)) ata_smart_errorlog_t; 113 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 122 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
hdsmart.h | 28 } __attribute__ ((packed)) ata_smart_attribute_t; 46 } __attribute__ ((packed)) ata_smart_values_t; 52 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 59 } __attribute__ ((packed)) ata_smart_thresholds_t; 71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 94 } __attribute__ ((packed)) ata_smart_errorlog_t; 103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 112 } __attribute__ ((packed)) ata_smart_selftestlog_t [all...] |