Searched refs:SECUREC_SMALL_MEM_SET (Results 1 - 1 of 1) sorted by relevance
/third_party/bounds_checking_function/src/ | ||
H A D | memset_s.c | 408 #define SECUREC_SMALL_MEM_SET(dest, c, count) do { \ macro 423 SECUREC_SMALL_MEM_SET((dest), (c), (count)); \ |
Completed in 1 milliseconds