Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/aucat/
H A Daucat.c285 s->omax = (omax != -1) ? omax : s->omin + s->afile.nch - 1; in slot_new()
330 onch = s->omax - s->omin + 1; in slot_init()
495 onch = s->omax - s->omin + 1; in play_filt_resamp()
691 if (s->omax > pmax) in dev_open()
692 pmax = s->omax; in dev_open()
1050 if (s->omax > cmax) in offline()
1051 cmax = s->omax; in offline()
1295 long imin, imax, omin, omax; in opt_map() local
1316 if (omin < 0 || omax < omin || omax >= NCHAN_MAX) in opt_map()
1321 *romax = omax; in opt_map()
[all …]
H A Ddsp.c948 int omin, int omax, int osubmin, int osubmax) in cmap_init() argument
961 if (osubmax > omax) in cmap_init()
962 osubmax = omax; in cmap_init()
975 p->onext = omax - osubmax; in cmap_init()
/openbsd/lib/libcrypto/asn1/
H A Dasn1_old_lib.c72 int *pclass, long omax) in ASN1_get_object() argument
85 CBS_init(&cbs, *pp, omax); in ASN1_get_object()
H A Dasn1.h729 int *pclass, long omax);
/openbsd/usr.bin/sndiod/
H A Ddsp.c784 int omin, int omax, int osubmin, int osubmax) in cmap_init() argument
797 if (osubmax > omax) in cmap_init()
798 osubmax = omax; in cmap_init()
811 p->onext = omax - osubmax; in cmap_init()
/openbsd/usr.bin/mg/
H A Dcmode.c490 isnonblank(const struct line *lp, int omax) in isnonblank() argument
498 for (lo = 0; lo < omax; lo++) { in isnonblank()
/openbsd/gnu/lib/libreadline/
H A Ddisplay.c1034 update_line (old, new, current_line, omax, nmax, inv_botlin) in update_line() argument
1036 int current_line, omax, nmax, inv_botlin;
1134 (ofd - old < omax) && *ofd &&
1146 (ofd - old < omax) && *ofd && (*ofd == *nfd);
1153 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
/openbsd/lib/libedit/
H A Dreadline.c1166 int omax; in unstifle_history() local
1169 omax = max_input_history; in unstifle_history()
1171 return omax; /* some value _must_ be returned */ in unstifle_history()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c6690 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); local
6692 max = tsubst_expr (omax, args, complain, in_decl);
6718 if (integer_zerop (omax))
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c7301 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); in tsubst() local
7303 max = tsubst_expr (omax, args, complain, in_decl, in tsubst()