ScummVM API documentation
Common::CRC16 Member List

This is the complete list of members for Common::CRC16, including all inherited members.

CRC16() (defined in Common::CRC16)Common::CRC16inline
crcFast(byte const message[], int nBytes) const (defined in Common::CRCReflected< uint16 >)Common::CRCReflected< uint16 >
CRCReflected(uint16 poly, uint16 init_remainder, uint16 final_xor) (defined in Common::CRCReflected< uint16 >)Common::CRCReflected< uint16 >
finalize(uint16 remainder) const (defined in Common::CRCReflected< uint16 >)Common::CRCReflected< uint16 >inline
getInitRemainder() const (defined in Common::CRCReflected< uint16 >)Common::CRCReflected< uint16 >inline
processByte(byte byteVal, uint16 remainder) const (defined in Common::CRCReflected< uint16 >)Common::CRCReflected< uint16 >