Lines Matching refs:length

178 void iCrc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length);
193 …ne void iCrc8UpdateRev(const Crc8Table* table, Crc8Context* context, const void* input, u32 length) in iCrc8UpdateRev() argument
195 iCrc8Update(table, context, input, length); in iCrc8UpdateRev()
260 void Crc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length);
262 inline void Crc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length) in Crc8Update() argument
264 iCrc8Update(table, context, input, length); in Crc8Update()
340 void iCrc16Update(const Crc16Table* table, Crc16Context* context, const void* input, u32 length);
355 void iCrc16UpdateRev(const Crc16Table* table, Crc16Context* context, const void* input, u32 length);
416 void Crc16CcittUpdate(const Crc16Table* table, Crc16Context* context, const void* input, u32 length
418 …oid Crc16CcittUpdate(const Crc16Table* table, Crc16Context* context, const void* input, u32 length) in Crc16CcittUpdate() argument
420 iCrc16Update(table, context, input, length); in Crc16CcittUpdate()
484 void Crc16Update(const Crc16Table* table, Crc16Context* context, const void* input, u32 length);
486 …ine void Crc16Update(const Crc16Table* table, Crc16Context* context, const void* input, u32 length) in Crc16Update() argument
488 iCrc16UpdateRev(table, context, input, length); in Crc16Update()
564 void iCrc32Update(const Crc32Table* table, Crc32Context* context, const void* input, u32 length);
579 void iCrc32UpdateRev(const Crc32Table* table, Crc32Context* context, const void* input, u32 length);
640 void Crc32Update(const Crc32Table* table, Crc32Context* context, const void* input, u32 length);
642 …ine void Crc32Update(const Crc32Table* table, Crc32Context* context, const void* input, u32 length) in Crc32Update() argument
644 iCrc32UpdateRev(table, context, input, length); in Crc32Update()
708 void Crc32PosixUpdate(const Crc32Table* table, Crc32Context* context, const void* input, u32 length
710 …oid Crc32PosixUpdate(const Crc32Table* table, Crc32Context* context, const void* input, u32 length) in Crc32PosixUpdate() argument
712 iCrc32Update(table, context, input, length); in Crc32PosixUpdate()