Searched refs:expec (Results 1 – 1 of 1) sorted by relevance
249 __sum16 result, expec; in test_csum_fixed_random_inputs() local262 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() local287 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 …]