Searched refs:x_min (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/geom/sched/
H A Dgs_rr.c153 const int x_min; member in struct:x_bound
289 if (x < v->x_min)
290 x = v->x_min;
/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_bt848.h205 int x_min; member in struct:bktr_clip
H A Dbktr_core.c1376 bktr->clip_list[i].x_min > bktr->clip_list[i+1].x_min ) {
1383 if (bktr->clip_list[i].x_min >= bktr->clip_list[i].x_max ||
1385 bktr->clip_list[i].x_min < 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) {

Completed in 81 milliseconds