Searched defs:rare (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c1423 register int j, vow, freq, rare, len; local
1453 rare = ct['v'] + ct['j'] + ct['k'] + ct['q'] + ct['x'] + ct['z'];
1458 return (vow * 5 >= n - ct[' '] && freq >= 10 * rare);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c978 register int rare = 0; local
991 rare += mp->count[toupper(*s)] + mp->count[*s];
992 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare;

Completed in 65 milliseconds