Searched refs:bfind (Results 1 – 11 of 11) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 214 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() 220 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() 223 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function
|
D | hb-vector.hh | 260 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function 263 { return as_sorted_array ().bfind (x, i, not_found, to_store); } in bfind()
|
D | hb-set.hh | 549 page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST); in next() 580 page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST); in previous() 675 if (!page_map.bfind (map, &i, HB_BFIND_NOT_FOUND_STORE_CLOSEST)) in page_for_insert()
|
D | hb-open-type.hh | 500 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, in bfind() function 503 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind() 820 bool bfind (const T &x, unsigned int *i = nullptr, in bfind() function 823 { 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-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 | 129 return this->bfind (tag, index, HB_BFIND_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_index() 825 glyphArray.bfind (glyph_id, &i, HB_BFIND_NOT_FOUND_STORE, NOT_COVERED); in get_coverage()
|
D | hb-ot-cmap-table.hh | 674 if ((base+defaultUVS).bfind (codepoint)) in get_glyph()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gk110.asm | 15 bfind u32 $r2 $r1 57 bfind u32 $r2 $r1
|
D | gf100.asm | 14 bfind u32 $r2 $r1 52 bfind u32 $r2 $r1
|
D | gk104.asm | 15 bfind u32 $r2 $r1 57 bfind u32 $r2 $r1
|