Lines Matching defs:b
306 op_or(struct val *a, struct val *b) in op_or()
320 op_and(struct val *a, struct val *b) in op_and()
333 compare_vals(struct val *a, struct val *b) in compare_vals()
358 op_eq(struct val *a, struct val *b) in op_eq()
364 op_gt(struct val *a, struct val *b) in op_gt()
370 op_lt(struct val *a, struct val *b) in op_lt()
376 op_ge(struct val *a, struct val *b) in op_ge()
382 op_le(struct val *a, struct val *b) in op_le()
388 op_ne(struct val *a, struct val *b) in op_ne()
394 assert_plus(intmax_t a, intmax_t b, intmax_t r) in assert_plus()
406 op_plus(struct val *a, struct val *b) in op_plus()
421 assert_minus(intmax_t a, intmax_t b, intmax_t r) in assert_minus()
429 op_minus(struct val *a, struct val *b) in op_minus()
449 assert_times(intmax_t a, intmax_t b, volatile intmax_t r) in assert_times()
467 op_times(struct val *a, struct val *b) in op_times()
482 assert_div(intmax_t a, intmax_t b) in assert_div()
492 op_div(struct val *a, struct val *b) in op_div()
508 op_rem(struct val *a, struct val *b) in op_rem()
524 op_colon(struct val *a, struct val *b) in op_colon()