/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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-array.hh | 261 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 267 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 | 527 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 530 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 853 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 856 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 982 const Type *bsearch (const T &key) const in bsearch() function
|
/third_party/harfbuzz/src/ |
D | hb-array.hh | 313 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 319 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
|
D | hb-vector.hh | 311 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() function 314 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() function
|
D | hb-open-type.hh | 574 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() function 577 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 938 Type &bsearch (const T &x, Type ¬_found = Crap (Type)) in bsearch() function 941 const Type &bsearch (const T &x, const Type ¬_found = Null (Type)) const in bsearch() function 1070 const Type *bsearch (const T &key) const 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
|