Searched refs:x_max (Results 1 – 4 of 4) sorted by relevance
210 int i, xl_total = 0, xr_total = 0, x_max; in sctp_process_tcb() local271 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()
155 const int x_max; member291 else if (x > v->x_max) in get_bounded()292 x = v->x_max; in get_bounded()
206 int x_max; member
1383 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) {