RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Compress / Branch / BranchX86.h
blob879fd50ef840b9761b81c539bb097f1ae1fb96e4
1 /* BranchX86.h */
3 #ifndef __BRANCHX86_H
4 #define __BRANCHX86_H
6 #ifndef UInt32
7 #define UInt32 unsigned int
8 #endif
10 #ifndef Byte
11 #define Byte unsigned char
12 #endif
14 #define x86_Convert_Init(prevMask, prevPos) { prevMask = 0; prevPos = (UInt32)(-5); }
16 UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos,
17 UInt32 *prevMask, UInt32 *prevPos, int encoding);
19 #endif