Searched refs:expec (Results 1 – 1 of 1) sorted by relevance
483 __sum16 result, expec; in test_csum_fixed_random_inputs() local497 CHECK_EQ(result, expec); in test_csum_fixed_random_inputs()509 __sum16 result, expec; in test_csum_all_carry_inputs() local522 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() local561 expec = 0; in test_csum_no_carry_inputs()562 CHECK_EQ(result, expec); in test_csum_no_carry_inputs()[all …]