Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/net/utils/src/
Dmain.c885 uint16_t sum_got; in ZTEST() local
894 sum_got = calc_chksum_ref(i ^ 0x1f13, testdata, i); in ZTEST()
897 zassert_equal(sum_got, sum_exp, in ZTEST()
907 sum_got = calc_chksum_ref(i ^ 0x1f13, testdata + (CHECKSUM_TEST_LENGTH - i), i); in ZTEST()
910 zassert_equal(sum_got, sum_exp, in ZTEST()
917 sum_got = calc_chksum_ref(offset ^ 0x8e72, testdata + offset, length); in ZTEST()
920 zassert_equal(sum_got, sum_exp, in ZTEST()