tag | line | file | source code |
---|---|---|---|
EV_SZ | 158 | drivers/sound/sequencer.c | unsigned char event[EV_SZ], ev_code; |
EV_SZ | 282 | drivers/sound/sequencer.c | memcpy (&queue[qtail * EV_SZ], note, EV_SZ); |
EV_SZ | 349 | drivers/sound/sequencer.c | q = &queue[this_one*EV_SZ]; |
EV_SZ | 1096 | drivers/sound/sequencer.c | PERMANENT_MALLOC(unsigned char*, queue, SEQ_MAX_QUEUE*EV_SZ, mem_start); |