HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 1 - 25 of 690) 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))
  /bionic/libc/kernel/uapi/linux/
toshiba.h 27 unsigned int ebx __attribute__((packed));
28 unsigned int ecx __attribute__((packed));
29 unsigned int edx __attribute__((packed));
30 unsigned int esi __attribute__((packed));
31 unsigned int edi __attribute__((packed));
  /external/kernel-headers/original/uapi/linux/
toshiba.h 8 * on making sure the structure is aligned and packed.
40 unsigned int ebx __attribute__ ((packed));
41 unsigned int ecx __attribute__ ((packed));
42 unsigned int edx __attribute__ ((packed));
43 unsigned int esi __attribute__ ((packed));
44 unsigned int edi __attribute__ ((packed));
  /external/wpa_supplicant_8/src/common/
qca-vendor-attr.h 21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
  /bionic/libc/kernel/uapi/asm-arm/asm/
statfs.h 21 #define ARCH_PACK_STATFS64 __attribute__((packed, aligned(4)))
  /bionic/libc/kernel/uapi/asm-arm64/asm/
statfs.h 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed, aligned(4)))
  /bionic/libc/kernel/uapi/asm-x86/asm/
statfs.h 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed, aligned(4)))
  /device/generic/opengl-transport/host/libs/virglrenderer/include/
VirtioGpuCmd.h 23 } __attribute__((packed));
  /external/clang/test/CodeGenCXX/
enum.cpp 4 enum A { a } __attribute((packed));
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 10 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
  /external/kernel-headers/original/uapi/asm-arm64/asm/
statfs.h 20 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /external/kernel-headers/original/uapi/asm-x86/asm/
statfs.h 6 * We need compat_statfs64 to be packed, because the i386 ABI won't
10 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /art/test/501-regression-packed-switch/smali/
Test.smali 22 packed-switch v0, :pswitch_data_6a
27 .packed-switch 0x0
28 .end packed-switch
40 .packed-switch 0x0
43 .end packed-switch
46 packed-switch v0, :pswitch_data
  /bionic/tools/versioner/src/
CompilationType.h 57 } packed; local
58 packed.arch = static_cast<int32_t>(type.arch);
59 packed.cpp = type.cpp;
60 packed.api_level = type.api_level;
61 packed.file_offset_bits = (type.file_offset_bits == 64);
62 packed.padding = 0;
64 memcpy(&value, &packed, sizeof(value));
  /external/mesa3d/src/broadcom/compiler/
v3d33_vpm_setup.c 49 uint32_t packed; local
51 (uint8_t *)&packed,
53 vir_VPMSETUP(c, vir_uniform_ui(c, packed));
59 uint32_t packed; local
72 (uint8_t *)&packed,
74 vir_VPMSETUP(c, vir_uniform_ui(c, packed));
  /bionic/libc/kernel/uapi/linux/nfsd/
cld.h 33 } __attribute__((packed));
42 } __attribute__((packed)) cm_u;
43 } __attribute__((packed));
  /external/kernel-headers/original/uapi/linux/nfsd/
cld.h 45 } __attribute__((packed));
56 } __attribute__((packed)) cm_u;
57 } __attribute__((packed));
  /external/skia/fuzz/oss_fuzz/
FuzzPathDeserialize.cpp 34 uint32_t packed; local
35 memcpy(&packed, data, 4);
36 unsigned version = packed & 0xFF;
  /external/skqp/fuzz/oss_fuzz/
FuzzPathDeserialize.cpp 34 uint32_t packed; local
35 memcpy(&packed, data, 4);
36 unsigned version = packed & 0xFF;
  /external/adhd/cras/src/common/
rtp.h 39 } __attribute__ ((packed));
47 } __attribute__ ((packed));
64 } __attribute__ ((packed));
72 } __attribute__ ((packed));

Completed in 3074 milliseconds

1 2 3 4 5 6 7 8 91011>>