Searched refs:dom_idx (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_from_ssa.c | 136 int dom_idx = -1; 139 while (dom_idx >= 0 && !ssa_def_dominates(dom[dom_idx], node->def)) 140 dom_idx--; 142 for (int i = 0; i <= dom_idx; i++) 147 dom[++dom_idx] = node->def; 235 int dom_idx = -1; in merge_sets_interfere() local 270 while (dom_idx >= 0 && in merge_sets_interfere() 271 !ssa_def_dominates(dom[dom_idx]->def, current->def)) in merge_sets_interfere() 272 dom_idx--; in merge_sets_interfere() 294 if (dom_idx >= 0 && merge_nodes_interfere(current, dom[dom_idx])) in merge_sets_interfere() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | vtzone.cpp | 486 int32_t dom_idx = 0; in parseRRULE() local 496 if (dom_idx < domCount) { in parseRRULE() 497 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status); in parseRRULE() 501 dom_idx++; in parseRRULE() 508 numDom = dom_idx; in parseRRULE()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | vtzone.cpp | 486 int32_t dom_idx = 0; in parseRRULE() local 496 if (dom_idx < domCount) { in parseRRULE() 497 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status); in parseRRULE() 501 dom_idx++; in parseRRULE() 508 numDom = dom_idx; in parseRRULE()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | vtzone.cpp | 486 int32_t dom_idx = 0; in parseRRULE() local 496 if (dom_idx < domCount) { in parseRRULE() 497 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status); in parseRRULE() 501 dom_idx++; in parseRRULE() 508 numDom = dom_idx; in parseRRULE()
|
/third_party/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 486 int32_t dom_idx = 0; in parseRRULE() local 496 if (dom_idx < domCount) { in parseRRULE() 497 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status); in parseRRULE() 501 dom_idx++; in parseRRULE() 508 numDom = dom_idx; in parseRRULE()
|