Home
last modified time | relevance | path

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

/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua81 function table.bsearch(list, value, mkval) function
/external/harfbuzz_ng/src/
Dhb-array.hh287 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function
293 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.hh535 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
538 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
898 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
901 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
1027 const Type *bsearch (const T &key) const in bsearch() function
/external/rust/crates/libc/src/unix/
Dmod.rs427 pub fn bsearch( in bsearch() function