Home
last modified time | relevance | path

Searched refs:KMP_ALIGN (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_global.cpp485 KMP_ALIGN(128)
487 KMP_ALIGN(128)
489 KMP_ALIGN(128)
H A Dkmp_os.h310 #define KMP_ALIGN(bytes) __declspec(align(bytes))
314 #define KMP_ALIGN(bytes) __attribute__((aligned(bytes)))
353 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)
354 #define KMP_ALIGN_CACHE KMP_ALIGN(CACHE_LINE)
355 #define KMP_ALIGN_CACHE_INTERNODE KMP_ALIGN(INTERNODE_CACHE_LINE)
H A Dkmp_lock.h362 KMP_ALIGN(8) // tail_id must be 8-byte aligned!
416 KMP_ALIGN(CACHE_LINE)
H A Dkmp_dispatch.h88 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct
H A Dkmp.h1584 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template struct
1619 struct KMP_ALIGN(32) { struct
H A Dkmp_alloc.cpp147 KMP_ALIGN(SizeQuant)
H A Dkmp_atomic.cpp572 KMP_ALIGN(128)