Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp92 UInt64 posDelta = pos - _peviousPos; in SetPos() local
93 if (posDelta < (_range >> 10)) in SetPos()
/third_party/typescript/src/services/formatting/
Dformatting.ts1278 const posDelta = currentRange.pos - previousRange.end; constant
1279 … if (posDelta !== 1 || sourceFile.text.charCodeAt(previousRange.end) !== CharacterCodes.space) {