Searched refs:RANGE (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10kx.c839 RANGE(delay, 16, 1024);
840 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1);
865 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1);
903 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1);
2628 RANGE(volume, 0, 100);
3062 RANGE(sc->mch_disabled, 0, 1);
3068 RANGE(sc->mch_rec, 0, 1);
3074 RANGE(sc->mch_rec, 0, 2);
H A Dvibes.c226 RANGE(blocksize, SV_MIN_BLKSZ, sc->bufsz / SV_INTR_PER_BUFFER);
247 RANGE(speed, 8000, 48000);
H A Dmaestro.c488 RANGE(divide, 2, 32 << 7);
1399 RANGE(blkcnt, 2, ch->parent->bufsz / blocksize);
1547 RANGE(blkcnt, 2, ch->parent->bufsz / blocksize);
H A Demu10k1.c429 RANGE(rate, 48, 9600);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dvchan.c522 RANGE(newspd, caps->minspeed, caps->maxspeed);
802 RANGE(vchanspd, parent_caps->minspeed,
H A Dsound.h192 #define RANGE(var, low, high) (var) = \ macro
H A Dchannel.c1964 RANGE(hwspeed, caps->minspeed, caps->maxspeed);
2359 RANGE(bestspeed, caps->minspeed,
2379 RANGE(bestspeed, caps->minspeed,
H A Ddsp.c1371 RANGE(*arg_i, 16, 65536);
1578 RANGE(fragln, 4, 16);
H A Dsound.c843 RANGE(sz, minbufsz, maxbufsz);
/freebsd-10.0-release/sys/dev/sound/isa/
H A Dad1816.c391 RANGE(speed, 4000, 55200);
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex.c2072 RANGE *rp;
2167 RANGE *rp;
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.c1691 { return RANGE; }
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp816 SubExprs[RANGE] = Range;
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dsequencer.c1385 RANGE(*(int *)arg, 1, MIDIQ_SIZE(scp->out_q) - 1);

Completed in 274 milliseconds

12