other-licenses/7zstub/src/7zip/Compress/Branch/BranchX86.h

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

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

mercurial