Searched refs:bin_func (Results 1 – 2 of 2) sorted by relevance
391 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local429 bin_func = memcpy; in hre_execute_op()432 bin_func = compute_xor; in hre_execute_op()435 bin_func = compute_and; in hre_execute_op()438 bin_func = compute_or; in hre_execute_op()441 bin_func = compute_extend; in hre_execute_op()464 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()
635 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local673 bin_func = memcpy; in hre_execute_op()676 bin_func = compute_xor; in hre_execute_op()679 bin_func = compute_and; in hre_execute_op()682 bin_func = compute_or; in hre_execute_op()685 bin_func = compute_extend; in hre_execute_op()708 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()
Completed in 12 milliseconds