Home
last modified time | relevance | path

Searched refs:rincr (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_synth.h186 void *out2, int roff, int rincr);
195 void *rout, int roff, int rincr);
222 void *rout, int roff, int rincr,
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_synth.h186 void *out2, int roff, int rincr);
195 void *rout, int roff, int rincr);
222 void *rout, int roff, int rincr,
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/synth/
H A Dfluid_synth.h182 void *out2, int roff, int rincr);
214 void *rout, int roff, int rincr);
246 void *rout, int roff, int rincr,
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_synth.h182 void *out2, int roff, int rincr);
214 void *rout, int roff, int rincr);
246 void *rout, int roff, int rincr,
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_dyecoupl.cpp125 rrange, krange, rincr, kincr, Rfrac; in gmx_dyecoupl() local
386 rincr = rrange / histbins; in gmx_dyecoupl()
390 bin = static_cast<int>((rvalues[i] - rmin) / rincr); in gmx_dyecoupl()
410 fprintf(rhfp, "%12.7f %12.7f\n", (i + 0.5) * rincr + rmin, rhist[i]); in gmx_dyecoupl()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/include/fluidsynth/
H A Dsynth.h605 void* rout, int roff, int rincr);
625 void* rout, int roff, int rincr);
654 void* out2, int roff, int rincr);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/include/fluidsynth/
H A Dsynth.h605 void* rout, int roff, int rincr);
625 void* rout, int roff, int rincr);
654 void* out2, int roff, int rincr);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/include/fluidsynth/
H A Dsynth.h273 void* rout, int roff, int rincr);
276 void* rout, int roff, int rincr);
297 void* out2, int roff, int rincr);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/include/fluidsynth/
H A Dsynth.h273 void* rout, int roff, int rincr);
276 void* rout, int roff, int rincr);
297 void* out2, int roff, int rincr);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dtgafb.c624 unsigned long rincr, line_length, shift, pos, is8bpp; local
639 rincr = (width + 7) / 8;
720 data += rincr;
749 data += rincr;
768 data += rincr;
798 data += rincr;
818 data += rincr;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dtgafb.c624 unsigned long rincr, line_length, shift, pos, is8bpp; local
639 rincr = (width + 7) / 8;
720 data += rincr;
749 data += rincr;
768 data += rincr;
798 data += rincr;
818 data += rincr;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dtgafb.c624 unsigned long rincr, line_length, shift, pos, is8bpp; local
639 rincr = (width + 7) / 8;
720 data += rincr;
749 data += rincr;
768 data += rincr;
798 data += rincr;
818 data += rincr;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_synth.h197 void* rout, int roff, int rincr);
H A Dfluid_synth.c1987 void* rout, int roff, int rincr) in fluid_synth_write_float() argument
2002 for (i = 0, j = loff, k = roff; i < len; i++, l++, j += lincr, k += rincr) { in fluid_synth_write_float()
2058 void* rout, int roff, int rincr) in fluid_synth_write_s16() argument
2076 for (i = 0, j = loff, k = roff; i < len; i++, cur++, j += lincr, k += rincr) { in fluid_synth_write_s16()
2119 void* rout, int roff, int rincr) in fluid_synth_dither_s16() argument
2128 for (i = 0, j = loff, k = roff; i < len; i++, j += lincr, k += rincr) { in fluid_synth_dither_s16()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_synth.h197 void* rout, int roff, int rincr);
H A Dfluid_synth.c1987 void* rout, int roff, int rincr) in fluid_synth_write_float() argument
2002 for (i = 0, j = loff, k = roff; i < len; i++, l++, j += lincr, k += rincr) { in fluid_synth_write_float()
2058 void* rout, int roff, int rincr) in fluid_synth_write_s16() argument
2076 for (i = 0, j = loff, k = roff; i < len; i++, cur++, j += lincr, k += rincr) { in fluid_synth_write_s16()
2119 void* rout, int roff, int rincr) in fluid_synth_dither_s16() argument
2128 for (i = 0, j = loff, k = roff; i < len; i++, j += lincr, k += rincr) { in fluid_synth_dither_s16()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/synth/
H A Dfluid_synth.h212 void* rout, int roff, int rincr);
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/fluidsynth/
H A Dsynth.h264 void *rout, int roff, int rincr);
267 void *rout, int roff, int rincr);
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/fluidsynth/
H A Dsynth.h264 void *rout, int roff, int rincr);
267 void *rout, int roff, int rincr);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/synth/
H A Dfluid_synth.h212 void* rout, int roff, int rincr);
/dports/audio/fluidsynth/fluidsynth-2.2.4/include/fluidsynth/
H A Dsynth.h338 void *rout, int roff, int rincr);
341 void *rout, int roff, int rincr);
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/fluidsynth/
H A Dsynth.h339 void *rout, int roff, int rincr);
342 void *rout, int roff, int rincr);
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dglob.c2260 int err = 0, rev = 0, rincr = 1; in xpandbraces() local
2323 rincr = zstrtol(p+2, &p, 10); in xpandbraces()
2325 if (p != str2 || !rincr) in xpandbraces()
2347 if (rincr < 0) { in xpandbraces()
2349 rincr = -rincr; in xpandbraces()
2358 } else if (rincr > 1) { in xpandbraces()
2361 rend -= (rend - rstart) % rincr; in xpandbraces()
2364 for (; rend >= rstart; rend -= rincr) { in xpandbraces()
/dports/www/wikicalc/wikicalc/
H A DWKCSheetFunctions.pm664 my $rincr = 0;
673 $rincr = 1;
688 $rincr = 1;
751 $r += $rincr;
/dports/biology/molden/molden5.8/
H A Drott.f45 parameter (rincr=1.0d0)
180 theinc = incp*rincr*45.0d0
182 theinc = incp*rincr*5.0d0
184 theinc = incp*rincr

12