Searched refs:SafeInt64Mult (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_pixel_buffer.h139 const int64 rowOffset = SafeInt64Mult(fRowStep,
141 const int64 colOffset = SafeInt64Mult(fColStep,
143 const int64 planeOffset = SafeInt64Mult(fPlaneStep,
145 const int64 offset = SafeInt64Mult(static_cast<int64>(fPixelSize),
H A Ddng_safe_arithmetic.h106 // Internal function used as fallback for SafeInt64Mult() if other optimized
110 // Internal function used as optimization for SafeInt64Mult() if Clang
127 // Internal function used as optimization for SafeInt64Mult() if __int128 type
149 inline std::int64_t SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) { function

Completed in 40 milliseconds