Searched refs:KMP_ALIGN (Results 1 – 8 of 8) sorted by relevance
513 KMP_ALIGN(128)515 KMP_ALIGN(128)517 KMP_ALIGN(128)
54 #define KMP_FOURLINE_ALIGN_CACHE KMP_ALIGN(4 * CACHE_LINE)
387 #define KMP_ALIGN(bytes) __declspec(align(bytes))391 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))451 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)452 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)453 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
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
1906 struct KMP_ALIGN(32) { struct1945 struct KMP_ALIGN(32) { struct
146 KMP_ALIGN(SizeQuant)
571 KMP_ALIGN(128)