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

/freebsd-9.3-release/sys/boot/ficl/
H A Ddict.c485 int nWords = 0; local
506 ++nWords;
519 avg = avg / nWords;
522 nAvg = nWords / size;
523 nRem = nWords % size;
525 best = (double)nDepth/nWords;
H A Dtools.c744 int nWords = 0; local
750 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
802 nWords, (long) (dp->here - dp->dict), dp->size);
818 int nWords = 0; local
822 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
829 nWords, (long) (dp->here - dp->dict), dp->size);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c440 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
445 nWords = (nWords < 1) ? 1 : (nWords > 4) ? 4 : nWords;
446 Char *number = xmalloc((nChars+nWords)*sizeof(Char));
454 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
455 nWords--;
456 wBoundaries[nWords
[all...]

Completed in 65 milliseconds