Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c146 #define CHECK_COUNT(tokens, cnt, mincnt, maxcnt) \ macro
328 CHECK_COUNT(tokens, cnt, 2, 2); in compile_gpr()
391 CHECK_COUNT(tokens, cnt, 2, 3); in compile_const()
409 CHECK_COUNT(tokens, cnt, 3, 3); in compile_bool()
441 CHECK_COUNT(tokens, cnt, 3, 3); in compile_mono()
474 CHECK_COUNT(tokens, cnt, 3, 3); in compile_stereo()
509 CHECK_COUNT(tokens, cnt, 3, 3); in compile_input()
524 CHECK_COUNT(tokens, cnt, 3, 3); in compile_send()
539 CHECK_COUNT(tokens, cnt, 3, 3); in compile_output()
618 CHECK_COUNT(tokens, cnt, 5, 5); in compile_asm()