BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src-rt / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / Branch / x86.cpp
blob929484ad6d7b09dbb07fea1ba877cac25a15b016
1 // x86.cpp
3 #include "StdAfx.h"
4 #include "x86.h"
6 #include "Windows/Defs.h"
8 #include "BranchX86.c"
10 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
12 return ::x86_Convert(data, size, _bufferPos, &_prevMask, &_prevPos, 1);
15 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
17 return ::x86_Convert(data, size, _bufferPos, &_prevMask, &_prevPos, 0);