Searched refs:CRC16_MODE (Results 1 – 2 of 2) sorted by relevance
39 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_setSeed()41 if (CRC16_MODE == crcType) in CRC32_setSeed()52 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set8BitData()54 if (CRC16_MODE == crcType) in CRC32_set8BitData()62 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set16BitData()64 if (CRC16_MODE == crcType) in CRC32_set16BitData()82 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set8BitDataReversed()84 if (CRC16_MODE == crcType) in CRC32_set8BitDataReversed()92 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set16BitDataReversed()94 if (CRC16_MODE == crcType) in CRC32_set16BitDataReversed()[all …]
43 #define CRC16_MODE 0x00 macro