Searched refs:thresh (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.cputime.ksh36 int thresh;
41 thresh = 10;
64 /((total * 100) / (timestamp - start)) > thresh/
68 printf("expected no more than %d%%!\n", thresh);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-dvmrp.c264 register u_char thresh; local
272 thresh = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags; local
306 thresh = *bp++;
313 metric, thresh);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmisc.h84 u_int64_t rate, thresh, lamt; member in struct:bwlimit
H A Dmisc.c861 bw->thresh = bw->rate;
880 if (bw->lamt < bw->thresh)
899 bw->thresh /= 2;
900 if (bw->thresh < bw->buflen / 4)
901 bw->thresh = bw->buflen / 4;
903 bw->thresh *= 2;
904 if (bw->thresh > bw->buflen * 8)
905 bw->thresh = bw->buflen * 8;
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcontext.c394 lin thresh;
410 thresh = (prev->ignore || (start && start->ignore)
420 && start->line0 - top0 < thresh);
388 lin thresh; local
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c3704 int bestdist = 0, thisdist, thresh, maxthresh = 0; local
3727 thresh = (int)(p - spnameguess) / 4 + 1;
3728 if (thresh < 3)
3729 thresh = 3;
3730 else if (thresh > 100)
3731 thresh = 100;
3732 if ((thisdist = mindist(newname, spnameguess, spnamebest)) >= thresh) {
3747 maxthresh = bestdist + thresh;
3796 spdist(char *s, char *t, int thresh) argument
3836 if (!thresh)
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp1197 bool isAfter(const Transition t, int64_t thresh) { argument
1198 return t.time >= thresh;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp4051 IOFixedPoint64 thresh = IOFixedPoint64().fromIntFloor(clickSpaceThresh.x, clickSpaceThresh.y); local
4052 IOFixedPoint64 min = _scLastScrollLocation - thresh;
4053 IOFixedPoint64 max = _scLastScrollLocation + thresh;

Completed in 250 milliseconds