BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src-rt / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / Branch / PPC.cpp
blobc191f5199ab7e4f65922b5f7df2c2d7b441c84a9
1 // PPC.cpp
3 #include "StdAfx.h"
4 #include "PPC.h"
6 #include "Windows/Defs.h"
7 #include "BranchPPC.c"
9 UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size)
11 return ::PPC_B_Convert(data, size, _bufferPos, 1);
14 UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size)
16 return ::PPC_B_Convert(data, size, _bufferPos, 0);