Context algorithm
Semi-predictive context algorithm implementation
|
Go to the source code of this file.
Functions | |
void | reverseinplace (Uchar *s, Uint len) |
Reverses a string without using extra memory. More... | |
void | reversestring (Uchar *s, Uint len, Uchar *sreverse) |
Reverses a string and returns the reverse in a new string. More... | |
void | reverseString2Binary (Uchar *s, Uint len, Uchar *sreverse, Uint revLength) |
Reverses a string bit by bit and returns a new bit string with the reversed bits. More... | |