Home
last modified time | relevance | path

Searched refs:NeedToCheckForIntOverflow (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/lerc/lerc-3.0/src/LercLib/
H A DLerc2.h191 static bool NeedToCheckForIntOverflow(const HeaderInfo& hd);
291 inline bool Lerc2::NeedToCheckForIntOverflow(const HeaderInfo& hd) in NeedToCheckForIntOverflow() function
H A DLerc2.cpp1232 const bool bCheckForIntOverflow = NeedToCheckForIntOverflow(hd); in WriteTiles()