Searched refs:ALIGNAS (Results 1 – 6 of 6) sorted by relevance
113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
97 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); in ChrootToSafeEmptyDir()
32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro34 #define ALIGNAS(byte_alignment)36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable
700 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); in CloneAndLongjmpInChild()
2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro2446 #define ALIGNAS(byte_alignment)2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable