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

1 2

  /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))
  /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...]
  /art/runtime/entrypoints/jni/
jni_entrypoints.h 31 struct PACKED(4) JniEntryPoints {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 29 #ifndef PACKED
30 #define PACKED __attribute__((packed))
211 typedef struct PACKED
226 typedef struct PACKED
289 typedef struct PACKED
297 typedef struct PACKED
321 typedef struct PACKED
329 typedef struct PACKED
338 typedef struct PACKED
    [all...]
  /art/runtime/quick/
quick_method_frame_info.h 26 class PACKED(4) QuickMethodFrameInfo {
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 47 #define PACKED __packed
50 #define PACKED
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 47 #define PACKED __packed
50 #define PACKED
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 624 #define PACKED
625 typedef PACKED struct tQWORD
  /art/runtime/
jvalue.h 29 union PACKED(4) JValue {
runtime_stats.h 62 struct PACKED(4) RuntimeStats {
handle_scope.h 38 class PACKED(4) HandleScope {
146 class PACKED(4) StackHandleScope FINAL : public HandleScope {
oat.h 32 class PACKED(4) OatHeader {
172 class PACKED(4) OatMethodOffsets {
oat_quick_method_header.h 31 class PACKED(4) OatQuickMethodHeader {
image.h 44 class PACKED(4) ImageSection {
73 class PACKED(4) ImageHeader {
  /external/v8/test/mjsunit/
generated-transition-stub.js 40 // Test PACKED SMI -> PACKED DOUBLE
112 // Test PACKED DOUBLE -> PACKED OBJECT
  /art/runtime/entrypoints/quick/
quick_entrypoints.h 43 struct PACKED(4) QuickEntryPoints {
  /art/runtime/lambda/
closure.h 37 // Contains the target method and the set of packed captured variables as a copy.
41 struct PACKED(sizeof(ArtLambdaMethod*)) Closure {
  /art/runtime/mirror/
object_reference.h 28 // Classes shared with the managed side of the world need to be packed so that they don't have
30 #define MANAGED PACKED(4)
  /build/core/
dynamic_binary.mk 45 relocation_packer_output := $(intermediates)/PACKED/$(my_built_module_stem)
  /external/cblas/testing/
c_cblat2.f     [all...]

Completed in 642 milliseconds

1 2