HomeSort by: relevance | last modified time | path
    Searched refs:mingap (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/utils/more/
linenum.c 167 off_t mingap; local
228 mingap = anchor.next->gap;
231 if (p->gap <= mingap)
234 mingap = p->gap;
  /src/external/bsd/less/dist/
linenum.c 131 POSITION mingap; local
192 mingap = anchor.next->gap;
195 if (p->gap <= mingap)
198 mingap = p->gap;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_fm.c 407 * 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 19 milliseconds