Searched defs:bsearch (Results 1 – 4 of 4) 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 | 211 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
|
D | hb-vector.hh | 254 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 257 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
|
D | hb-open-type.hh | 494 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 497 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 814 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 817 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 967 const Type *bsearch (const T &key) const in bsearch() function
|