allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / Branch / ARMThumb.cpp
blob83f5d9b81c41a0698734477f39c0a32ed2934707
1 // ARMThumb.cpp
3 #include "StdAfx.h"
4 #include "ARMThumb.h"
6 #include "BranchARMThumb.c"
8 UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size)
10 return ::ARMThumb_Convert(data, size, _bufferPos, 1);
13 UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size)
15 return ::ARMThumb_Convert(data, size, _bufferPos, 0);