Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java115 String lookup_value = (String)lookups.get(lookup_key); in performSearch() local
116 if (lookup_value.indexOf(term) >= 0) { in performSearch()
141 String lookup_value = (String)lookups.get(lookup_key); in performSearch() local
142 if (lookup_value.toUpperCase().indexOf(term.toUpperCase()) >= 0) { in performSearch()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_array_to_ssa.c190 lookup_value(struct ir3_register *reg) in lookup_value() function
202 return lookup_value(state->live_in_definition); in lookup_live_in()
282 instr->srcs[i] = lookup_value(instr->srcs[i]); in ir3_array_to_ssa()