Home
last modified time | relevance | path

Searched refs:expec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dchecksum_kunit.c249 __sum16 result, expec; in test_csum_fixed_random_inputs() local
262 expec = to_sum16(expected_results[len]); in test_csum_fixed_random_inputs()
263 CHECK_EQ(result, expec); in test_csum_fixed_random_inputs()
275 __sum16 result, expec; in test_csum_all_carry_inputs() local
287 expec = to_sum16((len & 1) ? 0xff00 : 0); in test_csum_all_carry_inputs()
288 CHECK_EQ(result, expec); in test_csum_all_carry_inputs()
296 expec = to_sum16(0xff00); in test_csum_all_carry_inputs()
298 expec = 0; in test_csum_all_carry_inputs()
300 expec = to_sum16(0xffff); in test_csum_all_carry_inputs()
301 CHECK_EQ(result, expec); in test_csum_all_carry_inputs()
[all …]