Searched defs:bsearch (Results 1 – 7 of 7) sorted by relevance
| /external/musl/src/stdlib/ |
| D | bsearch.c | 3 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/ |
| D | helpers.lua | 81 function table.bsearch(list, value, mkval) function
|
| /external/harfbuzz_ng/src/ |
| D | hb-vector.hh | 453 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
|
| D | hb-array.hh | 362 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
|
| D | hb-open-type.hh | 603 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 606 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 975 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 978 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 1110 const Type *bsearch (const T &key) const in bsearch() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 454 pub fn bsearch( in bsearch() function
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 547 pub fn bsearch( in bsearch() function
|