HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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;};
2007-04-05-PackedBitFields-2.c 3 # define pck __attribute__((packed))
2007-04-05-PackedBitFields.c 3 # define pck __attribute__((packed))
2007-04-11-PR1321.c 12 } __attribute__((packed)) x;
  /prebuilt/linux-x86/toolchain/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...]
  /external/clang/test/CodeGenCXX/
enum.cpp 3 enum A { a } __attribute((packed));
  /external/skia/src/core/
SkFloatBits.cpp 20 static inline int unpack_exp(uint32_t packed) {
21 return (packed << 1 >> 24);
26 static inline int unpack_matissa(uint32_t packed) {
28 return (packed & ~0xFF000000) | MATISSA_MAGIC_BIG;
33 static inline int unpack_matissa_dirty(uint32_t packed) {
34 return packed & ~0xFF000000;
38 int32_t SkFloatBits_toIntCast(int32_t packed) {
39 int exp = unpack_exp(packed) - EXP_BIAS;
40 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG;
55 return SkApplySign(value, SkExtractSign(packed));
    [all...]
  /bionic/libc/kernel/common/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...]
  /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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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...]
  /external/bluetooth/bluez/audio/
rtp.h 39 } __attribute__ ((packed));
47 } __attribute__ ((packed));
64 } __attribute__ ((packed));
72 } __attribute__ ((packed));

Completed in 1138 milliseconds

1 2 3 4 5 6 7 8 91011>>