Home
last modified time | relevance | path

Searched defs:bsearch (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() function
/third_party/musl/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-array.hh344 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
H A Dhb-vector.hh340 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
H A Dhb-open-type.hh584 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch() function
587 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch() function
950 Type &bsearch (const T &x, Type &not_found = Crap (Type)) in bsearch() function
953 const Type &bsearch (const T &x, const Type &not_found = Null (Type)) const in bsearch() function
1082 const Type *bsearch (const T &key) const in bsearch() function
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs547 pub fn bsearch( in bsearch() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs454 pub fn bsearch( in bsearch() functions

Completed in 11 milliseconds