HomeSort by relevance Sort by last modified time
    Searched full:tsearch (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.h 17 #include "TSearch.h"
  /external/skia/experimental/Intersection/
Simplify.h 17 #include "TSearch.h"
  /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));
  /bionic/libc/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /development/ndk/platforms/android-L/include/
search.h 38 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
search.h 41 void* tsearch(const void*, void**, int (*)(const void*, const void*));
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 1 /* $OpenBSD: tsearch.c,v 1.8 2014/03/16 18:38:30 guenther Exp $ */
25 tsearch(const void *vkey, void **vrootp, function
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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,
  /external/bison/m4/
setenv.m4 152 AC_CHECK_FUNCS([tsearch])
  /external/chromium_org/third_party/skia/gyp/
shapeops_demo.gyp 68 '../experimental/Intersection/TSearch.h',
shapeops_edge.gyp 114 '../experimental/Intersection/TSearch.h',
  /external/skia/gyp/
shapeops_demo.gyp 68 '../experimental/Intersection/TSearch.h',
  /external/elfutils/0.153/libcpu/
i386_parse.y 273 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
274 error (EXIT_FAILURE, 0, "tsearch");
311 if (tsearch ($4, &mnemonics,
313 error (EXIT_FAILURE, errno, "tsearch");
345 if (tsearch (ns, &suffixes, compare_suf)
347 error (EXIT_FAILURE, errno, "tsearch");
583 if (tsearch (newp, &bitfields, bitfield_compare) == NULL)
918 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL)
919 error (EXIT_FAILURE, errno, "tsearch");
931 if (tsearch (newp, &strs[i], compare_argstring) == NULL
    [all...]
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 907 tsearch
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 908 tsearch
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 907 tsearch
  /external/elfutils/0.153/libdw/
libdw_findcu.c 169 if (tsearch (newp, tree, findcu_cb) == NULL)

Completed in 2834 milliseconds

1 2 3 4 5