Lines Matching refs:fileBlockOffset
550 u32 fileBlockOffset; in LoadWaveArchiveTable() local
566 fileBlockOffset = pHeader->GetFileBlockOffset(); in LoadWaveArchiveTable()
568 if ( infoBlockOffset > fileBlockOffset ) in LoadWaveArchiveTable()
576 fileBlockOffset + in LoadWaveArchiveTable()
587 s32 readSize = ReadFile( fileId, buffer, fileBlockOffset, 0, loadBlockSize ); in LoadWaveArchiveTable()
588 if ( readSize != fileBlockOffset ) in LoadWaveArchiveTable()
597 ut::AddOffsetToPtr( buffer, fileBlockOffset ), in LoadWaveArchiveTable()
914 u32 fileBlockOffset = reinterpret_cast<const WaveArchiveFile::FileHeader*>( in SetWaveArchiveTableInEmbeddedGroupImpl() local
917 fileBlockOffset + info.waveCount * sizeof(u32) + in SetWaveArchiveTableInEmbeddedGroupImpl()
929 std::memcpy( buffer, warcFile, fileBlockOffset ); in SetWaveArchiveTableInEmbeddedGroupImpl()
932 std::memcpy( ut::AddOffsetToPtr( buffer, fileBlockOffset ), in SetWaveArchiveTableInEmbeddedGroupImpl()