Home
last modified time | relevance | path

Searched refs:__compiler_sub_overflow (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h99 #define __compiler_sub_overflow(a, b, res) \ macro
254 #define __compiler_sub_overflow(a, b, res) __INTOF_SUB(*(res), (a), (b)) macro
A Dutil.h151 #define SUB_OVERFLOW(a, b, res) __compiler_sub_overflow((a), (b), (res))

Completed in 4 milliseconds