Home
last modified time | relevance | path

Searched refs:ReadVariableLength (Results 1 – 5 of 5) sorted by relevance

/dports/games/openttd/openttd-12.1/src/music/
H A Dmidifile.cpp130 bool ReadVariableLength(uint32 &res) in ReadVariableLength() function in ByteBuffer
230 if (!chunk.ReadVariableLength(deltatime)) { in ReadTrackChunk()
284 if (!chunk.ReadVariableLength(length)) { in ReadTrackChunk()
307 if (!chunk.ReadVariableLength(length)) { in ReadTrackChunk()
324 if (!chunk.ReadVariableLength(length)) { in ReadTrackChunk()
603 uint16 ReadVariableLength(uint32 &pos) in ReadVariableLength() function
624 chandata.delay = this->ReadVariableLength(chandata.playpos); in RestartSong()
651 newdelay = this->ReadVariableLength(chandata.playpos); in PlayChannelFrame()
662 newdelay = this->ReadVariableLength(chandata.playpos); in PlayChannelFrame()
752 newdelay = this->ReadVariableLength(chandata.playpos); in PlayChannelFrame()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dmidifile.c131 static boolean ReadVariableLength(unsigned int *result, FILE *stream) in ReadVariableLength() function
249 if (!ReadVariableLength(&event->data.sysex.length, stream)) in ReadSysExEvent()
289 if (!ReadVariableLength(&event->data.meta.length, stream)) in ReadMetaEvent()
314 if (!ReadVariableLength(&event->delta_time, stream)) in ReadEvent()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dmidifile.c131 static boolean ReadVariableLength(unsigned int *result, FILE *stream) in ReadVariableLength() function
249 if (!ReadVariableLength(&event->data.sysex.length, stream)) in ReadSysExEvent()
289 if (!ReadVariableLength(&event->data.meta.length, stream)) in ReadMetaEvent()
314 if (!ReadVariableLength(&event->delta_time, stream)) in ReadEvent()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dmidifile.c167 static dbool ReadVariableLength(unsigned int *result, midimem_t *mf) in ReadVariableLength() function
287 if (!ReadVariableLength(&event->data.sysex.length, mf)) in ReadSysExEvent()
327 if (!ReadVariableLength(&event->data.meta.length, mf)) in ReadMetaEvent()
352 if (!ReadVariableLength(&event->delta_time, mf)) in ReadEvent()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Dmidifile.c181 static dboolean ReadVariableLength(unsigned int *result, midimem_t *mf) in ReadVariableLength() function
301 if (!ReadVariableLength(&event->data.sysex.length, mf)) in ReadSysExEvent()
341 if (!ReadVariableLength(&event->data.meta.length, mf)) in ReadMetaEvent()
366 if (!ReadVariableLength(&event->delta_time, mf)) in ReadEvent()