Searched refs:loopend (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1_patch.c | 32 int loopend, sampleend; in snd_emu10k1_sample_new() local 49 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new() 56 loopend = sp->v.loopend; in snd_emu10k1_sample_new() 57 if (loopend > sampleend) in snd_emu10k1_sample_new() 58 loopend = sampleend; in snd_emu10k1_sample_new() 61 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new() 100 size = loopend; in snd_emu10k1_sample_new() 136 sp->v.loopend += loopsize; in snd_emu10k1_sample_new() 139 sp->v.loopend += loopsize; in snd_emu10k1_sample_new() 147 size = sp->v.size - loopend; in snd_emu10k1_sample_new() [all …]
|
H A D | emu10k1_callback.c | 337 vp->reg.loopend += mapped_offset; in start_voice() 357 addr = vp->reg.loopend; in start_voice()
|
/openbmc/linux/sound/isa/sb/ |
H A D | emu8000_patch.c | 155 if (sp->v.loopstart > sp->v.loopend) in snd_emu8000_sample_new() 156 swap(sp->v.loopstart, sp->v.loopend); in snd_emu8000_sample_new() 161 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new() 183 sp->v.loopend -= sp->v.start; in snd_emu8000_sample_new() 226 if (i == sp->v.loopend && in snd_emu8000_sample_new() 229 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new() 238 sp->v.loopend += looplen; in snd_emu8000_sample_new() 241 sp->v.loopend += looplen; in snd_emu8000_sample_new() 254 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new() 262 sp->v.loopend += dram_start; in snd_emu8000_sample_new()
|
H A D | emu8000_callback.c | 272 addr = vp->reg.loopend - 1; in start_voice()
|
/openbmc/linux/include/uapi/sound/ |
H A D | sfnt_info.h | 105 int loopstart, loopend; /* loop offset correction */ member 150 int loopstart, loopend; /* loop start & end offset */ member
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_proc.c | 84 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
|
H A D | soundfont.c | 667 avp->loopend += sample->v.loopend; in set_sample() 980 smp->v.loopend = patch.loop_end; in load_guspatch() 1002 smp->v.loopend /= 2; in load_guspatch()
|
H A D | emux_effect.c | 264 vp->reg.loopend += effect_get_offset(chan, EMUX_FX_LOOP_END, in snd_emux_setup_effect()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_row.S | 73 { if (!p0) jump .loopend 84 .loopend: label
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6761 DisasLabel loopend; in trans_LE() local 6835 loopend = gen_disas_label(s); in trans_LE() 6837 tcg_gen_brcondi_i32(TCG_COND_LEU, cpu_R[14], 1, loopend.label); in trans_LE() 6849 tcg_gen_brcond_i32(TCG_COND_LEU, cpu_R[14], decr, loopend.label); in trans_LE() 6856 set_disas_label(s, loopend); in trans_LE()
|