/third_party/musl/libc-test/src/functionalext/supplement/search/search_gtest/ |
H A D | search_tfind_test.cpp | 31 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 D | i386_parse.y | 270 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 D | cie.c | 163 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 D | libdw_findcu.c | 237 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 D | dwarf_getlocation.c | 170 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 D | fde.c | 252 struct dwarf_fde **found = tfind (&fde_key, &cache->fde_tree, &compare_fde); in __libdw_find_fde()
|
H A D | dwarf_getmacros.c | 278 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, in cache_op_table()
|
H A D | dwarf_getsrclines.c | 1139 struct files_lines_s **found = tfind (&fake, &dbg->files_lines, in __libdw_getsrclines()
|
/third_party/musl/src/search/ |
H A D | tfind.c | 4 void *tfind(const void *key, void *const *rootp, in tfind() function
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | tsearch.h | 43 void *tfind(const void *, void * const *,
|
H A D | tsearch.c | 57 tfind(vkey, vrootp, compar) in tfind() function
|
H A D | daemon.c | 390 if (NULL == (nodep = tfind (&search_key, in MHD_ip_limit_del()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | search.h | 46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | search.h | 46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | search.h | 46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
|
/third_party/musl/include/ |
H A D | search.h | 46 void *tfind(const void *, void *const *, int(*)(const void *, const void *));
|
/third_party/musl/libc-test/src/api/ |
H A D | search.c | 34 {void*(*p)(const void*,void*const*,int(*)(const void*,const void*)) = tfind;} in f()
|
/third_party/alsa-lib/include/ |
H A D | search.h | 135 extern void *tfind __PMT ((__const void *__key, void *__const *__rootp,
|
/third_party/musl/libc-test/src/functional/ |
H A D | search_tsearch.c | 61 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 D | findtextrel.c | 504 if (tfind (src, knownsrcs, ptrcompare) == NULL) in check_rel() 558 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL) in check_rel()
|
H A D | nm.c | 1390 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols() 1445 struct local_name **found = tfind (&fake, &local_root, in show_symbols()
|