Searched refs:bundleBytesLeft (Results 1 – 2 of 2) sorted by relevance
810 uint32 bundleBytesLeft = 0; in simon2SetupExtractFile() local826 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()
835 uint32 bundleBytesLeft = 0; in simon2SetupExtractFile() local851 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()