Home
last modified time | relevance | path

Searched refs:maxt (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_timeout.c1522 sbintime_t maxpr, maxt, medpr, medt, now, spr, st, t; local
1534 st = spr = maxt = maxpr = 0;
1556 if (t > maxt)
1557 maxt = t;
1594 maxt / SBT_1S, (maxt & 0xffffffff) * 1000000 >> 32);
/NextBSD/contrib/gcc/
HDtree-ssa-loop-niter.c1558 tree op0, op1, subtype, maxt; in derive_constant_upper_bound() local
1562 maxt = TYPE_MAX_VALUE (type); in derive_constant_upper_bound()
1564 maxt = upper_bound_in_type (type, type); in derive_constant_upper_bound()
1566 max = tree_to_double_int (maxt); in derive_constant_upper_bound()