Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrto.c51 register LONGLONG_T acc, cutoff; variable
106 cutoff = neg ? LLONG_MIN : LLONG_MAX;
107 cutlim = cutoff % base;
108 cutoff /= base;
114 cutoff += 1;
132 if (acc < cutoff || (acc == cutoff && c > cutlim))
147 if (acc > cutoff || (acc == cutoff && c > cutlim))
191 register ULONGLONG_T acc, cutoff; local
222 cutoff = ULLONG_MAX / (ULONGLONG_T)base;
236 if (acc > cutoff || (acc == cutoff && c > cutlim))
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c59 u_long acc, cutoff; in strtoul() local
83 cutoff = (u_long)ULONG_MAX / (u_long)base; in strtoul()
94 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c49 static time_t cutoff; variable
113 cutoff = time(NULL) - age * NSECDAY; in main()
153 if (stp->st_mtime >= cutoff) in clean()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c351 long cutoff; in late_news() local
370 cutoff = stat (fname, &newstime) < 0? 0: newstime.st_mtime; in late_news()
373 for (i=0; i<n_count && n_list[i].n_time > cutoff; i++) { in late_news()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java584 int cutoff = mon.getSampleCount() - DECISION_LIFETIME; in expireAndMeasureImprovements() local
585 if (cutoff > 0) { in expireAndMeasureImprovements()
591 if (sc < cutoff) { in expireAndMeasureImprovements()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c879 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; in reduce_log() local
995 cutoff[0] = (mean - mina) / DISTRIB_CUTOFF + mina; in reduce_log()
998 if (items[ub].repcount > cutoff[0]) in reduce_log()
1007 cutoff[1] = maxa - (maxa - mean) / DISTRIB_CUTOFF; in reduce_log()
1009 if (items[lb].repcount < cutoff[1]) in reduce_log()
1019 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub); in reduce_log()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c722 int cutoff; in solo_calcfilter() local
724 cutoff = (spd * 9 * 82) / 20; in solo_calcfilter()
725 return (256 - (7160000 / cutoff)); in solo_calcfilter()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4084 register unsigned long cutoff; local
4126 cutoff = neg ? -(unsigned long) LONG_MIN : LONG_MAX;
4127 cutlim = cutoff % (unsigned long) base;
4128 cutoff /= (unsigned long) base;
4138 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia632 # As this is before our 1970 cutoff, Tibet doesn't need a separate zone.
3161 # occurred before our cutoff date of 1970.
3743 # as it's before our 1970 cutoff.
3799 # as that zone has agreed with the Tamil areas since our cutoff date of 1970.
4147 # For timestamps in north Vietnam back to 1970 (the tzdb cutoff),
H A Dnorthamerica498 # that's slightly after our 1970 cutoff, there is no need to create a
737 # The following switches don't make our 1970 cutoff.
902 # Fortunately, most of the complexity occurred before our cutoff date of 1970.
H A Dafrica1067 # For dates after the somewhat-arbitrary cutoff of 2087, assume that
H A Deurope1523 # All these events predate our cutoff date of 1970, so use Europe/Berlin
1675 # But these events all occurred before the 1970 cutoff,
H A Daustralasia1831 # they did as that avoids the need for a separate zone due to our 1970 cutoff.
/illumos-gate/usr/src/cmd/spell/
H A Dlist5913 cutoff
/illumos-gate/usr/src/cmd/look/
H A Dwords5914 cutoff