/third_party/musl/libc-test/src/functionalext/supplement/search/ |
D | lfind.c | 40 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0100() 56 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0200()
|
D | test_src_functionalext_supplement_search.gni | 18 "lfind",
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-array.hh | 147 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 153 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 156 bool lfind (const T &x, unsigned *pos = nullptr, in lfind() function
|
D | hb-ot-var-fvar-table.hh | 216 return axes.lfind (tag, axis_index) && (axes[*axis_index].get_axis_deprecated (info), true); in find_axis_deprecated() 224 return axes.lfind (tag, &i) && (axes[i].get_axis_info (i, info), true); in find_axis_info()
|
D | hb-vector.hh | 307 bool lfind (const T &x, unsigned *pos = nullptr) const in lfind() function 308 { return as_array ().lfind (x, pos); } in lfind()
|
D | hb-open-type.hh | 480 bool lfind (unsigned int len, const T &x, unsigned int *i = nullptr, in lfind() function 483 { return as_array (len).lfind (x, i, not_found, to_store); } in lfind() 653 bool lfind (const T &x, unsigned int *i = nullptr, in lfind() function 656 { return as_array ().lfind (x, i, not_found, to_store); } in lfind()
|
D | hb-ot-stat-table.hh | 298 if (!get_design_axes ().lfind (tag, &axis_index)) return false; in get_value()
|
D | hb-ot-shape-complex-indic.hh | 313 return hb_array (ra_chars).lfind (u); in is_ra()
|
D | hb-open-file.hh | 108 return tables.lfind (t, table_index, HB_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
|
/third_party/musl/src/search/ |
D | lsearch.c | 18 void *lfind(const void *key, const void *base, size_t *nelp, in lfind() function
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | search.h | 42 void *lfind(const void *, const void *, size_t *, size_t,
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | search.h | 42 void *lfind(const void *, const void *, size_t *, size_t,
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | search.h | 42 void *lfind(const void *, const void *, size_t *, size_t,
|
/third_party/musl/include/ |
D | search.h | 42 void *lfind(const void *, const void *, size_t *, size_t,
|
/third_party/musl/libc-test/src/functional/ |
D | search_lsearch.c | 18 #define get(k) lfind(k, tab, &nel, W, (int(*)(const void*,const void*))strcmp)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
D | 2-1.c | 66 if (lfind(&tid, tids, &i, sizeof(timer_t), compare) != NULL) { in main()
|
/third_party/musl/libc-test/src/api/ |
D | search.c | 30 {void*(*p)(const void*,const void*,size_t*,size_t,int(*)(const void*,const void*)) = lfind;} in f()
|
/third_party/alsa-lib/include/ |
D | search.h | 165 extern void *lfind __PMT ((__const void *__key, __const void *__base,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1084 lfind
|
/third_party/musl/ |
D | libc.map.txt | 1054 lfind;
|
D | WHATSNEW | 1802 - lsearch/lfind now pass args to compare callback in canonical order
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1872 pub fn lfind( in lfind() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1884 pub fn lfind( in lfind() function
|