Home | History | Annotate | Download | only in math

Lines Matching refs:gaps

83   uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 };
117 debug_print(mod_stat, ">25 gaps: %d", state);
121 state = -6; /* group together gaps > 5 */
123 gaps[-1-state]++; /* increment gap count */
150 /* check for long gaps */
152 debug_print(mod_stat, ">25 gaps (2): %d", state);
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
179 || (gaps[i] < lo_value[i] ) || (gaps[i] > hi_value[i]))
208 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 };
263 debug_print(mod_stat, ">25 gaps (3): %d", state);
267 state = -6; /* group together gaps > 5 */
269 gaps[-1-state]++; /* increment gap count */
296 /* check for long gaps */
298 debug_print(mod_stat, ">25 gaps (4): %d", state);
344 || (gaps[i] < lo_value[i] ) || (gaps[i] > hi_value[i])) {