Lines Matching defs:count
724 * return count of filled descriptors or negative error code
1267 SNDERR("requested count of channels is not available");
1726 unsigned int chn, chn1, count = 0;
1748 if ((unsigned)cchannel >= count)
1749 count = cchannel + 1;
1751 if (count == 0)
1753 if (count > 1024) {
1757 bindings = malloc(count * sizeof(unsigned int));
1760 for (chn = 0; chn < count; chn++)
1785 for (chn = 0; chn < count; chn++) {
1786 for (chn1 = 0; chn1 < count; chn1++) {
1798 dmix->channels = count;