Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dcompiler_specific.h108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/libchrome/base/
Dcompiler_specific.h108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/jsoncpp/src/lib_json/
Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable