Searched defs:CMtf8Decoder (Results 1 – 1 of 1) sorted by relevance
78 struct CMtf8Decoder struct80 CMtfVar Buf[256 >> Z7_MTF_MOVS];82 void StartInit() { memset(Buf, 0, sizeof(Buf)); } in StartInit()83 …signed pos, Byte val) { Buf[pos >> Z7_MTF_MOVS] |= ((CMtfVar)val << ((pos & Z7_MTF_MASK) << 3)); } in Add()84 Byte GetHead() const { return (Byte)Buf[0]; } in GetHead()87 Byte GetAndMove(unsigned pos) throw() in GetAndMove()