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++) {
564 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
568 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
574 count = 0;
581 count = 0;
584 for (i = 0; i < count; i++) {
672 count = 3;
674 if (msp_sleep(state, count ? 1000 : 5000))
676 if (count)
677 count--;
690 int val, i, std, count;
834 count = 3;
836 if (msp_sleep(state, count ? 1000 : 5000))
838 if (count)
839 count--;