Home
last modified time | relevance | path

Searched refs:midValue (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/base/
Dbinary_search.ts26 const midValue = haystack[mid]; constant
27 if (needle < midValue) {
46 const midValue = haystack[mid]; constant
48 if (needle < midValue) {
50 } else if (needle > midValue) {
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp230 const UString &midValue = fileName[mid]; in Find_FileName_InSortedVector() local
231 int compare = CompareFileNames(name, midValue); in Find_FileName_InSortedVector()