Home
last modified time | relevance | path

Searched refs:SafeInt64Add (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_pixel_buffer.h146 SafeInt64Add(SafeInt64Add(rowOffset, colOffset), planeOffset));
Ddng_safe_arithmetic.h46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2);
Ddng_safe_arithmetic.cpp69 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2) { in SafeInt64Add() function