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

/ast/src/lib/libast/misc/
H A Dmagic.c1016 register int rare = 0; local
1029 rare += mp->count[toupper(*s)] + mp->count[*s];
1030 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare;

Completed in 14 milliseconds