Searched defs:bsearch (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/lua/bcc/vendor/ |
D | helpers.lua | 81 function table.bsearch(list, value, mkval) function
|
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 287 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
|
D | hb-vector.hh | 298 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
|
D | hb-open-type.hh | 535 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 538 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 898 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 901 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 1027 const Type *bsearch (const T &key) const in bsearch() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 427 pub fn bsearch( in bsearch() function
|