Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcompiler_specific.h113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/libchrome/base/memory/
Daligned_memory.h60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
/external/libchrome/sandbox/linux/services/
Dcredentials.cc97 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); in ChrootToSafeEmptyDir()
/external/jsoncpp/src/lib_json/
Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
34 #define ALIGNAS(byte_alignment)
36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable
/external/libchrome/base/process/
Dlaunch_posix.cc700 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); in CloneAndLongjmpInChild()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2446 #define ALIGNAS(byte_alignment)
2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable