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

<<21222324252627282930>>

  /external/clang/test/CodeGen/
builtin-memfns.c 69 // packed structs.
72 } __attribute__((packed));
  /external/clang/test/CodeGenCXX/
override-layout.cpp 7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
17 int x[6] PACKED;
24 } PACKED;
27 struct PACKED X2 : public X1, public X0, public Empty1 {
33 struct PACKED X3 : virtual public X1, public X0 {
39 struct PACKED X4
    [all...]
  /external/clang/test/Sema/
align-x86.c 22 struct __attribute__((packed)) {unsigned int a;} g4;
bitfield-layout.c 26 struct __attribute__((packed)) e {int x : 4, y : 30, z : 30;};
  /external/kernel-headers/original/asm-arm/
statfs.h 40 } __attribute__ ((packed,aligned(4)));
  /external/kernel-headers/original/asm-x86/
statfs.h 60 } __attribute__((packed));
  /external/kernel-headers/original/linux/
if_fddi.h 69 } __attribute__ ((packed));
78 } __attribute__ ((packed));
89 } __attribute__ ((packed));
103 } __attribute__ ((packed));
  /external/kernel-headers/original/media/
ov5650.h 59 } __attribute__ ((packed));
  /external/oprofile/module/x86/
op_apic.h 29 } __attribute__((packed));
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 194 if (descriptor_->options().packed() &&
313 if (descriptor_->options().packed()) {
344 if (descriptor_->options().packed()) {
356 // cache the data size for packed fields.
357 if (descriptor_->options().packed()) {
  /external/valgrind/main/none/tests/s390x/
stcke.c 12 } __attribute__ ((packed)) reader;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
statfs.h 60 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nbd.h 60 __attribute__ ((packed))
sonet.h 24 } __attribute__ ((packed));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 60 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nbd.h 60 __attribute__ ((packed))
sonet.h 24 } __attribute__ ((packed));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 60 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nbd.h 60 __attribute__ ((packed))
sonet.h 24 } __attribute__ ((packed));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
statfs.h 59 } __attribute__((packed));
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
statfs.h 59 } __attribute__((packed));
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
statfs.h 59 } __attribute__((packed));
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
statfs.h 59 } __attribute__((packed));
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
statfs.h 59 } __attribute__((packed));

Completed in 2147 milliseconds

<<21222324252627282930>>