Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dchecksum_kunit.c483 __sum16 result, expec; in test_csum_fixed_random_inputs() local
497 CHECK_EQ(result, expec); in test_csum_fixed_random_inputs()
509 __sum16 result, expec; in test_csum_all_carry_inputs() local
522 CHECK_EQ(result, expec); in test_csum_all_carry_inputs()
530 expec = to_sum16(0xff00); in test_csum_all_carry_inputs()
532 expec = 0; in test_csum_all_carry_inputs()
535 CHECK_EQ(result, expec); in test_csum_all_carry_inputs()
549 __sum16 result, expec; in test_csum_no_carry_inputs() local
561 expec = 0; in test_csum_no_carry_inputs()
562 CHECK_EQ(result, expec); in test_csum_no_carry_inputs()
[all …]