Searched defs:bsearch (Results 1 – 8 of 8) sorted by relevance
| /third_party/musl/porting/uniproton/kernel/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
|
| /third_party/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
|
| /third_party/musl/porting/liteos_m/kernel/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
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-array.hh | 344 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 350 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
|
| D | hb-vector.hh | 340 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 343 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
|
| D | hb-open-type.hh | 584 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 587 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 950 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 953 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 1082 const Type *bsearch (const T &key) const in bsearch() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 454 pub fn bsearch( in bsearch() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 547 pub fn bsearch( in bsearch() function
|