Lines Matching refs:MATHCRC16Context
50 typedef u16 MATHCRC16Context; typedef
280 static inline void MATHi_CRC16Init(MATHCRC16Context * context, u16 init) in MATHi_CRC16Init()
299 MATHi_CRC16Update(const MATHCRC16Table * table, MATHCRC16Context * context, const void *input,
317 MATHi_CRC16UpdateRev(const MATHCRC16Table * table, MATHCRC16Context * context, const void *input,
329 static inline u16 MATHi_CRC16GetHash(MATHCRC16Context * context) in MATHi_CRC16GetHash()
361 static inline void MATH_CRC16CCITTInit(MATHCRC16Context * context) in MATH_CRC16CCITTInit()
379 MATH_CRC16CCITTUpdate(const MATHCRC16Table * table, MATHCRC16Context * context, const void *input, in MATH_CRC16CCITTUpdate()
394 static inline u16 MATH_CRC16CCITTGetHash(MATHCRC16Context * context) in MATH_CRC16CCITTGetHash()
426 static inline void MATH_CRC16Init(MATHCRC16Context * context) in MATH_CRC16Init()
444 MATH_CRC16Update(const MATHCRC16Table * table, MATHCRC16Context * context, const void *input, in MATH_CRC16Update()
459 static inline u16 MATH_CRC16GetHash(MATHCRC16Context * context) in MATH_CRC16GetHash()