Home
last modified time | relevance | path

Searched refs:bsearch (Results 1 – 25 of 65) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-ot-map.hh111 const feature_map_t *map = features.bsearch (feature_tag); in get_mask()
118 const feature_map_t *map = features.bsearch (feature_tag); in needs_fallback()
124 const feature_map_t *map = features.bsearch (feature_tag); in get_1_mask()
130 const feature_map_t *map = features.bsearch (feature_tag); in get_feature_index()
136 const feature_map_t *map = features.bsearch (feature_tag); in get_feature_stage()
Dhb-vector.hh254 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
255 { return as_sorted_array ().bsearch (x, not_found); } in bsearch()
257 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
258 { return as_sorted_array ().bsearch (x, not_found); } in bsearch()
Dhb-open-type.hh494 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
495 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
497 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
498 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
814 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
815 { return *as_array ().bsearch (x, &not_found); } in bsearch()
817 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
818 { return *as_array ().bsearch (x, &not_found); } in bsearch()
967 const Type *bsearch (const T &key) const in bsearch() function
Dhb-array.hh211 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
217 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-ot-var-mvar-table.hh80 record = (VariationValueRecord *) bsearch (&tag, valuesZ.arrayZ, in get_var()
Dhb-ot-cmap-table.hh471 hb_codepoint_t gid = T::group_get_glyph (groups.bsearch (codepoint), codepoint); in get_glyph()
676 const UVSMapping &nonDefault = (base+nonDefaultUVS).bsearch (codepoint); in get_glyph()
719 return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); in get_glyph_variant()
731 record.bsearch (variation_selector).collect_unicodes (out, this); in collect_variation_unicodes()
1150 const EncodingRecord &result = encodingRecord.bsearch (key); in find_subtable()
Dhb-ot-color-svg-table.hh99 { return (this+svgDocEntries).bsearch (glyph_id); } in get_glyph_entry()
Dhb-ot-color-colr-table.hh99 const BaseGlyphRecord &record = (this+baseGlyphsZ).bsearch (numBaseGlyphs, glyph); in get_glyph_layers()
Dhb-aat-layout-common.hh111 const LookupSegmentSingle<T> *v = segments.bsearch (glyph_id); in get_value()
182 const LookupSegmentArray<T> *v = segments.bsearch (glyph_id); in get_value()
239 const LookupSingle<T> *v = entries.bsearch (glyph_id); in get_value()
Dhb-aat-layout-feat-table.hh179 return namesZ.bsearch (featureNameCount, feature_type); in get_feature()
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c111 res = (Reindex *) bsearch(&r, idx, len, sizeof(Reindex), compare_reindex); in get_comp_index()
139 res = (BracketPair *) bsearch(&bp, bracket_pairs, BIDI_BRACKET_LEN, in search_bp()
272 res = (MirrorPair *) bsearch(&mp, mirror_pairs, BIDI_MIRROR_LEN, in ucdn_mirror()
/external/boringssl/src/crypto/obj/
Dobj.c228 nid_ptr = bsearch(obj, kNIDsInOIDOrder, OPENSSL_ARRAY_SIZE(kNIDsInOIDOrder), in OBJ_obj2nid()
276 nid_ptr = bsearch(short_name, kNIDsInShortNameOrder, in OBJ_sn2nid()
312 nid_ptr = bsearch(long_name, kNIDsInLongNameOrder, in OBJ_ln2nid()
/external/mesa3d/prebuilt-intermediates/main/
Denums.c7395 elt = bsearch(& nr, enum_string_table_offsets, in _mesa_enum_to_string()
/external/ltp/testcases/kernel/syscalls/kill/
Dkill10.c371 result = bsearch(&findit, child_checklist, child_checklist_total, in ack_ready()
398 result = bsearch(&findit, child_checklist, child_checklist_total, in ack_done()
649 result = bsearch(&findit, child_checklist, child_checklist_total, in reply_to_child()
/external/mesa3d/src/glx/
Dglxglvnd.c31 match = bsearch(name, __glXDispatchTableStrings, DI_FUNCTION_COUNT, in FindGLXFunction()
/external/libcxx/include/
Dcstdlib58 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size,
137 using ::bsearch;
/external/kmod/shared/
Dhash.c244 const struct hash_entry *entry = bsearch( in hash_find()
265 entry = bsearch(&se, bucket->entries, bucket->used, in hash_del()
/external/mesa3d/src/mapi/
Dstub.c79 return (const struct mapi_stub *) bsearch(name, public_stubs, in stub_find_public()
/external/libxkbcommon/xkbcommon/src/
Dkeysym.c92 entry = bsearch(&ks, keysym_to_name, in xkb_keysym_get_name()
173 entry = bsearch(s, name_to_keysym, in xkb_keysym_from_name()
/external/kmod/
DTODO22 bsearch().
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_lookup.cc115 pointer = bsearch(&(lookup->data.i32[i]), key->data.i32, num_rows, in Eval()
/external/compiler-rt/test/profile/
Dinstrprof-value-prof.c107 Res = (CallerInfo *) bsearch(&Key, CallerInfos, sizeof(CallerInfos) / sizeof(CallerInfo), in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp104 static_assert((std::is_same<decltype(bsearch(0,0,0,0,0)), void*>::value), ""); in main()
/external/boringssl/src/crypto/x509v3/
Dv3_lib.c112 bsearch(&t, standard_exts, STANDARD_EXTENSION_COUNT, in X509V3_EXT_get_nid()
/external/boringssl/src/crypto/asn1/
Da_strnid.c219 bsearch(&fnd, tbl_standard, in ASN1_STRING_TABLE_get()

123