HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 701 - 725 of 1232) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ipv6.h 53 } __attribute__((packed));
78 } __attribute__((packed));
  /external/clang/test/CodeGen/
bitfield-2.c 8 // Check that we don't read off the end a packed 24-bit structure.
18 struct __attribute((packed)) s0 {
62 struct __attribute((packed)) s1 {
107 union __attribute__((packed)) u2 {
178 unsigned f1 : 28 __attribute__ ((packed));
294 struct __attribute__((packed)) s8 {
331 struct __attribute__((packed)) s9 {
  /external/oprofile/events/i386/atom/
unit_masks 58 0x01 s SIMD packed multiply microops executed
59 0x81 ar SIMD packed multiply microops retired
60 0x02 s SIMD packed shift micro-ops executed
61 0x82 ar SIMD packed shift micro-ops retired
66 0x10 s SIMD packed logical microops executed
67 0x90 ar SIMD packed logical microops retired
68 0x20 s SIMD packed arithmetic micro-ops executed
69 0xA0 ar SIMD packed arithmetic micro-ops retired
85 0x01 packed_single Retired Streaming SIMD Extensions (SSE) packed-single instructions
87 0x04 packed_double Retired Streaming SIMD Extensions 2 (SSE2) packed-double instruction
    [all...]
  /external/kernel-headers/original/asm-x86/
voyager.h 147 } __attribute__((packed)) voyager_eprom_hdr_t;
162 } __attribute__((packed)) voyager_sp_table_t;
170 } __attribute__((packed)) voyager_jtt_t;
181 } __attribute__((packed)) voyager_at_t;
333 } __attribute__((packed)) MC_SlotInformation_t;
343 } __attribute__((packed));
350 } __attribute__((packed));
362 } __attribute__((packed));
369 } __attribute__((packed));
376 } __attribute__((packed));
    [all...]
  /external/mtpd/
pptp.c 90 struct __attribute__((packed)) {
98 struct __attribute__((packed)) {
108 struct __attribute__((packed)) {
117 struct __attribute__((packed)) {
122 struct __attribute__((packed)) {
126 struct __attribute__((packed)) {
130 } __attribute__((packed));
  /external/wpa_supplicant_8/src/ap/
iapp.c 63 } __attribute__ ((packed));
84 } __attribute__ ((packed));
96 } __attribute__ ((packed));
107 } __attribute__ ((packed));
118 } __attribute__ ((packed));
137 } __attribute__ ((packed));
146 } __attribute__ ((packed));
159 } __attribute__ ((packed));
166 } __attribute__ ((packed));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 101 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
138 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
165 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
176 descriptor_->options().packed())
  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 93 static int GetShift(int32_t packed, int shift);
96 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; }
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 101 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
138 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
165 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
176 descriptor_->options().packed())
  /external/skia/src/core/
SkFloat.h 93 static int GetShift(int32_t packed, int shift);
96 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; }
  /hardware/libhardware/include/hardware/
bluetooth.h 52 } __attribute__((packed))bt_bdaddr_t;
57 } __attribute__((packed))bt_bdname_t;
93 } __attribute__((packed))bt_pin_code_t;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 336 if (descriptor_->options().packed()) {
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
486 if (descriptor_->options().packed()) {
514 if (descriptor_->options().packed()) {
530 if (descriptor_->options().packed()) {
641 if (descriptor_->options().packed()) {
659 // cache the data size for packed fields.
660 if (descriptor_->options().packed()) {
  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 32 unsigned long address __attribute__((packed));
35 } __attribute__ ((packed));

Completed in 449 milliseconds

<<21222324252627282930>>