Home
last modified time | relevance | path

Searched defs:bsearch (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *,… in bsearch() function
/third_party/musl/src/stdlib/
Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *,… in bsearch() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *,… in bsearch() function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-array.hh261 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
267 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-vector.hh298 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
301 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-open-type.hh527 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
530 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
853 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
856 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
982 const Type *bsearch (const T &key) const in bsearch() function
/third_party/harfbuzz/src/
Dhb-array.hh313 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
319 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-vector.hh311 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
314 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-open-type.hh574 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
577 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
938 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
941 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
1070 const Type *bsearch (const T &key) const in bsearch() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-array.hh344 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
350 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-vector.hh340 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
343 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-open-type.hh584 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
587 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
950 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
953 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
1082 const Type *bsearch (const T &key) const in bsearch() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs454 pub fn bsearch( in bsearch() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs547 pub fn bsearch( in bsearch() function