Home
last modified time | relevance | path

Searched refs:FLUID_FSEEK (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/fluidsynth/fluidsynth-2.2.4/src/utils/
H A Dfluidsynth_priv.h201 #define FLUID_FSEEK(_f,_n,_set) _fseeki64(_f,_n,_set) macro
203 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluidsynth_priv.h201 #define FLUID_FSEEK(_f,_n,_set) _fseeki64(_f,_n,_set) macro
203 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
H A Dfluid_sfont.c69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
H A Dfluid_midi.c164 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0)
172 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
H A Dfluid_sffile.c292 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluidsynth_priv.h176 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluidsynth_priv.h176 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
H A Dfluid_defsfont.c474 if (FLUID_FSEEK(fd, sfont->samplepos, SEEK_SET) == -1) { in fluid_defsfont_load_sampledata()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/utils/
H A Dfluidsynth_priv.h228 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/utils/
H A Dfluidsynth_priv.h229 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluidsynth_priv.h197 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
H A Dfluid_sfont.c69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
H A Dfluid_midi.c169 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0)
177 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
H A Dfluid_sffile.c364 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluidsynth_priv.h197 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
H A Dfluid_sfont.c69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
H A Dfluid_midi.c169 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0)
177 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
H A Dfluid_sffile.c364 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/midi/
H A Dfluid_midi.c85 if (FLUID_FSEEK(fp, 0, SEEK_END) != 0) in fluid_file_read_full()
91 if (FLUID_FSEEK(fp, 0, SEEK_SET) != 0) in fluid_file_read_full()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/sfloader/
H A Dfluid_sfont.c75 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
H A Dfluid_sffile.c290 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/midi/
H A Dfluid_midi.c85 if (FLUID_FSEEK(fp, 0, SEEK_END) != 0) in fluid_file_read_full()
91 if (FLUID_FSEEK(fp, 0, SEEK_SET) != 0) in fluid_file_read_full()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/midi/
H A Dfluid_midi.c164 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0) in fluid_file_read_full()
172 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0) in fluid_file_read_full()
/dports/audio/ardour6/Ardour-6.8.0/tools/fluid-patches/
H A Dardour_fluidsynth.diff264 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0)
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/sfloader/
H A Dfluid_defsfont.c291 if (FLUID_FSEEK(fd, samplepos, SEEK_SET) == -1) { in fluid_cached_sampledata_load()

12