Home
last modified time | relevance | path

Searched refs:num_candidates (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_preamble.c374 unsigned num_candidates = 0; in nir_opt_preamble() local
411 num_candidates++; in nir_opt_preamble()
415 if (num_candidates == 0) { in nir_opt_preamble()
421 def_state **candidates = malloc(sizeof(*candidates) * num_candidates); in nir_opt_preamble()
476 assert(candidate_idx <= num_candidates); in nir_opt_preamble()
477 num_candidates = candidate_idx; in nir_opt_preamble()
479 if (num_candidates == 0) { in nir_opt_preamble()
494 qsort(candidates, num_candidates, sizeof(*candidates), candidate_sort); in nir_opt_preamble()
498 for (unsigned i = 0; i < num_candidates; i++) { in nir_opt_preamble()
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp338 int32_t num_candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
340 if (num_candidates > 0) { in divideUpDictionaryRange()
569 int32_t num_candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
571 if (num_candidates > 0) { in divideUpDictionaryRange()
762 int32_t num_candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
764 if (num_candidates > 0) { in divideUpDictionaryRange()
968 int32_t num_candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
970 if (num_candidates > 0) { in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp338 int32_t num_candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
340 if (num_candidates > 0) { in divideUpDictionaryRange()
569 int32_t num_candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
571 if (num_candidates > 0) { in divideUpDictionaryRange()
762 int32_t num_candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
764 if (num_candidates > 0) { in divideUpDictionaryRange()
968 int32_t num_candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
970 if (num_candidates > 0) { in divideUpDictionaryRange()
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictbe.cpp330 int32_t num_candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
332 if (num_candidates > 0) { in divideUpDictionaryRange()
559 int32_t num_candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
561 if (num_candidates > 0) { in divideUpDictionaryRange()
751 int32_t num_candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
753 if (num_candidates > 0) { in divideUpDictionaryRange()
955 int32_t num_candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
957 if (num_candidates > 0) { in divideUpDictionaryRange()

Completed in 8 milliseconds