Searched refs:loff (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsynth.h590 * \param loff The offset, in samples, in the left buffer where the writing pointer starts
599 void* lout, int loff, int lincr,
610 * \param loff The offset, in samples, in the left buffer where the writing pointer starts
619 void* lout, int loff, int lincr,
648 void* out1, int loff, int lincr,
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_synth.h209 void* lout, int loff, int lincr,
H A Dfluid_synth.c1716 void* lout, int loff, int lincr,
1733 for (i = 0, j = loff, k = roff; i < len; i++, l++, j += lincr, k += rincr) {
1791 void* lout, int loff, int lincr,
1813 for (i = 0, j = loff, k = roff; i < len; i++, cur++, j += lincr, k += rincr) {
1866 void* lout, int loff, int lincr,
1877 for (i = 0, j = loff, k = roff; i < len; i++, j += lincr, k += rincr) {
1715 fluid_synth_write_float(fluid_synth_t* synth, int len, void* lout, int loff, int lincr, void* rout, int roff, int rincr) argument
1790 fluid_synth_write_s16(fluid_synth_t* synth, int len, void* lout, int loff, int lincr, void* rout, int roff, int rincr) argument
1865 fluid_synth_dither_s16(int *dither_index, int len, float* lin, float* rin, void* lout, int loff, int lincr, void* rout, int roff, int rincr) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/dc/
H A Dif_dc.c1746 int error, have_mii, i, loff; local
1750 loff = sc->dc_srom[27];
1751 lhdr = (struct dc_leaf_hdr *)&(sc->dc_srom[loff]);

Completed in 104 milliseconds