Searched defs:SafeInt32Sub (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp91 bool SafeInt32Sub(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { function
101 std::int32_t SafeInt32Sub(std::int32_t arg1, std::int32_t arg2) { function
104 if (!SafeInt32Sub(arg1, arg2, &result)) {

Completed in 995 milliseconds