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

1 2 3 4

  /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...]
2007-04-05-PackedBitFields-1.cpp 3 #ifdef PACKED
4 #define P __attribute__((packed))
2007-04-05-PackedBitFieldsOverlap-2.cpp 3 #ifdef PACKED
4 #define P __attribute__((packed))
2007-04-05-PackedBitFieldsOverlap.cpp 4 #ifdef PACKED
5 #define P __attribute__((packed))
2007-04-05-PackedBitFieldsSmall.cpp 4 #ifdef PACKED
5 // This is an example where size of Packed struct is smaller then
7 #define P __attribute__((packed))
2007-04-05-StructPackedFieldUnpacked.cpp 3 #ifdef PACKED
4 #define P __attribute__((packed))
  /art/runtime/
stack_reference.h 27 class PACKED(4) StackReference : public mirror::CompressedReference<MirrorType> {
handle_scope.h 43 class PACKED(4) BaseHandleScope {
92 class PACKED(4) HandleScope : public BaseHandleScope {
215 class PACKED(4) FixedSizeHandleScope : public HandleScope {
262 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
jvalue.h 32 union PACKED(alignof(mirror::Object*)) JValue {
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 31 } PACKED;
33 } PACKED reg16_t;
49 } PACKED;
52 } PACKED reg32_t;
83 } PACKED;
91 } PACKED;
99 } PACKED;
107 } PACKED;
111 } PACKED;
145 } PACKED;
    [all...]
pxe_api.h 119 } PACKED;
224 } PACKED;
251 } PACKED;
295 } PACKED;
402 } PACKED;
495 } PACKED;
516 } PACKED;
537 } PACKED;
558 } PACKED;
599 } PACKED;
    [all...]
pxe_types.h 114 } PACKED SEGOFF16_t;
121 } PACKED SEGDESC_t;
pxe.h 13 } PACKED;
90 } PACKED;
124 } PACKED;
141 } PACKED;
  /external/clang/test/CodeGen/
override-layout.c 6 // If not explicitly disabled, set PACKED to the packed attribute.
7 #ifndef PACKED
8 # define PACKED __attribute__((packed))
18 int x[6] PACKED;
27 } PACKED;
32 struct PACKED X2 {
41 short x PACKED;
58 struct PACKED X5 { double a[19]; signed char b; }
    [all...]
  /hardware/nxp/nfc/halimpl/src/include/
data_types.h 48 #define PACKED __packed
51 #define PACKED
  /system/nfc/src/gki/ulinux/
data_types.h 37 #define PACKED __packed
40 #define PACKED
  /art/runtime/entrypoints/jni/
jni_entrypoints.h 31 struct PACKED(4) JniEntryPoints {
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 27 #define PACKED __attribute__((__packed__))
261 typedef union PACKED {
263 struct PACKED {
288 typedef struct PACKED {
290 union PACKED {
291 struct PACKED {
295 struct PACKED {
299 struct PACKED {
318 typedef struct PACKED {
320 union PACKED {
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 29 #ifndef PACKED
30 #define PACKED __attribute__((packed))
264 typedef struct PACKED
279 typedef struct PACKED
342 typedef struct PACKED
350 typedef struct PACKED
374 typedef struct PACKED
382 typedef struct PACKED
391 typedef struct PACKED
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi10.h 121 typedef PACKED struct {
134 typedef PACKED union {
136 PACKED struct {
143 typedef PACKED struct {
144 PACKED union {
146 PACKED struct {
157 typedef PACKED struct {
165 typedef PACKED struct {
174 typedef PACKED struct {
183 typedef PACKED struct {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 27 #define PACKED __attribute__((__packed__))
125 typedef struct PACKED {
202 typedef struct PACKED {
215 typedef struct PACKED {
224 typedef struct PACKED {
237 typedef struct PACKED {
246 typedef union PACKED {
251 struct PACKED {
310 typedef struct PACKED {
344 typedef struct PACKED {
    [all...]
  /art/runtime/quick/
quick_method_frame_info.h 26 class PACKED(4) QuickMethodFrameInfo {
  /external/mesa3d/src/compiler/glsl/
ir_uniform.h 45 enum PACKED gl_uniform_driver_format {
  /external/syslinux/libinstaller/
syslxint.h 28 /* gcc 4.7 miscompiles packed structures in MS-bitfield mode */
29 # define PACKED __attribute__((packed,gcc_struct))
31 # define PACKED __attribute__((packed))
34 # error "Need to define PACKED for this compiler"
220 } PACKED;
248 } PACKED bs16;
264 } PACKED bs32;
265 } PACKED;
    [all...]
  /art/libartbase/base/
macros.h 56 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__))

Completed in 1300 milliseconds

1 2 3 4