Lines Matching refs:result
71 uint32_t result; in test_crc_calc() local
77 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()
78 if (result != crc32_vec_res) in test_crc_calc()
87 result = crc_calc(test_data, CRC32_VEC_LEN1, type); in test_crc_calc()
88 if (result != crc32_vec1_res) { in test_crc_calc()
97 result = crc_calc(test_data, CRC32_VEC_LEN2, type); in test_crc_calc()
98 if (result != crc32_vec2_res) { in test_crc_calc()
105 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()
106 if (result != crc16_vec_res) { in test_crc_calc()
111 result = crc_calc(crc16_vec1, CRC16_VEC_LEN1, type); in test_crc_calc()
112 if (result != crc16_vec1_res) { in test_crc_calc()
117 result = crc_calc(crc16_vec2, CRC16_VEC_LEN2, type); in test_crc_calc()
118 if (result != crc16_vec2_res) { in test_crc_calc()