Lines Matching defs:count
91 unsigned int count;
105 count = snd_ctl_elem_info_get_count(elem->info);
109 for (k = 0; k < count; ++k) {
122 for (k = 0; k < count; ++k) {
135 for (k = 0; k < count; ++k) {
148 count = sizeof(snd_aes_iec958_t);
151 for (k = 0; k < count; ++k) {
257 unsigned int count;
261 count = snd_ctl_elem_info_get_count(info);
263 if (count == 1) {
302 count = sizeof(snd_aes_iec958_t);
312 if (len % 2 != 0 || len > count * 2) {
353 if (err < 0 || idx < 0 || (unsigned int) idx >= count) {