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

/freebsd-13-stable/stand/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.c748 int nWords = 0; local
754 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
806 nWords, (long) (dp->here - dp->dict), dp->size);
822 int nWords = 0; local
826 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
833 nWords, (long) (dp->here - dp->dict), dp->size);
/freebsd-13-stable/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 61 milliseconds