Home
last modified time | relevance | path

Searched refs:lsearch (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-vector.hh301 Type *lsearch (const T &x, Type *not_found = nullptr)
302 { return as_array ().lsearch (x, not_found); }
304 const Type *lsearch (const T &x, const Type *not_found = nullptr) const
305 { return as_array ().lsearch (x, not_found); }
H A Dhb-open-type.hh474 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch() function
475 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
477 const Type &lsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in lsearch() function
478 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
647 Type &lsearch (const T &x, Type &not_found = Crap (Type)) in lsearch() function
648 { return *as_array ().lsearch (x, &not_found); } in lsearch()
650 const Type &lsearch (const T &x, const Type &not_found = Null (Type)) const in lsearch() function
651 { return *as_array ().lsearch (x, &not_found); } in lsearch()
H A Dhb-ot-meta-table.hh79 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } in reference_entry()
H A Dhb-array.hh144 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
/third_party/musl/src/search/
H A Dlsearch.c4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() function
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h40 void *lsearch(const void *, void *, size_t *, size_t,
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h40 void *lsearch(const void *, void *, size_t *, size_t,
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h40 void *lsearch(const void *, void *, size_t *, size_t,
/third_party/musl/include/
H A Dsearch.h40 void *lsearch(const void *, void *, size_t *, size_t,
/third_party/musl/libc-test/src/api/
H A Dsearch.c31 {void*(*p)(const void*,void*,size_t*,size_t,int(*)(const void*,const void*)) = lsearch;} in f()
/third_party/musl/libc-test/src/functional/
H A Dsearch_lsearch.c13 char *r = lsearch(k, tab, &nel, W, (int(*)(const void*,const void*))strcmp); \
15 t_error("lsearch %s failed\n", #k); \
41 t_error("lsearch g should not modify the table size (%d, was %d)\n", nel, n); in main()
45 t_error("lsearch j should increase the table size (%d, was %d)\n", nel, n); in main()
/third_party/alsa-lib/include/
H A Dsearch.h171 extern void *lsearch __PMT ((__const void *__key, void *__base,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1865 pub fn lsearch( in lsearch() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1877 pub fn lsearch( in lsearch() functions

Completed in 14 milliseconds