Home
last modified time | relevance | path

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

/external/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
/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua81 function table.bsearch(list, value, mkval) function
/external/harfbuzz_ng/src/
Dhb-vector.hh453 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
457 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-array.hh362 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
368 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
Dhb-open-type.hh603 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
606 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
975 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
978 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
1110 const Type *bsearch (const T &key) const in bsearch() function
/external/rust/crates/libc/src/unix/
Dmod.rs454 pub fn bsearch( in bsearch() function
/external/rust/crates/libc/src/solid/
Dmod.rs547 pub fn bsearch( in bsearch() function