Searched defs:UpdateByte (Results 1 – 1 of 1) sorted by relevance
16 void UpdateByte(Byte b) { _value = Table[(_value >> 24) ^ b] ^ (_value << 8); } in UpdateByte() function17 void UpdateByte(unsigned b) { _value = Table[(_value >> 24) ^ b] ^ (_value << 8); } in UpdateByte() function