Lines Matching defs:max
150 int client, port, queue, max, err, v1, v2, time = 0, pcm_flag = 0;
187 for (max = 0; max < argc; max++) {
188 ptr = argv[max];
196 fprintf(stderr, "Wrong argument '%s'...\n", argv[max]);
230 max += snd_pcm_poll_descriptors_count(phandle);
232 pfds = alloca(sizeof(*pfds) * max);
239 max = nseqs;
243 snd_seq_poll_descriptors(phandle, pfds + max, pmax);
244 max += pmax;
247 if (poll(pfds, max, -1) < 0)