Searched refs:_bufferPos (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | BranchMisc.cpp | 12 _bufferPos = 0; in Init() 18 UInt32 processed = (UInt32)BraFunc(data, size, _bufferPos, _encode); in STDMETHODIMP_() 19 _bufferPos += processed; in STDMETHODIMP_()
|
D | BcjCoder.cpp | 12 _bufferPos = 0; in Init() 19 UInt32 processed = (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, _encode); in STDMETHODIMP_() 20 _bufferPos += processed; in STDMETHODIMP_()
|
D | BcjCoder.h | 19 UInt32 _bufferPos; variable 26 CCoder(int encode): _bufferPos(0), _encode(encode) { x86_Convert_Init(_prevMask); } in CCoder()
|
D | BranchMisc.h | 23 UInt32 _bufferPos; variable 30 CCoder(Func_Bra bra, int encode): _bufferPos(0), _encode(encode), BraFunc(bra) {} in CCoder()
|