reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1558 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template 1593 struct KMP_ALIGN(32) {projects/openmp/runtime/src/kmp_alloc.cpp
146 KMP_ALIGN(SizeQuant)
projects/openmp/runtime/src/kmp_atomic.cpp 571 KMP_ALIGN(128)
projects/openmp/runtime/src/kmp_dispatch.h 87 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4
projects/openmp/runtime/src/kmp_global.cpp480 KMP_ALIGN(128) 482 KMP_ALIGN(128) 484 KMP_ALIGN(128)projects/openmp/runtime/src/kmp_lock.h
361 KMP_ALIGN(8) // tail_id must be 8-byte aligned! 415 KMP_ALIGN(CACHE_LINE)