Searched refs:mingap (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dlinenum.c132 POSITION mingap; local
193 mingap = anchor.next->gap;
196 if (p->gap <= mingap)
199 mingap = p->gap;
/freebsd-10-stable/tools/tools/mctest/
H A Dmctest.cc200 long maxgap = 0, mingap= INT_MAX; local
209 if (gap < mingap)
210 mingap = gap;
215 cout << "minimum gap (usecs): " << mingap << endl;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c407 * We've now filled up the range array, and need to increase "mingap" and
419 uint32_t mingap = UINT32_MAX; local
446 if (gap < mingap)
447 mingap = gap;
456 eip->zei_mingap = mingap;

Completed in 112 milliseconds