/dports/audio/fluidsynth/fluidsynth-2.2.4/src/utils/ |
H A D | fluidsynth_priv.h | 201 #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 D | fluidsynth_priv.h | 201 #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 D | fluid_sfont.c | 69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
|
H A D | fluid_midi.c | 164 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0) 172 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
|
H A D | fluid_sffile.c | 292 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 D | fluidsynth_priv.h | 176 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/ |
H A D | fluidsynth_priv.h | 176 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
|
H A D | fluid_defsfont.c | 474 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 D | fluidsynth_priv.h | 228 #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 D | fluidsynth_priv.h | 229 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
|
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 197 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
|
H A D | fluid_sfont.c | 69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
|
H A D | fluid_midi.c | 169 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0) 177 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
|
H A D | fluid_sffile.c | 364 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
|
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/ |
H A D | fluidsynth_priv.h | 197 #define FLUID_FSEEK(_f,_n,_set) fseek(_f,_n,_set) macro
|
H A D | fluid_sfont.c | 69 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
|
H A D | fluid_midi.c | 169 if(FLUID_FSEEK(fp, 0, SEEK_END) != 0) 177 if(FLUID_FSEEK(fp, 0, SEEK_SET) != 0)
|
H A D | fluid_sffile.c | 364 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 D | fluid_midi.c | 85 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 D | fluid_sfont.c | 75 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0) in safe_fseek()
|
H A D | fluid_sffile.c | 290 if(FLUID_FSEEK(fp, 4, SEEK_CUR)) in fluid_is_soundfont()
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/midi/ |
H A D | fluid_midi.c | 85 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 D | fluid_midi.c | 164 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 D | ardour_fluidsynth.diff | 264 if(FLUID_FSEEK((FILE *)fd, ofs, whence) != 0)
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/sfloader/ |
H A D | fluid_defsfont.c | 291 if (FLUID_FSEEK(fd, samplepos, SEEK_SET) == -1) { in fluid_cached_sampledata_load()
|