Searched refs:minmax (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c615 /* The function minmax_replacement does the main work of doing the minmax
629 enum tree_code cmp, minmax, ass_code; local
693 minmax = MIN_EXPR;
697 minmax = MAX_EXPR;
747 minmax = MIN_EXPR;
772 minmax = MAX_EXPR;
806 minmax = MAX_EXPR;
831 minmax = MIN_EXPR;
857 build2 (minmax, type, arg0, arg1));
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_ioctl.h218 int8_t minmax; /* minmax enable */ member in struct:t4_sched_params::__anon7485::__anon7486
H A Dt4_main.c7410 if (p->u.config.minmax < 0) {
7416 rc = -t4_sched_config(sc, fw_type, p->u.config.minmax);
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1838 op.u.config.minmax = -1;
1874 if(!get_sched_param("minmax", args, &l))
1875 op.u.config.minmax = (int8_t)l;
1960 if (op.u.config.minmax < 0) {
1961 warnx("sched config \"minmax\" parameter missing");

Completed in 105 milliseconds