OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_convertedposend
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Common/
FilterCoder.cpp
158
_convertedPosBegin =
_convertedPosEnd
= _bufferPos = 0;
175
if (_convertedPosBegin !=
_convertedPosEnd
)
177
UInt32 sizeTemp = MyMin(size,
_convertedPosEnd
- _convertedPosBegin);
187
for (i = 0;
_convertedPosEnd
+ i < _bufferPos; i++)
188
_buffer[i] = _buffer[
_convertedPosEnd
+ i];
190
_convertedPosBegin =
_convertedPosEnd
= 0;
194
_convertedPosEnd
= Filter->Filter(_buffer, _bufferPos);
195
if (
_convertedPosEnd
== 0)
199
_convertedPosEnd
= _bufferPos; // check it
202
if (
_convertedPosEnd
> _bufferPos)
[
all
...]
FilterCoder.h
40
UInt32
_convertedPosEnd
;
Completed in 128 milliseconds