Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 /* BranchX86.h */
3 #ifndef __BRANCHX86_H
4 #define __BRANCHX86_H
6 #include "BranchTypes.h"
8 #define x86_Convert_Init(prevMask, prevPos) { prevMask = 0; prevPos = (UInt32)(-5); }
10 UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos,
11 UInt32 *prevMask, UInt32 *prevPos, int encoding);
13 #endif