/external/compiler-rt/test/msan/ |
D | tsearch.cc | 26 void *q = tsearch(p, &root, compare); in main()
|
/external/skia/third_party/libmicrohttpd/ |
D | BUILD.gn | 24 "../externals/microhttpd/src/microhttpd/tsearch.c",
|
/external/skqp/third_party/libmicrohttpd/ |
D | BUILD.gn | 24 "../externals/microhttpd/src/microhttpd/tsearch.c",
|
/external/elfutils/libdw/ |
D | libdw_find_split_unit.c | 61 if (tsearch (split->dbg, &cu->dbg->split_tree, in try_split_file()
|
D | cie.c | 147 if (tsearch (cie, &cache->cie_tree, &compare_cie) == NULL) in intern_new_cie()
|
D | dwarf_getlocation.c | 137 if (unlikely (tsearch (block, cache, loc_compare) == NULL)) in store_implicit_value() 214 found = tsearch (newp, &attr->cu->locs, loc_compare); in check_constant_offset() 633 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
|
D | fde.c | 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); in intern_fde()
|
D | libdw_findcu.c | 216 if (tsearch (newp, tree, findcu_cb) == NULL) in __libdw_intern_next_unit()
|
D | dwarf_getmacros.c | 290 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops, in cache_op_table()
|
D | dwarf_getsrclines.c | 1129 found = tsearch (node, &dbg->files_lines, files_lines_compare); in __libdw_getsrclines()
|
D | ChangeLog | 136 seeing bad DWARF or when tsearch runs out of memory.
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 275 else if (tsearch ( newp, &synonyms, compare_syn) == NULL) 313 if (tsearch ($4, &mnemonics, 347 if (tsearch (ns, &suffixes, compare_suf) 585 if (tsearch (newp, &bitfields, bitfield_compare) == NULL) in new_bitfield() 920 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL) in find_numbers() 933 if (tsearch (newp, &strs[i], compare_argstring) == NULL) in find_numbers()
|
/external/elfutils/src/ |
D | findtextrel.c | 517 tsearch (src, knownsrcs, ptrcompare); in check_rel() 573 tsearch (lowstr, knownsrcs, ptrcompare); in check_rel()
|
D | nm.c | 541 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global, in get_global() 701 struct local_name **tres = tsearch (newp, &local_root, in get_local_names()
|
/external/elfutils/libdwfl/ |
D | cu.c | 198 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
|
/external/libnl/lib/route/ |
D | classid.c | 295 if (!tsearch((void *) map, &id_root, &compare_id)) { in classid_map_add()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 252 # define tsearch __tsearch macro 667 tsearch (newp, &root, transcmp); in DCIGETTEXT()
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 386 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
|
/external/e2fsprogs/lib/ |
D | config.h.in | 566 /* Define to 1 if you have the `tsearch' function. */
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4991 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 4994 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 4998 void *res = REAL(tsearch)(key, rootp, compar); 5003 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3167 fun:tsearch=uninstrumented
|
/external/e2fsprogs/ |
D | aclocal.m4 | 1301 stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1028 PUBLIC d8110 0 tsearch
|