HomeSort by relevance Sort by last modified time
    Searched refs:SafeInt64Mult (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_pixel_buffer.h 139 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),
dng_safe_arithmetic.h 106 // 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) {

Completed in 78 milliseconds