Home
last modified time | relevance | path

Searched defs:PACKED (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Datomic.h191 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
Dthread.h1012 struct PACKED(4) { struct
1015 volatile uint16_t flags;
1020 volatile uint16_t state;
/art/runtime/base/
Dmacros.h143 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro