Home
last modified time | relevance | path

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

/external/perfetto/ui/src/base/
Dbinary_search.ts27 const midValue = haystack[mid]; constant
28 if (needle < midValue) {
47 const midValue = haystack[mid]; constant
49 if (needle < midValue) {
51 } 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()