Lines Matching defs:loop_start
48 unsigned int loop_start[2];
174 val -= rec->loop_start[ch] - 1;
304 temp = (temp <<24) | ((unsigned int)rec->loop_start[ch] - 1);
308 temp = (temp << 24) | ((unsigned int)rec->loop_start[ch] + rec->buf_size - 1);
312 temp = (temp << 28) | ((unsigned int)rec->loop_start[ch] - 1);
458 pos = (pos << 1) + rec->loop_start[voice];
471 pos = (pos << 1) + rec->loop_start[voice];
484 pos = (pos << 1) + rec->loop_start[voice];
497 EMU8000_SMALW_WRITE(emu, pos + rec->loop_start[0]); \
499 EMU8000_SMARW_WRITE(emu, pos + rec->loop_start[1]); \
616 rec->loop_start[0] = rec->offset + LOOP_BLANK_SIZE;
618 rec->loop_start[1] = rec->loop_start[0] + rec->buf_size + LOOP_BLANK_SIZE;
639 EMU8000_SMALW_WRITE(rec->emu, rec->loop_start[ch] + rec->buf_size);