Home
last modified time | relevance | path

Searched refs:ALIGNAS (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Deap_protocol.h26 struct ALIGNAS(1) Ieee8021xHdr {
45 struct ALIGNAS(1) EapHeader {
Deap_listener.cc99 struct ALIGNAS(1) { in ReceiveRequest() struct
/system/extras/perfprofd/quipper/base/
Dcompiler_specific.h120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro