Searched refs:bfind (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 290 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
|
D | hb-vector.hh | 304 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()
|
D | hb-ot-vorg-table.hh | 67 if (!vertYOrigins.bfind (glyph, &i)) in get_y_origin()
|
D | hb-set.hh | 573 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()
|
D | hb-open-type.hh | 541 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()
|
D | hb-ot-layout-base-table.hh | 387 (this+baseTagList).bfind (baseline_tag, &tag_index); in get_baseline()
|
D | hb-ot-tag.cc | 274 if (hb_sorted_array (ot_languages).bfind (lang_str, &tag_idx)) in hb_ot_tags_from_language()
|
D | hb-open-file.hh | 110 return tables.bfind (t, table_index, HB_BFIND_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
|
D | hb-ot-layout-common.hh | 219 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()
|
D | hb-ot-cmap-table.hh | 831 if ((base+defaultUVS).bfind (codepoint)) in get_glyph()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gf100.asm | 14 bfind u32 $r2 $r1 52 bfind u32 $r2 $r1
|
D | gk110.asm | 15 bfind u32 $r2 $r1 57 bfind u32 $r2 $r1
|
D | gk104.asm | 15 bfind u32 $r2 $r1 57 bfind u32 $r2 $r1
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.2.rst | 101 - gk110/ir: fix bfind emission
|