Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1080 const static int USE_ALL = (std::numeric_limits<int>::max)(); variable
1214 push_back(USE_ALL, type, 0, kmp_hw_attr_t{}); in canonicalize()
H A Dkmp_affinity.cpp1097 (num != kmp_hw_subset_t::USE_ALL && num + offset > max_count)) { in filter_hw_subset()
1173 (num != kmp_hw_subset_t::USE_ALL && num + offset > max_count)) { in filter_hw_subset()
1345 (num != kmp_hw_subset_t::USE_ALL && sub_id >= offset + num)) { in filter_hw_subset()
1358 (num != kmp_hw_subset_t::USE_ALL && sub_id >= offset + num)) { in filter_hw_subset()
H A Dkmp_settings.cpp5217 num = kmp_hw_subset_t::USE_ALL; in __kmp_stg_parse_hw_subset()
5220 num = kmp_hw_subset_t::USE_ALL; in __kmp_stg_parse_hw_subset()