Searched refs:kAlignBlockValue (Results 1 – 1 of 1) sorted by relevance
14 constexpr FX_FILESIZE kAlignBlockValue = CPDF_ModuleMgr::kFileBufSize; variable17 return offset > 0 ? (offset - offset % kAlignBlockValue) : 0; in AlignDown()22 safe_result += kAlignBlockValue; in AlignUp()