Searched defs:BinarySearch (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/vixl/
H A Dinvalset.h131 ElementType* BinarySearch(const ElementType& element,
338 return BinarySearch(element, ElementAt(cached_min_index_), StorageEnd());
426 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::BinarySearch( function in class:vixl::InvalSet
/external/skia/src/pathops/
H A DSkPathOpsTSect.h203 static void BinarySearch(SkTSect* sect1, SkTSect<OppCurve, TCurve>* sect2,
1902 void SkTSect<TCurve, OppCurve>::BinarySearch(SkTSect<TCurve, OppCurve>* sect1, function in class:SkTSect
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp4608 if (BinarySearch(dwObjNum, iNext)) {
4616 return BinarySearch(dwObjNum, iNext);
4618 FX_BOOL CPDF_SortObjNumArray::BinarySearch(FX_DWORD value, FX_INT32 &iNext) function in class:CPDF_SortObjNumArray
/external/v8/src/
H A Dobjects-inl.h2762 int BinarySearch(T* array, Name* name, int low, int high, int valid_entries) { function in namespace:v8::internal
2842 return BinarySearch<search_mode>(array, name, 0, nof - 1, valid_entries);

Completed in 197 milliseconds