HomeSort by relevance Sort by last modified time
    Searched defs:PACKED (Results 1 - 16 of 16) sorted by null

  /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
  /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...]
  /art/runtime/base/
macros.h 146 #define PACKED(x) __attribute__ ((__aligned__(x), __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/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 624 #define PACKED
625 typedef PACKED struct tQWORD
  /external/cblas/testing/
c_cblat2.f     [all...]
c_dblat2.f     [all...]
c_sblat2.f     [all...]
c_zblat2.f     [all...]
  /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...]
dblat2.f 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
789 PACKED = SNAME( 3: 3 ).EQ.'P'
795 ELSE IF( PACKED )THEN
828 IF( PACKED )THEN
    [all...]
sblat2.f 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
789 PACKED = SNAME( 3: 3 ).EQ.'P'
795 ELSE IF( PACKED )THEN
828 IF( PACKED )THEN
    [all...]
zblat2.f 784 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
806 PACKED = SNAME( 3: 3 ).EQ.'P'
812 ELSE IF( PACKED )THEN
845 IF( PACKED )THEN
    [all...]
  /system/bt/stack/include/
bt_types.h 44 # define PACKED __packed
47 # define PACKED
    [all...]
  /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...]

Completed in 569 milliseconds