Searched defs:crc_value (Results 1 – 3 of 3) sorted by relevance
34 uint8_t crc_value = 0u; in test_crc7_byte_zeros() local49 uint8_t crc_value = 0u; in test_crc7_byte_same_byte_twice_different_value() local99 uint8_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc7_byte); in test_crc7_byte_static_data() local110 uint16_t crc_value = 0u; in test_crc16_byte_zeros() local125 uint16_t crc_value = 0u; in test_crc16_same_data_twice_different_value() local175 uint16_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc16_byte); in test_crc16_byte_static_data() local187 uint32_t crc_value = 0u; in test_crc32_byte_zeros() local202 uint32_t crc_value = 0u; in test_crc32_same_data_twice_different_value() local252 uint32_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc32_byte); in test_crc32_byte_static_data() local
49 static uint32_t crc_value = ~0U; variable