Home
last modified time | relevance | path

Searched refs:fcbs (Results 1 – 25 of 51) sorted by relevance

123

/dports/audio/oaml/oaml-1.3.4/src/
H A Dwav.cpp61 fcbs = cbs;
87 fd = fcbs->open(filename);
107 if (fcbs->read(&header, 1, sizeof(wavHeader), fd) != sizeof(wavHeader)) {
108 fcbs->close(fd);
116 if (fcbs->read(&waveId, 1, sizeof(int), fd) != sizeof(int))
126 if (fcbs->read(&fmt, 1, sizeof(fmtHeader), fd) != sizeof(fmtHeader))
130 fcbs->seek(fd, header.size - sizeof(fmtHeader), SEEK_CUR);
161 fcbs->seek(fd, header.size, SEEK_CUR);
177 int ret = fcbs->read(buffer, 1, size, fd);
243 fcbs->close(fd);
H A Daif.cpp101 fd = fcbs->open(filename);
200 if (fcbs->read(&header, 1, sizeof(aifHeader), fd) != sizeof(aifHeader)) {
201 fcbs->close(fd);
209 if (fcbs->read(&aifId, 1, sizeof(int), fd) != sizeof(int))
221 if (fcbs->read(&comm, 1, sizeof(commHeader), fd) != sizeof(commHeader))
238 if (fcbs->read(&ssnd, 1, sizeof(ssndHeader), fd) != sizeof(ssndHeader))
242 fcbs->seek(fd, SWAP32(ssnd.offset), SEEK_CUR);
251 fcbs->seek(fd, SWAP32(header.size), SEEK_CUR);
267 int ret = fcbs->read(buffer, 1, size, fd);
318 fcbs->close(fd);
H A DoamlAudioFile.cpp36 fcbs = cbs;
73 handle = new wavFile(fcbs);
75 handle = (audioFile*)new aifFile(fcbs);
78 handle = (audioFile*)new oggFile(fcbs);
H A Dogg.cpp54 fcbs = cbs; in oggFile()
79 fd = fcbs->open(filename); in Open()
H A DaudioFile.cpp34 fcbs = cbs; in audioFile()
H A DoamlBase.cpp98 fcbs = &defCbs; in oamlBase()
184 oamlAudio *audio = new oamlAudio(this, fcbs, verbose); in ReadAudioDefs()
368 fd = fcbs->open(defsFilename); in ReadDefsFile()
377 bytes = fcbs->read(buffer, 1, 4096, fd); in ReadDefsFile()
380 fcbs->close(fd); in ReadDefsFile()
1050 fcbs = cbs; in SetFileCallbacks()
1237 wavFile *wav = new wavFile(fcbs); in Shutdown()
1452 oamlAudio *audio = new oamlAudio(this, fcbs, verbose); in AudioNew()
H A DoamlAudio.cpp38 fcbs = cbs; in oamlAudio()
315 oamlAudioFile file = oamlAudioFile(filename, base, fcbs, verbose); in AddAudioFile()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/sfloader/
H A Dfluid_sffile.c184 if (sf->fcbs->fread(var, 4, sf->sffd) == FLUID_FAILED) \
191 if (sf->fcbs->fread(var, 20, sf->sffd) == FLUID_FAILED) \
347 sf->fcbs = fcbs; in fluid_sffile_open()
349 if((sf->sffd = fcbs->fopen(fname)) == NULL) in fluid_sffile_open()
364 if(fcbs->fseek(sf->sffd, 0L, SEEK_END) == FLUID_FAILED) in fluid_sffile_open()
370 if((fsize = fcbs->ftell(sf->sffd)) == FLUID_FAILED) in fluid_sffile_open()
378 if(fcbs->fseek(sf->sffd, 0, SEEK_SET) == FLUID_FAILED) in fluid_sffile_open()
458 sf->fcbs->fclose(sf->sffd); in fluid_sffile_close()
604 sf->hydrapos = sf->fcbs->ftell(sf->sffd); in load_header()
791 sf->samplepos = sf->fcbs->ftell(sf->sffd); in process_sdta()
[all …]
H A Dfluid_sffile.h153 const fluid_file_callbacks_t *fcbs; /* file callbacks used to read this file */ member
180 SFData *fluid_sffile_open(const char *fname, const fluid_file_callbacks_t *fcbs);
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_sffile.c184 if (sf->fcbs->fread(var, 4, sf->sffd) == FLUID_FAILED) \
191 if (sf->fcbs->fread(var, 20, sf->sffd) == FLUID_FAILED) \
349 sf->fcbs = fcbs; in fluid_sffile_open()
351 if((sf->sffd = fcbs->fopen(fname)) == NULL) in fluid_sffile_open()
366 if(fcbs->fseek(sf->sffd, 0L, SEEK_END) == FLUID_FAILED) in fluid_sffile_open()
372 if((fsize = fcbs->ftell(sf->sffd)) == FLUID_FAILED) in fluid_sffile_open()
380 if(fcbs->fseek(sf->sffd, 0, SEEK_SET) == FLUID_FAILED) in fluid_sffile_open()
460 sf->fcbs->fclose(sf->sffd); in fluid_sffile_close()
606 sf->hydrapos = sf->fcbs->ftell(sf->sffd); in load_header()
793 sf->samplepos = sf->fcbs->ftell(sf->sffd); in process_sdta()
[all …]
H A Dfluid_sffile.h153 const fluid_file_callbacks_t *fcbs; /* file callbacks used to read this file */ member
180 SFData *fluid_sffile_open(const char *fname, const fluid_file_callbacks_t *fcbs);
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_sffile.c254 if (sf->fcbs->fread(var, 4, sf->sffd) == FLUID_FAILED) \
418 sf->fcbs = fcbs; in fluid_sffile_open()
420 if((sf->sffd = fcbs->fopen(fname)) == NULL) in fluid_sffile_open()
435 if(fcbs->fseek(sf->sffd, 0L, SEEK_END) == FLUID_FAILED) in fluid_sffile_open()
441 if((fsize = fcbs->ftell(sf->sffd)) == FLUID_FAILED) in fluid_sffile_open()
449 if(fcbs->fseek(sf->sffd, 0, SEEK_SET) == FLUID_FAILED) in fluid_sffile_open()
528 sf->fcbs->fclose(sf->sffd); in fluid_sffile_close()
674 sf->hydrapos = sf->fcbs->ftell(sf->sffd); in load_header()
871 sf->samplepos = sf->fcbs->ftell(sf->sffd); in process_sdta()
914 sf->sample24pos = sf->fcbs->ftell(sf->sffd); in process_sdta()
[all …]
H A Dfluid_sffile.h161 const fluid_file_callbacks_t *fcbs; /* file callbacks used to read this file */ member
224 SFData *fluid_sffile_open(const char *fname, const fluid_file_callbacks_t *fcbs);
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_sffile.c254 if (sf->fcbs->fread(var, 4, sf->sffd) == FLUID_FAILED) \
418 sf->fcbs = fcbs; in fluid_sffile_open()
420 if((sf->sffd = fcbs->fopen(fname)) == NULL) in fluid_sffile_open()
435 if(fcbs->fseek(sf->sffd, 0L, SEEK_END) == FLUID_FAILED) in fluid_sffile_open()
441 if((fsize = fcbs->ftell(sf->sffd)) == FLUID_FAILED) in fluid_sffile_open()
449 if(fcbs->fseek(sf->sffd, 0, SEEK_SET) == FLUID_FAILED) in fluid_sffile_open()
528 sf->fcbs->fclose(sf->sffd); in fluid_sffile_close()
674 sf->hydrapos = sf->fcbs->ftell(sf->sffd); in load_header()
871 sf->samplepos = sf->fcbs->ftell(sf->sffd); in process_sdta()
914 sf->sample24pos = sf->fcbs->ftell(sf->sffd); in process_sdta()
[all …]
H A Dfluid_sffile.h161 const fluid_file_callbacks_t *fcbs; /* file callbacks used to read this file */ member
224 SFData *fluid_sffile_open(const char *fname, const fluid_file_callbacks_t *fcbs);
/dports/audio/snd/snd-21.2/
H A Dfreeverb.rb152 combs.each_with_index do |fcbs, c|
154 fcbs.each do |fcb|
172 combs.each_with_index do |fcbs, c|
174 fcbs.each do |fcb|
/dports/audio/oaml/oaml-1.3.4/include/
H A DaudioFile.h36 oamlFileCallbacks *fcbs;
58 oamlFileCallbacks* GetFileCallbacks() const { return fcbs; } in GetFileCallbacks()
H A DoamlAudioFile.h36 oamlFileCallbacks *fcbs; variable
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/wposix/
H A Dwaio.cpp309 FileControlBlock fcbs[maxFiles]; member
317 fcbs[i].Init(); in Init()
326 fcbs[i].Shutdown(); in Shutdown()
335 return &fcbs[i]; in Allocate()
343 const size_t index = fcb - &fcbs[0]; in Deallocate()
349 const size_t index = fcb - &fcbs[0]; in Descriptor()
360 return &fcbs[index]; in FromDescriptor()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dutils.c119 p[0].next = fioFcbTbls.fcbs; /* add new FCB to front of list */ in __fortio_alloc_fcb()
120 fioFcbTbls.fcbs = p; in __fortio_alloc_fcb()
127 if (fioFcbTbls.fcbs == p) /* delete p from list */ in __fortio_free_fcb()
128 fioFcbTbls.fcbs = p->next; in __fortio_free_fcb()
131 for (q = fioFcbTbls.fcbs; q; q = q->next) /* find predecessor of p */ in __fortio_free_fcb()
437 for (p = fioFcbTbls.fcbs; p; p = p->next) in __fortio_find_unit()
H A Dfiodf.c30 return fioFcbTbls.fcbs; in __get_hpfio_fcbs()
H A Dglobal.h315 FIO_FCB *fcbs; /* pointer to list of allocated fcbs */ member
334 #define GET_FIO_FCBS fioFcbTbls.fcbs
H A Derror.c61 FIO_FCB *fcbs; member
240 if (fioFcbTbls.fcbs == NULL) in __fortio_errinit()
264 if (fioFcbTbls.fcbs == NULL) in __fortio_errinit03()
861 assert(fioFcbTbls.fcbs == NULL); in __fortio_init()
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Dbat.lang17 "exit_vdm|extproc|fcbs|fdisk|fdiskpm|files|find|format|fsaccess|fsfilter",
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dbat.lang18 "eautil", "endlocal", "erase", "exit_vdm", "extproc", "fcbs", "fdisk",

123