Searched refs:cntIndex (Results 1 – 1 of 1) sorted by relevance
620 for (int cntIndex = 0; in profile_dump() local621 profile->channel_counts[cntIndex] != 0 && cntIndex < MAX_PROFILE_CHANNEL_COUNTS; in profile_dump()622 cntIndex++) { in profile_dump()623 dprintf(fd, "%u ", profile->channel_counts[cntIndex]); in profile_dump()