Searched refs:bsearch (Results 1 - 25 of 55) sorted by relevance

123

/haiku-buildtools/gcc/fixincludes/tests/base/iso/
H A Dstdlib_iso.h15 void *bsearch(const void *, const void *, size_t, size_t,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/cstdlib/
H A Dfunctions_std.cc24 using std::bsearch;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/
H A Dpr57457.c9 extern void *bsearch (const void *__key, const void *__base,
14 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t function
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dstdlib.h61 extern void * bsearch(void*,size_t,size_t);
/haiku-buildtools/binutils/libiberty/
H A Dbsearch.c33 @deftypefn Supplemental void* bsearch (const void *@var{key}, @
72 bsearch (register const void *key, const void *base0, function
/haiku-buildtools/gcc/libiberty/
H A Dbsearch.c33 @deftypefn Supplemental void* bsearch (const void *@var{key}, @
72 bsearch (register const void *key, const void *base0, function
H A DMakefile.in127 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
203 ./bsearch.$(objext) ./bzero.$(objext) \
591 ./bsearch.$(objext): $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
593 $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
596 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bsearch.c -o noasan/$@; \
598 $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dbsearch.c33 @deftypefn Supplemental void* bsearch (const void *@var{key}, const void *@var{base}, size_t @var{nmemb}, size_t @var{size}, int (*@var{compar})(const void *, const void *))
70 bsearch (register const void *key, const void *base0, function
H A DMakefile.in130 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
188 ./basename.o ./bcmp.o ./bcopy.o ./bsearch.o ./bzero.o \
538 ./bsearch.o: $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
540 $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
542 $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dproj.c49 bsearch (const void *key, const void *base, size_t nmemb, size_t size, function
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h44 using std::bsearch;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-sh64-com.c33 /* Ordering functions of a crange, for the qsort and bsearch calls and for
145 = bsearch (&addr, cranges_contents, cranges_size / SH64_CRANGE_SIZE,
H A Dxtensa-isa.c673 result = bsearch (&entry, intisa->opname_lookup_table,
1488 result = bsearch (&entry, intisa->state_lookup_table, intisa->num_states,
1584 result = bsearch (&entry, intisa->sysreg_lookup_table,
1661 result = bsearch (&entry, intisa->interface_lookup_table,
1756 result = bsearch (&entry, intisa->funcUnit_lookup_table,
/haiku-buildtools/binutils/bfd/
H A Delf32-sh64-com.c34 /* Ordering functions of a crange, for the qsort and bsearch calls and for
146 = bsearch (&addr, cranges_contents, cranges_size / SH64_CRANGE_SIZE,
H A Dxtensa-isa.c679 result = bsearch (&entry, intisa->opname_lookup_table,
1493 result = bsearch (&entry, intisa->state_lookup_table, intisa->num_states,
1600 result = bsearch (&entry, intisa->sysreg_lookup_table,
1677 result = bsearch (&entry, intisa->interface_lookup_table,
1772 result = bsearch (&entry, intisa->funcUnit_lookup_table,
/haiku-buildtools/binutils/intl/
H A Dlocalealias.c173 retval = (struct alias_map *) bsearch (&item, map, nmap,
/haiku-buildtools/gcc/intl/
H A Dlocalealias.c173 retval = (struct alias_map *) bsearch (&item, map, nmap,
/haiku-buildtools/legacy/binutils/intl/
H A Dlocalealias.c172 retval = (struct alias_map *) bsearch (&item, map, nmap,
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dlocalealias.c172 retval = (struct alias_map *) bsearch (&item, map, nmap,
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dlocalealias.c155 retval = (struct alias_map *) bsearch (&item, map, nmap,
/haiku-buildtools/gcc/gcc/
H A Dvec.h496 T *bsearch (const void *key, int (*compar)(const void *, const void *));
965 CMP is the comparison function to pass to bsearch. */
969 vec<T, A, vl_embed>::bsearch (const void *key,
975 /* The following is a copy of glibc stdlib-bsearch.h. */
1231 T *bsearch (const void *key, int (*compar)(const void *, const void *));
1693 CMP is the comparison function to pass to bsearch. */
1697 vec<T, va_heap, vl_ptr>::bsearch (const void *key,
1701 return m_vec->bsearch (key, cmp);
/haiku-buildtools/gcc/libbacktrace/
H A Delf.c326 /* Compare an ADDR against an elf_symbol for bsearch. We allocate one
480 bsearch (&addr, edata->symbols, edata->count,
498 bsearch (&addr, edata->symbols, edata->count,
/haiku-buildtools/binutils/gprof/
H A Dcorefile.c631 /* Note: some systems (SunOS 5.8) crash if bsearch base argument
633 found = (struct function_map *) bsearch
669 /* Note: some systems (SunOS 5.8) crash if bsearch base argument
671 found = (struct function_map *) bsearch
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c543 if (bsearch (&key, d->exports, d->num_exports,
2909 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
2931 kv = bsearch (&key, udef_table, undef_count,
2943 kv = bsearch (&key, udef_table, undef_count,
2956 kv = bsearch (&key, udef_table, undef_count,
2975 kv = bsearch (&key, udef_table, undef_count,
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.cc41 // Strings are looked up using bsearch.
80 // Comparison function passed to bsearch.
119 void* mapv = bsearch(&key,

Completed in 301 milliseconds

123