Home
last modified time | relevance | path

Searched refs:memset_sp (Results 1 - 1 of 1) sorted by relevance

/third_party/bounds_checking_function/include/
H A Dsecurec.h623 /* The memset_sp is a macro, not a function in performance optimization mode. */
624 #define memset_sp(dest, destMax, c, count) (__builtin_constant_p((count)) ? \ macro

Completed in 2 milliseconds