Searched refs:KMP_ALIGN (Results 1 – 8 of 8) sorted by relevance
54 #define KMP_FOURLINE_ALIGN_CACHE KMP_ALIGN(4 * CACHE_LINE)
389 #define KMP_ALIGN(bytes) __declspec(align(bytes))393 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))453 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)454 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)455 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
508 KMP_ALIGN(128)
365 KMP_ALIGN(8) // tail_id must be 8-byte aligned!419 KMP_ALIGN(CACHE_LINE)
89 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct
1958 struct KMP_ALIGN(32) { struct1997 struct KMP_ALIGN(32) { struct
160 KMP_ALIGN(SizeQuant)
571 KMP_ALIGN(128)