HomeSort by relevance Sort by last modified time
    Searched refs:lsearch (Results 1 - 12 of 12) sorted by null

  /bionic/libc/include/
search.h 36 void* lsearch(const void*, void*, size_t*, size_t, int (*)(const void*, const void*));
  /development/ndk/platforms/android-L/include/
search.h 33 void* lsearch(const void*, void*, size_t*, size_t, int (*)(const void*, const void*));
  /external/chromium_org/third_party/sqlite/src/test/
mallocAll.test 53 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
54 if {[llength $INCLUDE]>0 && [lsearch -exact $INCLUDE $tail]<0} continue
async.test 66 if {[lsearch -exact $ASYNC_INCLUDE $tail]<0} continue
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
lsearch.c 1 /* $OpenBSD: lsearch.c,v 1.5 2014/07/18 04:16:09 matthew Exp $ */
44 lsearch(const void *key, void *base, size_t *nelp, size_t width, function
74 * a NULL pointer is returned by lsearch with errno set
  /bionic/tests/
search_test.cpp 37 // lsearch(3) will add it.
38 ASSERT_EQ(&xs[0], lsearch(&needle, xs, &x_size, sizeof(xs[0]), int_cmp));
47 ASSERT_EQ(&xs[0], lsearch(&needle, xs, &x_size, sizeof(xs[0]), int_cmp));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-cmap-table.hh 490 * implications, we use lsearch and as such accept fonts with
492 int result = encodingRecord./*bsearch*/lsearch (key);
hb-open-type-private.hh 829 inline int lsearch (const SearchType &x) const function in struct:OT::ArrayOf
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 490 * implications, we use lsearch and as such accept fonts with
492 int result = encodingRecord./*bsearch*/lsearch (key);
hb-open-type-private.hh 829 inline int lsearch (const SearchType &x) const function in struct:OT::ArrayOf
  /external/ltrace/
ltrace-elf.c 1058 = lsearch(&key, symbols, &num_symbols,
    [all...]
  /bionic/libc/
Android.mk 469 upstream-openbsd/lib/libc/stdlib/lsearch.c \
    [all...]

Completed in 1556 milliseconds