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

1 2

  /bionic/libc/upstream-netbsd/libc/stdlib/
tfind.c 1 /* $NetBSD: tfind.c,v 1.7 2012/06/25 22:32:45 abs Exp $ */
16 __RCSID("$NetBSD: tfind.c,v 1.7 2012/06/25 22:32:45 abs Exp $");
26 tfind(const void *vkey, void * const *vrootp, function
  /bionic/libc/include/
search.h 32 void *tfind(const void *, void * const *,
  /external/elfutils/libcpu/
i386_parse.y 268 if (tfind (newp, &synonyms, compare_syn) != NULL)
307 && tfind ($4, &mnemonics,
338 if (tfind (&search, &suffixes, compare_suf)
373 res = tfind (&search, &bitfields, bitfield_compare);
436 res = tfind (&search, &bitfields, bitfield_compare);
496 res = tfind (&search, &bitfields, bitfield_compare);
574 if (tfind (newp, &bitfields, bitfield_compare) != NULL)
811 struct synonym **res = tfind (&search, &synonyms, compare_syn);
912 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
925 if (tfind (&search, &strs[i], compare_argstring) == NULL
    [all...]
i386_parse.c     [all...]
  /external/elfutils/libdw/
libdw_findcu.c 94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
dwarf_getlocation.c 122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 135 extern void *tfind (__const void *__key, void *__const *__rootp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 135 extern void *tfind (__const void *__key, void *__const *__rootp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 135 extern void *tfind (__const void *__key, void *__const *__rootp,
  /external/elfutils/src/
findtextrel.c 513 if (tfind (src, knownsrcs, ptrcompare) == NULL)
566 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL)
nm.c 1093 Dwarf_Global **found = tfind (&fake, &global_root,
1149 struct local_name **found = tfind (&fake, &local_root,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /external/e2fsprogs/misc/
blkid.c 59 "\t-t\tfind device with a specific token (NAME=value pair)\n"
  /external/e2fsprogs/intl/
dcigettext.c 145 # define tfind __tfind macro
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 608 DEBUG(dbgs() << "\tFind Registers:");
    [all...]
  /bionic/libc/
Android.mk 357 upstream-netbsd/libc/stdlib/tfind.c \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib32/
libintl.a     [all...]

Completed in 2742 milliseconds

1 2