Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Drdonly_maps.c14 unsigned exp_sum; member
83 if (CHECK(bss.sum != t->exp_sum, "check_sum", in test_rdonly_maps()
85 t->prog_name, bss.sum, t->exp_sum)) in test_rdonly_maps()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c260 uint8_t exp_sum = 0; in xtest_tee_test_1002() local
280 exp_sum += buf[n]; in xtest_tee_test_1002()
286 ADBG_EXPECT_COMPARE_SIGNED(c, exp_sum, ==, buf[0]); in xtest_tee_test_1002()