Lines Matching refs:fileBlockOffset
489 u32 fileBlockOffset; in LoadWaveArchiveTable() local
505 fileBlockOffset = pHeader->GetFileBlockOffset(); in LoadWaveArchiveTable()
507 if ( infoBlockOffset > fileBlockOffset ) in LoadWaveArchiveTable()
515 fileBlockOffset + in LoadWaveArchiveTable()
526 s32 readSize = ReadFile( fileId, buffer, fileBlockOffset, 0, loadBlockSize ); in LoadWaveArchiveTable()
527 if ( readSize != fileBlockOffset ) in LoadWaveArchiveTable()
536 ut::AddOffsetToPtr( buffer, fileBlockOffset ), in LoadWaveArchiveTable()
844 u32 fileBlockOffset = reinterpret_cast<const WaveArchiveFile::FileHeader*>( in SetWaveArchiveTableInEmbeddedGroupImpl() local
847 fileBlockOffset + info.waveCount * sizeof(u32) + in SetWaveArchiveTableInEmbeddedGroupImpl()
859 std::memcpy( buffer, warcFile, fileBlockOffset ); in SetWaveArchiveTableInEmbeddedGroupImpl()
862 std::memcpy( ut::AddOffsetToPtr( buffer, fileBlockOffset ), in SetWaveArchiveTableInEmbeddedGroupImpl()