Searched refs:num_possible (Results 1 – 2 of 2) sorted by relevance
5054 size_t num_possible) { in __kmp_hw_subset_break_tie() argument5055 for (size_t i = 0; i < num_possible; ++i) { in __kmp_hw_subset_break_tie()5071 size_t index, num_possible, token_length; in __kmp_stg_parse_hw_subset_name() local5084 num_possible = 0; in __kmp_stg_parse_hw_subset_name()5085 KMP_FOREACH_HW_TYPE(type) { possible[num_possible++] = type; } in __kmp_stg_parse_hw_subset_name()5092 while (num_possible > 1 && index < token_length) { in __kmp_stg_parse_hw_subset_name()5093 size_t n = num_possible; in __kmp_stg_parse_hw_subset_name()5104 num_possible--; in __kmp_stg_parse_hw_subset_name()5118 KMP_ASSERT(start == num_possible); in __kmp_stg_parse_hw_subset_name()5124 if (num_possible > 1) in __kmp_stg_parse_hw_subset_name()[all …]
1901 size_t num_possible = dwo_paths.GetSize(); in GetDwoSymbolFileForCompileUnit() local1902 for (size_t idx = 0; idx < num_possible && !found; ++idx) { in GetDwoSymbolFileForCompileUnit()1956 size_t num_possible = dwo_paths.GetSize(); in GetDwoSymbolFileForCompileUnit() local1957 for (size_t idx = 0; idx < num_possible && !found; ++idx) { in GetDwoSymbolFileForCompileUnit()