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
263 CHECK_EQ(result, expec); in test_csum_fixed_random_inputs()
275 __sum16 result, expec; in test_csum_all_carry_inputs() local
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()
301 CHECK_EQ(result, expec); in test_csum_all_carry_inputs()
315 __sum16 result, expec; in test_csum_no_carry_inputs() local
327 expec = 0; in test_csum_no_carry_inputs()
328 CHECK_EQ(result, expec); in test_csum_no_carry_inputs()
[all …]