Lines Matching defs:count
124 int count = 0;
129 if (count++ == 0)
143 if (count > 0)
162 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count);
168 int count;
181 count = 0;
184 do_action(seq, cinfo, pinfo, count);
185 count++;
198 snd_seq_port_info_t *pinfo, int count)
200 if (! count) {
241 snd_seq_port_info_t *pinfo, int count)
243 print_port(seq, cinfo, pinfo, count);
254 int count ATTRIBUTE_UNUSED)