Searched refs:BinarySearch (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp13 SkTSect<SkDQuad, SkDQuad>::BinarySearch(&sect1, &sect2, this);
20 SkTSect<SkDConic, SkDQuad>::BinarySearch(&sect1, &sect2, this);
27 SkTSect<SkDConic, SkDConic>::BinarySearch(&sect1, &sect2, this);
34 SkTSect<SkDCubic, SkDQuad>::BinarySearch(&sect1, &sect2, this);
41 SkTSect<SkDCubic, SkDConic>::BinarySearch(&sect1, &sect2, this);
48 SkTSect<SkDCubic, SkDCubic>::BinarySearch(&sect1, &sect2, this);
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/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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h874 FX_BOOL BinarySearch(FX_DWORD value, int &iNext);
/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 449 milliseconds