Home
last modified time | relevance | path

Searched refs:x_max (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/netstat/
HDsctp.c210 int i, xl_total = 0, xr_total = 0, x_max; in sctp_process_tcb() local
271 x_max = MAX(xl_total, xr_total); in sctp_process_tcb()
272 for (i = 0; i < x_max; i++) { in sctp_process_tcb()
302 if (i < x_max) in sctp_process_tcb()
/freebsd-11-stable/sys/geom/sched/
HDgs_rr.c155 const int x_max; member
291 else if (x > v->x_max) in get_bounded()
292 x = v->x_max; in get_bounded()
/freebsd-11-stable/sys/dev/bktr/
HDioctl_bt848.h206 int x_max; member
HDbktr_core.c1383 if (bktr->clip_list[i].x_min >= bktr->clip_list[i].x_max ||
1386 bktr->clip_list[i].x_max < 0 ||
2621 if (x >= clip_node->x_min && x <= clip_node->x_max ) {
2643 if (x >= clip_node->x_min && x <= clip_node->x_max) {
2654 if (x >= clip_node->x_min && x <= clip_node->x_max) {