reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
783 extern int __kmp_affinity_compact; /* Affinity 'compact' value */
4118 for (i = 0; i < (unsigned)__kmp_affinity_compact; i++) { 4126 int j = i - __kmp_affinity_compact; 4510 __kmp_affinity_compact = 0; 4519 __kmp_affinity_compact = 1; 4520 if (__kmp_affinity_compact >= depth) { 4521 __kmp_affinity_compact = 0; 4524 __kmp_affinity_compact = 0; 4533 if (__kmp_affinity_compact >= depth) { 4534 __kmp_affinity_compact = 0; 4536 __kmp_affinity_compact = depth - 1 - __kmp_affinity_compact; 4536 __kmp_affinity_compact = depth - 1 - __kmp_affinity_compact; 4541 if (__kmp_affinity_compact >= depth) { 4542 __kmp_affinity_compact = depth - 1; 4596 if (__kmp_affinity_compact >= depth) { 4597 __kmp_affinity_compact = depth - 1;projects/openmp/runtime/src/kmp_settings.cpp
2380 &__kmp_affinity_compact, &__kmp_affinity_offset); 2447 __kmp_str_buf_print(buffer, "%s,%d,%d", "compact", __kmp_affinity_compact, 2451 __kmp_str_buf_print(buffer, "%s,%d,%d", "scatter", __kmp_affinity_compact, 2460 __kmp_affinity_compact, __kmp_affinity_offset);