HomeSort by relevance Sort by last modified time
    Searched refs:tsearch (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /bionic/libc/include/
search.h 44 void* tsearch(const void*, void**, int (*)(const void*, const void*)) __INTRODUCED_IN(16);
  /external/compiler-rt/test/msan/
tsearch.cc 26 void *q = tsearch(p, &root, compare);
  /bionic/tests/
search_test.cpp 90 // tsearch(3) inserts and returns a pointer to a new node.
91 void* i1 = tsearch(&n1, &root, node_cmp);
100 ASSERT_NE(nullptr, tsearch(&n2, &root, node_cmp));
101 ASSERT_NE(nullptr, tsearch(&n3, &root, node_cmp));
130 ASSERT_NE(nullptr, tsearch(&n1, &root, pod_node_cmp));
  /external/libmicrohttpd/
Android.mk 44 src/microhttpd/tsearch.c \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 62 void * __cdecl tsearch (const void *, void **, int (*)(const void *, const void *)) __MINGW_ATTRIB_NONNULL (2) __MINGW_ATTRIB_NONNULL (3);
  /external/libmicrohttpd/src/microhttpd/
tsearch.c 1 /* $NetBSD: tsearch.c,v 1.3 1999/09/16 11:45:37 lukem Exp $ */
18 #include "tsearch.h"
23 tsearch(vkey, vrootp, compar) function
125 /* end of tsearch.c */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h 114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 1 /* $OpenBSD: tsearch.c,v 1.10 2015/09/26 16:03:48 guenther Exp $ */
24 tsearch(const void *vkey, void **vrootp, function
  /external/elfutils/libdw/
cie.c 147 if (tsearch (cie, &cache->cie_tree, &compare_cie) == NULL)
libdw_findcu.c 124 if (tsearch (newp, tree, findcu_cb) == NULL)
dwarf_getlocation.c 112 (void) tsearch (block, cache, loc_compare);
185 found = tsearch (newp, &attr->cu->locs, loc_compare);
582 (void) tsearch (newp, cache, loc_compare);
fde.c 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde);
dwarf_getmacros.c 286 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops,
  /external/elfutils/libcpu/
i386_parse.y 276 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
277 error (EXIT_FAILURE, 0, "tsearch");
314 if (tsearch ($4, &mnemonics,
316 error (EXIT_FAILURE, errno, "tsearch");
348 if (tsearch (ns, &suffixes, compare_suf)
350 error (EXIT_FAILURE, errno, "tsearch");
586 if (tsearch (newp, &bitfields, bitfield_compare) == NULL)
921 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL)
922 error (EXIT_FAILURE, errno, "tsearch");
934 if (tsearch (newp, &strs[i], compare_argstring) == NULL
    [all...]
  /external/elfutils/src/
findtextrel.c 531 tsearch (src, knownsrcs, ptrcompare);
586 tsearch (lowstr, knownsrcs, ptrcompare);
  /external/elfutils/libdwfl/
cu.c 202 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
  /external/libnl/lib/route/
classid.c 295 if (!tsearch((void *) map, &id_root, &compare_id)) {

Completed in 2813 milliseconds

12 3