/third_party/musl/src/search/ |
D | lsearch.c | 4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-array.hh | 123 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 132 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-vector.hh | 275 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 278 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-open-type.hh | 422 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() function 425 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() function 633 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch() function 636 const Type &lsearch (const T &x, const Type ¬_found = Null (Type)) const in lsearch() function
|
/third_party/harfbuzz/src/ |
D | hb-array.hh | 130 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 136 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-vector.hh | 285 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 288 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-open-type.hh | 461 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() function 464 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() function 632 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch() function 635 const Type &lsearch (const T &x, const Type ¬_found = Null (Type)) const in lsearch() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-array.hh | 144 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 150 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-vector.hh | 301 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 304 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-open-type.hh | 474 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() function 477 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() function 647 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch() function 650 const Type &lsearch (const T &x, const Type ¬_found = Null (Type)) const in lsearch() function
|