Searched defs:SafeInt32Add (Results 1 - 1 of 1) sorted by last modified time

/external/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { function
58 *result = SafeInt32Add(arg1, arg2);
65 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2) { function

Completed in 94 milliseconds