Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2692 int *total_depth, in __kmp_x2apicid_get_levels() argument
2740 if (*total_depth == 0) { in __kmp_x2apicid_get_levels()
2741 *total_depth = info->depth; in __kmp_x2apicid_get_levels()
2743 for (int i = *total_depth - 1, j = 0; i >= 0; --i, ++j) { in __kmp_x2apicid_get_levels()
2791 (*total_depth)++; in __kmp_x2apicid_get_levels()