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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/usb/
usb_ids.cc 31 void* result = bsearch(&key, vendors_, vendor_size_, sizeof(vendors_[0]),
51 void* result = bsearch(&key, vendor->products, vendor->product_size,
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
bsearch.c 1 /* $NetBSD: bsearch.c,v 1.15 2012/03/04 20:01:45 christos Exp $ */
35 static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: bsearch.c,v 1.15 2012/03/04 20:01:45 christos Exp $");
62 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, function
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RefSortedMap.java 115 bsearch(SubMap.this.firstKey()) - 1 :
153 int lastIdx = bsearch(SubMap.this.lastKey());
154 int firstIdx = bsearch(SubMap.this.firstKey());
178 int idx = bsearch(start);
203 int idx = bsearch(end);
307 return bsearch(arg0) >= 0;
321 int idx = bsearch(arg0);
331 int idx = bsearch(arg0);
348 int idx = bsearch(arg0);
368 private int bsearch(Object arg0)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 46 hb_tag_t tag; /* should be first for our bsearch to work */
81 const feature_map_t *map = features.bsearch (&feature_tag);
87 const feature_map_t *map = features.bsearch (&feature_tag);
92 const feature_map_t *map = features.bsearch (&feature_tag);
97 const feature_map_t *map = features.bsearch (&feature_tag);
102 const feature_map_t *map = features.bsearch (&feature_tag);
hb-ot-cmap-table.hh 89 /* Custom two-array bsearch. */
238 int i = groups.bsearch (codepoint);
333 i = defaults.bsearch (codepoint);
337 i = nonDefaults.bsearch (codepoint);
373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
489 /* Note: We can use bsearch, but since it has no performance
492 int result = encodingRecord./*bsearch*/lsearch (key);
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 46 hb_tag_t tag; /* should be first for our bsearch to work */
81 const feature_map_t *map = features.bsearch (&feature_tag);
87 const feature_map_t *map = features.bsearch (&feature_tag);
92 const feature_map_t *map = features.bsearch (&feature_tag);
97 const feature_map_t *map = features.bsearch (&feature_tag);
102 const feature_map_t *map = features.bsearch (&feature_tag);
hb-ot-cmap-table.hh 89 /* Custom two-array bsearch. */
238 int i = groups.bsearch (codepoint);
333 i = defaults.bsearch (codepoint);
337 i = nonDefaults.bsearch (codepoint);
373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
489 /* Note: We can use bsearch, but since it has no performance
492 int result = encodingRecord./*bsearch*/lsearch (key);
  /external/chromium_org/chrome/browser/ui/cocoa/
ui_localizer.mm 29 // Utility function for bsearch on a ResourceMap table
72 const void* valVoid = bsearch(utf8_key,
  /external/chromium_org/net/base/
hash_value.cc 17 // CompareSHA1Hashes is a helper function for using bsearch() with an array of
119 return NULL != bsearch(hash.data, array, arraylen, base::kSHA1Length,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 18 void *__cdecl bsearch(const void *_Key,const void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 44 void *bsearch (const void *key, const void *array,
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 85 ::bsearch(&key, Subclass::SymbolArray,
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.c 77 triple = bsearch(&key, sigoid_srt, sizeof(sigoid_srt) / sizeof(nid_triple),
113 triple = bsearch(&pkey, sigoid_srt_xref,
  /external/libcxx/include/
cstdlib 58 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size,
132 using ::bsearch;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 58 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size,
132 using ::bsearch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdlib 75 #undef bsearch
111 using ::bsearch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib 86 #undef bsearch
132 using ::bsearch;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 86 #undef bsearch
132 using ::bsearch;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 77 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 77 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 77 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib 77 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 75 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 75 #undef bsearch
111 using ::bsearch;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 75 #undef bsearch
111 using ::bsearch;

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>