Lines Matching refs:res

24 					unsigned long steps, unsigned long res)  in ___ftmn_return_res()  argument
28 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_return_res()
30 return res; in ___ftmn_return_res()
34 unsigned long steps, unsigned long res) in ___ftmn_expect_state() argument
36 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_expect_state()
45 unsigned long res) in ___ftmn_callee_done() argument
48 arg->res = arg->hash ^ res; in ___ftmn_callee_done()
53 unsigned long res) in ___ftmn_callee_done_not_zero() argument
55 if (res == 0) in ___ftmn_callee_done_not_zero()
58 arg->res = arg->hash ^ res; in ___ftmn_callee_done_not_zero()
62 unsigned long my_hash, int res, in ___ftmn_callee_done_memcmp() argument
73 if (res2 != res) in ___ftmn_callee_done_memcmp()
77 arg->res = arg->hash ^ res; in ___ftmn_callee_done_memcmp()
84 unsigned long res) in ___ftmn_callee_done_check() argument
86 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_callee_done_check()
94 arg->res = check->res ^ FTMN_DEFAULT_HASH ^ arg->hash; in ___ftmn_callee_done_check()
100 unsigned long res) in ___ftmn_callee_update_not_zero() argument
102 if (!res) in ___ftmn_callee_update_not_zero()
104 arg->res = arg->hash ^ res; in ___ftmn_callee_update_not_zero()
111 unsigned long res) in ___ftmn_copy_linked_call_res() argument
113 if ((arg->res ^ arg->hash) != res) in ___ftmn_copy_linked_call_res()
115 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_copy_linked_call_res()
120 unsigned long res) in ___ftmn_set_check_res() argument
123 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res()
128 unsigned long res) in ___ftmn_set_check_res_not_zero() argument
130 if (!res) in ___ftmn_set_check_res_not_zero()
133 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res_not_zero()
137 enum ftmn_incr incr, int res, in ___ftmn_set_check_res_memcmp() argument
148 if (res2 != res) in ___ftmn_set_check_res_memcmp()
152 check->res = FTMN_DEFAULT_HASH ^ res; in ___ftmn_set_check_res_memcmp()