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

/freebsd-current/stand/ficl/
H A Ddict.c484 int nWords = 0; local
505 ++nWords;
518 avg = avg / nWords;
521 nAvg = nWords / size;
522 nRem = nWords % size;
524 best = (double)nDepth/nWords;
H A Dtools.c747 int nWords = 0; local
753 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
805 nWords, (long) (dp->here - dp->dict), dp->size);
821 int nWords = 0; local
825 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
832 nWords, (long) (dp->here - dp->dict), dp->size);
/freebsd-current/contrib/tcsh/
H A Dsh.hist.c437 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
442 nWords = (nWords < 1) ? 1 : (nWords > 4) ? 4 : nWords;
443 Char *number = xmalloc((nChars+nWords)*sizeof(Char));
451 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
452 nWords--;
453 wBoundaries[nWords
[all...]

Completed in 76 milliseconds