Lines Matching defs:b
285 op_or(struct val *a, struct val *b) in op_or()
297 op_and(struct val *a, struct val *b) in op_and()
310 op_eq(struct val *a, struct val *b) in op_eq()
330 op_gt(struct val *a, struct val *b) in op_gt()
350 op_lt(struct val *a, struct val *b) in op_lt()
370 op_ge(struct val *a, struct val *b) in op_ge()
390 op_le(struct val *a, struct val *b) in op_le()
410 op_ne(struct val *a, struct val *b) in op_ne()
430 chk_plus(quad_t a, quad_t b, quad_t r) in chk_plus()
443 op_plus(struct val *a, struct val *b) in op_plus()
461 chk_minus(quad_t a, quad_t b, quad_t r) in chk_minus()
475 op_minus(struct val *a, struct val *b) in op_minus()
493 chk_times(quad_t a, quad_t b, quad_t r) in chk_times()
505 op_times(struct val *a, struct val *b) in op_times()
523 chk_div(quad_t a, quad_t b) in chk_div()
534 op_div(struct val *a, struct val *b) in op_div()
556 op_rem(struct val *a, struct val *b) in op_rem()
576 op_colon(struct val *a, struct val *b) in op_colon()