Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-array.hh290 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
296 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
299 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function
Dhb-vector.hh304 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function
307 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-ot-vorg-table.hh67 if (!vertYOrigins.bfind (glyph, &i)) in get_y_origin()
Dhb-set.hh573 page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST); in next()
604 page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST); in previous()
728 if (!page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST)) in page_for_insert()
Dhb-open-type.hh541 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind() function
544 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind()
904 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function
907 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-ot-layout-base-table.hh387 (this+baseTagList).bfind (baseline_tag, &tag_index); in get_baseline()
Dhb-ot-tag.cc274 if (hb_sorted_array (ot_languages).bfind (lang_str, &tag_idx)) in hb_ot_tags_from_language()
Dhb-open-file.hh110 return tables.bfind (t, table_index, HB_BFIND_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
Dhb-ot-layout-common.hh219 return this->bfind (tag, index, HB_BFIND_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_index()
928 glyphArray.bfind (glyph_id, &i, HB_BFIND_NOT_FOUND_STORE, NOT_COVERED); in get_coverage()
Dhb-ot-cmap-table.hh831 if ((base+defaultUVS).bfind (codepoint)) in get_glyph()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgf100.asm14 bfind u32 $r2 $r1
52 bfind u32 $r2 $r1
Dgk110.asm15 bfind u32 $r2 $r1
57 bfind u32 $r2 $r1
Dgk104.asm15 bfind u32 $r2 $r1
57 bfind u32 $r2 $r1
/external/mesa3d/docs/relnotes/
D10.2.2.rst101 - gk110/ir: fix bfind emission