Lines Matching refs:openmax
131 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax)
138 i->openmax = openmax;
140 } else if (i->max == max && !i->openmax && openmax) {
141 i->openmax = 1;
145 if (i->openmax) {
147 i->openmax = 0;
173 i->openmax = v->openmax;
175 } else if (i->max == v->max && !i->openmax && v->openmax) {
176 i->openmax = 1;
188 if (i->openmax) {
190 i->openmax = 0;
192 } else if (!i->openmin && !i->openmax && i->min == i->max)
213 i->openmax = (i->openmax && i->max >= last_max);
226 if (i->openmax)
238 t.openmin = t.openmax = 0;
253 c->openmax = (a->openmax || b->openmax);
265 c->openmin = (a->openmin || b->openmax);
267 c->openmax = (a->openmax || b->openmin);
281 c->openmax = (a->openmax || b->openmax);
294 c->openmin = (r || a->openmin || b->openmax);
299 c->openmax = 1;
301 c->openmax = (a->openmax || b->openmin);
304 c->openmax = 0;
320 d->openmin = (r || a->openmin || b->openmin || c->openmax);
324 d->openmax = 1;
326 d->openmax = (a->openmax || b->openmax || c->openmin);
345 c->openmax = 1;
347 c->openmax = (a->openmax || b->openmax);
362 c->openmin = (r || a->openmin || b->openmax);
367 c->openmax = 1;
369 c->openmax = (a->openmax || b->openmin);
372 c->openmax = 0;
382 i->max == UINT_MAX && i->openmax == 0)
390 i->openmax ? ')' : ']');