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

  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 46 # define PACKED __packed
49 # define PACKED
  /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/ppp/pppd/
chap_ms.h 57 #define PACKED __attribute__((__packed__))
59 #define PACKED
70 } MS_ChapResponse PACKED;
81 } MS_Chap2Response 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 148 #define PACKED(x) __attribute__ ((__aligned__(x), __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...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 624 #define PACKED
625 typedef PACKED struct tQWORD
  /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...]

Completed in 1220 milliseconds