Lines Matching refs:compact
224 int compact = __kmp_topology->compact; in compare_compact() local
225 KMP_DEBUG_ASSERT(compact >= 0); in compare_compact()
226 KMP_DEBUG_ASSERT(compact <= depth); in compare_compact()
227 for (i = 0; i < compact; i++) { in compare_compact()
235 int j = i - compact; in compare_compact()
636 retval->compact = 0; in allocate()
4761 affinity.compact = 0; in __kmp_aux_affinity_initialize()
4770 affinity.compact = 1; in __kmp_aux_affinity_initialize()
4771 if (affinity.compact >= depth) { in __kmp_aux_affinity_initialize()
4772 affinity.compact = 0; in __kmp_aux_affinity_initialize()
4775 affinity.compact = 0; in __kmp_aux_affinity_initialize()
4784 if (affinity.compact >= depth) { in __kmp_aux_affinity_initialize()
4785 affinity.compact = 0; in __kmp_aux_affinity_initialize()
4787 affinity.compact = depth - 1 - affinity.compact; in __kmp_aux_affinity_initialize()
4792 if (affinity.compact >= depth) { in __kmp_aux_affinity_initialize()
4793 affinity.compact = depth - 1; in __kmp_aux_affinity_initialize()
4845 if (affinity.compact >= depth) { in __kmp_aux_affinity_initialize()
4846 affinity.compact = depth - 1; in __kmp_aux_affinity_initialize()