Lines Matching defs:max
326 int max = 128, current = 0;
327 struct pollfd pfds[max + 1];
381 if (current == max) {
411 if (i + 1 != max)
412 memcpy(&pfds[i+1], &pfds[i+2], sizeof(struct pollfd) * (max - i - 1));
880 n = (i->max - min) % step;
882 i->max -= n;
981 if (dshare->shmptr->hw.buffer_size.max / 2 > period_size.max) {
982 period_size.max = dshare->shmptr->hw.buffer_size.max / 2;
985 if (dshare->shmptr->hw.buffer_time.max / 2 > period_time.max) {
986 period_time.max = dshare->shmptr->hw.buffer_time.max / 2;
1019 dshare->timer_ticks = hw_param_interval(params, SND_PCM_HW_PARAM_PERIOD_SIZE)->max / dshare->slave_period_size;