Searched refs:KMP_ALIGN (Results 1 – 8 of 8) sorted by relevance
514 KMP_ALIGN(128)516 KMP_ALIGN(128)518 KMP_ALIGN(128)
51 #define KMP_FOURLINE_ALIGN_CACHE KMP_ALIGN(4 * CACHE_LINE)
381 #define KMP_ALIGN(bytes) __declspec(align(bytes))385 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))445 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)446 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)447 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
361 KMP_ALIGN(8) // tail_id must be 8-byte aligned!415 KMP_ALIGN(CACHE_LINE)
86 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct
1762 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template struct1792 struct KMP_ALIGN(32) { struct
146 KMP_ALIGN(SizeQuant)
571 KMP_ALIGN(128)