Searched refs:kAlignBlockValue (Results 1 – 1 of 1) sorted by relevance
15 constexpr FX_FILESIZE kAlignBlockValue = CPDF_Stream::kFileBufSize; variable18 return offset > 0 ? (offset - offset % kAlignBlockValue) : 0; in AlignDown()23 safe_result += kAlignBlockValue; in AlignUp()