Home
last modified time | relevance | path

Searched refs:tfind (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/search/search_gtest/
H A Dsearch_tfind_test.cpp31 EXPECT_EQ(nullptr, tfind(&n1, &root, NodeCmp)); in HWTEST_F()
32 EXPECT_EQ(nullptr, tfind(&n2, &root, NodeCmp)); in HWTEST_F()
36 EXPECT_EQ(i, tfind(&n1, &root, NodeCmp)); in HWTEST_F()
37 EXPECT_EQ(nullptr, tfind(&n2, &root, NodeCmp)); in HWTEST_F()
/third_party/elfutils/libcpu/
H A Di386_parse.y270 if (tfind (newp, &synonyms, compare_syn) != NULL)
309 && tfind ($4, &mnemonics,
340 if (tfind (&search, &suffixes, compare_suf)
375 res = tfind (&search, &bitfields, bitfield_compare);
438 res = tfind (&search, &bitfields, bitfield_compare);
498 res = tfind (&search, &bitfields, bitfield_compare);
576 if (tfind (newp, &bitfields, bitfield_compare) != NULL)
814 struct synonym **res = tfind (&search, &synonyms, compare_syn);
915 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
928 if (tfind (
[all...]
/third_party/elfutils/libdw/
H A Dcie.c163 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); in __libdw_find_cie()
192 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); in __libdw_intern_cie()
H A Dlibdw_findcu.c237 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb); in __libdw_findcu()
286 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb); in __libdw_findcu_addr()
301 Dwarf **found = tfind (&fake, &dbg->split_tree, __libdw_finddbg_cb); in __libdw_find_split_dbg_addr()
H A Ddwarf_getlocation.c170 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in dwarf_getlocation_implicit_value()
214 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in is_constant_offset()
269 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression()
H A Dfde.c252 struct dwarf_fde **found = tfind (&fde_key, &cache->fde_tree, &compare_fde); in __libdw_find_fde()
H A Ddwarf_getmacros.c278 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, in cache_op_table()
H A Ddwarf_getsrclines.c1139 struct files_lines_s **found = tfind (&fake, &dbg->files_lines, in __libdw_getsrclines()
/third_party/musl/src/search/
H A Dtfind.c4 void *tfind(const void *key, void *const *rootp, in tfind() function
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtsearch.h43 void *tfind(const void *, void * const *,
H A Dtsearch.c57 tfind(vkey, vrootp, compar) in tfind() function
H A Ddaemon.c390 if (NULL == (nodep = tfind (&search_key, in MHD_ip_limit_del()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
/third_party/musl/include/
H A Dsearch.h46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
/third_party/musl/libc-test/src/api/
H A Dsearch.c34 {void*(*p)(const void*,void*const*,int(*)(const void*,const void*)) = tfind;} in f()
/third_party/alsa-lib/include/
H A Dsearch.h135 extern void *tfind __PMT ((__const void *__key, void *__const *__rootp,
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c61 void **p = tfind(&(struct e){.k = k}, &root, cmp); in get()
106 t_error("tfind a failed\n"); in main()
108 t_error("tfind z should fail\n"); in main()
/third_party/elfutils/src/
H A Dfindtextrel.c504 if (tfind (src, knownsrcs, ptrcompare) == NULL) in check_rel()
558 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL) in check_rel()
H A Dnm.c1390 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols()
1445 struct local_name **found = tfind (&fake, &local_root, in show_symbols()

Completed in 20 milliseconds