Searched defs:lsearch (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/search/ |
H A D | lsearch.c | 4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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
|
H A 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
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1865 pub fn lsearch( in lsearch() functions
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1877 pub fn lsearch( in lsearch() functions
|
Completed in 11 milliseconds