Searched refs:indexRight (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp45 int indexLeft = 1, indexRight = (1 << 30); local
46 while (indexLeft != indexRight)
48 int indexMid = (indexLeft + indexRight) / 2;
52 indexRight = indexMid;
54 if (MakeAutoName(name, extension, indexRight, fullProcessedPath))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp45 int indexLeft = 1, indexRight = (1 << 30); local
46 while (indexLeft != indexRight)
48 int indexMid = (indexLeft + indexRight) / 2;
52 indexRight = indexMid;
54 if (MakeAutoName(name, extension, indexRight, fullProcessedPath))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp45 int indexLeft = 1, indexRight = (1 << 30); local
46 while (indexLeft != indexRight)
48 int indexMid = (indexLeft + indexRight) / 2;
52 indexRight = indexMid;
54 if (MakeAutoName(name, extension, indexRight, fullProcessedPath))

Completed in 74 milliseconds