HomeSort by relevance Sort by last modified time
    Searched refs:PACKED (Results 1 - 25 of 36) 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 7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
19 int x[6] PACKED;
28 } PACKED;
33 struct PACKED X2 {
42 short x PACKED;
59 struct PACKED X5 { double a[19]; signed char b; }
    [all...]
  /art/runtime/entrypoints/jni/
jni_entrypoints.h 30 struct PACKED(4) JniEntryPoints {
  /art/runtime/entrypoints/portable/
portable_entrypoints.h 36 struct PACKED(4) PortableEntryPoints {
  /external/ppp/pppd/
chap_ms.h 57 #define PACKED __attribute__((__packed__))
59 #define PACKED
70 } MS_ChapResponse PACKED;
81 } MS_Chap2Response PACKED;
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 50 #define PACKED __packed
53 #define PACKED
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 36 struct PACKED(4) InterpreterEntryPoints {
  /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
  /art/runtime/
runtime_stats.h 62 struct PACKED(4) RuntimeStats {
throw_location.h 33 class PACKED(4) ThrowLocation {
oat.h 28 class PACKED(4) OatHeader {
107 class PACKED(4) OatMethodOffsets {
jvalue.h 29 union PACKED(4) JValue {
image.h 29 class PACKED(4) ImageHeader {
dex_instruction.h 44 struct PACKED(4) PackedSwitchPayload {
54 struct PACKED(4) SparseSwitchPayload {
72 struct PACKED(4) ArrayDataPayload {
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 624 #define PACKED
625 typedef PACKED struct tQWORD
  /external/chromium_org/v8/test/mjsunit/
generated-transition-stub.js 40 // Test PACKED SMI -> PACKED DOUBLE
112 // Test PACKED DOUBLE -> PACKED OBJECT
  /art/runtime/base/
macros.h 128 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__))
  /art/runtime/entrypoints/quick/
quick_entrypoints.h 40 struct PACKED(4) QuickEntryPoints {
  /external/eigen/blas/testing/
cblat2.f 781 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
803 PACKED = SNAME( 3: 3 ).EQ.'P'
809 ELSE IF( PACKED )THEN
842 IF( PACKED )THEN
    [all...]

Completed in 425 milliseconds

1 2