Home
last modified time | relevance | path

Searched refs:bundleBytesLeft (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dmidi.cpp810 uint32 bundleBytesLeft = 0; in simon2SetupExtractFile() local
826 bundleBytesLeft = bundleSize; in simon2SetupExtractFile()
833 bundleBytesLeft -= MIDI_SETUP_BUNDLE_HEADER_SIZE; in simon2SetupExtractFile()
843 if (bundleBytesLeft < sizeof(bundleFileHeader)) in simon2SetupExtractFile()
848 bundleBytesLeft -= MIDI_SETUP_BUNDLE_FILEHEADER_SIZE; in simon2SetupExtractFile()
862 if (bundleBytesLeft < fileCompressedSize) in simon2SetupExtractFile()
883 bundleBytesLeft -= fileCompressedSize; in simon2SetupExtractFile()
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dmidi.cpp835 uint32 bundleBytesLeft = 0; in simon2SetupExtractFile() local
851 bundleBytesLeft = bundleSize; in simon2SetupExtractFile()
858 bundleBytesLeft -= MIDI_SETUP_BUNDLE_HEADER_SIZE; in simon2SetupExtractFile()
868 if (bundleBytesLeft < sizeof(bundleFileHeader)) in simon2SetupExtractFile()
873 bundleBytesLeft -= MIDI_SETUP_BUNDLE_FILEHEADER_SIZE; in simon2SetupExtractFile()
887 if (bundleBytesLeft < fileCompressedSize) in simon2SetupExtractFile()
908 bundleBytesLeft -= fileCompressedSize; in simon2SetupExtractFile()