Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp5205 char *attr_ptr; in __kmp_stg_parse_hw_subset() local
5225 attr_ptr = strchr(core_components[j], ':'); in __kmp_stg_parse_hw_subset()
5231 if (attr_ptr) { in __kmp_stg_parse_hw_subset()
5235 if (__kmp_str_match("intel_core", -1, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5237 } else if (__kmp_str_match("intel_atom", -1, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5241 if (__kmp_str_match("eff", 3, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5242 const char *number = attr_ptr + 1; in __kmp_stg_parse_hw_subset()
5254 *attr_ptr = '\0'; // cut the attribute from the component in __kmp_stg_parse_hw_subset()