Lines Matching defs:count
495 int count, max1, max2, val1, val2, val, i;
536 count = ARRAY_SIZE(msp3400c_carrier_detect_main);
541 count = 0;
545 for (i = 0; i < count; i++) {
562 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
566 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
572 count = 0;
579 count = 0;
582 for (i = 0; i < count; i++) {
668 count = 3;
670 if (msp_sleep(state, count ? 1000 : 5000))
672 if (count)
673 count--;
686 int val, i, std, count;
830 count = 3;
832 if (msp_sleep(state, count ? 1000 : 5000))
834 if (count)
835 count--;