Lines Matching refs:ones_count
27 uint16_t ones_count;
29 ones_count = 0;
31 ones_count += octet_get_weight(*data);
35 debug_print(mod_stat, "bit count: %d", ones_count);
37 if ((ones_count < 9725) || (ones_count > 10275))
206 int ones_count = 0;
236 ones_count += octet_get_weight(*data);
319 debug_print(mod_stat, "stat: bit count: %d", ones_count);
321 if ((ones_count < 9725) || (ones_count > 10275)) {
322 debug_print(mod_stat, "stat: failed monobit test %d", ones_count);