Lines Matching defs:b
61 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), in test_binary_op()
73 char (*op) (unsigned int a, unsigned int b), in test_binary_op_8()
84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), in test_binary_op_s()
95 static int test_binary_op_64(uint64_t (*op)(uint64_t a, uint64_t b), in test_binary_op_64()
157 static int test_select(unsigned int a, unsigned int b) in test_select()
166 static int test_select_8(unsigned char a, unsigned char b) in test_select_8()
175 static int test_select_32(uint32_t a, uint32_t b) in test_select_32()
184 static int test_select_s(size_t a, size_t b) in test_select_s()
193 static int test_select_64(uint64_t a, uint64_t b) in test_select_64()
210 static int test_select_int(int a, int b) in test_select_int()
219 static int test_eq_int_8(int a, int b) in test_eq_int_8()
228 static int test_eq_s(size_t a, size_t b) in test_eq_s()
237 static int test_eq_int(int a, int b) in test_eq_int()
260 unsigned int b = test_values[j]; in test_binops() local
287 unsigned int b = test_values_8[j]; in test_binops_8() local
313 size_t b = test_values_s[j]; in test_binops_s() local