Searched refs:dwEnd (Results 1 – 1 of 1) sorted by relevance
421 uint32_t dwEnd = m_pLinearized->GetFirstPageEndOffset(); in CheckFirstPage() local422 dwEnd += 512; in CheckFirstPage()423 if ((FX_FILESIZE)dwEnd > m_dwFileLen) in CheckFirstPage()424 dwEnd = (uint32_t)m_dwFileLen; in CheckFirstPage()427 const size_t data_size = dwEnd > 1024 ? static_cast<size_t>(dwEnd - 1024) : 0; in CheckFirstPage()