Home
last modified time | relevance | path

Searched refs:lfind (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/search/
H A Dlfind.c30 * @tc.desc : Verify lfind process success.
40 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0100()
45 * @tc.name : lfind.
46 * @tc.desc : Verify lfind process fail because key not is array.
56 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0200()
/third_party/musl/src/search/
H A Dlsearch.c18 void *lfind(const void *key, const void *base, size_t *nelp, in lfind() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-fvar-table.hh216 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()
H A Dhb-array.hh147 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
H A Dhb-vector.hh307 bool lfind (const T &x, unsigned *pos = nullptr) const
308 { return as_array ().lfind (x, pos); }
H A Dhb-open-type.hh480 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()
H A Dhb-ot-stat-table.hh298 if (!get_design_axes ().lfind (tag, &axis_index)) return false; in get_value()
H A Dhb-ot-shape-complex-indic.hh313 return hb_array (ra_chars).lfind (u); in is_ra()
H A Dhb-open-file.hh104 /* Use lfind for small fonts; there are fonts that have unsorted table entries; in find_table_index()
108 return tables.lfind (t, table_index, HB_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
H A D2-1.c66 if (lfind(&tid, tids, &i, sizeof(timer_t), compare) != NULL) { in main()
/third_party/musl/include/
H A Dsearch.h42 void *lfind(const void *, const void *, size_t *, size_t,
/third_party/musl/libc-test/src/api/
H A Dsearch.c30 {void*(*p)(const void*,const void*,size_t*,size_t,int(*)(const void*,const void*)) = lfind;} in f()
/third_party/musl/libc-test/src/functional/
H A Dsearch_lsearch.c18 #define get(k) lfind(k, tab, &nel, W, (int(*)(const void*,const void*))strcmp)
35 t_error("lfind a failed\n"); in main()
37 t_error("lfind c should fail\n"); in main()
/third_party/alsa-lib/include/
H A Dsearch.h165 extern void *lfind __PMT ((__const void *__key, __const void *__base,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1872 pub fn lfind( in lfind() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1884 pub fn lfind( in lfind() functions

Completed in 17 milliseconds