/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | strto.c | 53 register LONGLONG_T acc, cutoff; variable 108 cutoff = neg ? LLONG_MIN : LLONG_MAX; 109 cutlim = cutoff % base; 110 cutoff /= base; 116 cutoff += 1; 134 if (acc < cutoff || (acc == cutoff && c > cutlim)) 149 if (acc > cutoff || (acc == cutoff && c > cutlim)) 193 register ULONGLONG_T acc, cutoff; local 224 cutoff = ULLONG_MAX / (ULONGLONG_T)base; 238 if (acc > cutoff || (acc == cutoff && c > cutlim))
|
/titanic_50/usr/src/lib/libresolv2/common/bsd/ |
H A D | strtoul.c | 64 u_long acc, cutoff; in strtoul() local 88 cutoff = (u_long)ULONG_MAX / (u_long)base; in strtoul() 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
|
/titanic_50/usr/src/cmd/streams/log/ |
H A D | strclean.c | 49 static time_t cutoff; variable 113 cutoff = time(NULL) - age * NSECDAY; in main() 153 if (stp->st_mtime >= cutoff) in clean()
|
/titanic_50/usr/src/cmd/news/ |
H A D | news.c | 353 long cutoff; in late_news() local 372 cutoff = stat (fname, &newstime) < 0? 0: newstime.st_mtime; in late_news() 375 for (i=0; i<n_count && n_list[i].n_time > cutoff; i++) { in late_news()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 584 int cutoff = mon.getSampleCount() - DECISION_LIFETIME; in expireAndMeasureImprovements() local 585 if (cutoff > 0) { in expireAndMeasureImprovements() 591 if (sc < cutoff) { in expireAndMeasureImprovements()
|
/titanic_50/usr/src/cmd/th_tools/ |
H A D | th_define.c | 886 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; in reduce_log() local 1002 cutoff[0] = (mean - mina) / DISTRIB_CUTOFF + mina; in reduce_log() 1005 if (items[ub].repcount > cutoff[0]) in reduce_log() 1014 cutoff[1] = maxa - (maxa - mean) / DISTRIB_CUTOFF; in reduce_log() 1016 if (items[lb].repcount < cutoff[1]) in reduce_log() 1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub); in reduce_log()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 722 int cutoff; in solo_calcfilter() local 724 cutoff = (spd * 9 * 82) / 20; in solo_calcfilter() 725 return (256 - (7160000 / cutoff)); in solo_calcfilter()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4083 register unsigned long cutoff; local 4125 cutoff = neg ? -(unsigned long) LONG_MIN : LONG_MAX; 4126 cutlim = cutoff % (unsigned long) base; 4127 cutoff /= (unsigned long) base; 4137 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | asia | 546 # As this is before our 1970 cutoff, Tibet doesn't need a separate zone. 2879 # occurred before our cutoff date of 1970. 3285 # as it's before our 1970 cutoff. 3343 # as that zone has agreed with the Tamil areas since our cutoff date of 1970. 3653 # For timestamps in north Vietnam back to 1970 (the tzdb cutoff),
|
H A D | northamerica | 497 # that's slightly after our 1970 cutoff, there is no need to create a 732 # The following switches don't quite make our 1970 cutoff. 892 # Fortunately, most of the complexity occurred before our cutoff date of 1970. 1679 # entry since our cutoff date of 1970, so we can move
|
H A D | africa | 1081 # For dates after the somewhat-arbitrary cutoff of 2087, assume that
|
H A D | europe | 1608 # But these events all occurred before the 1970 cutoff, 2153 # All these events predate our cutoff date of 1970, so use Europe/Oslo
|
H A D | southamerica | 1381 # This all predates our 1970 cutoff, though.
|
H A D | australasia | 1714 # they did as that avoids the need for a separate zone due to our 1970 cutoff.
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 5914 cutoff
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 5913 cutoff
|