Home
last modified time | relevance | path

Searched refs:SECUREC_ADDR_ALIGNED_8 (Results 1 – 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
Dstrcpy_s.c35 if (SECUREC_ADDR_ALIGNED_8(strDest) && SECUREC_ADDR_ALIGNED_8(strSrc)) { \
Dmemcpy_s.c28 if (SECUREC_ADDR_ALIGNED_8(dest) && SECUREC_ADDR_ALIGNED_8(src)) { \
Dmemset_s.c409 if (SECUREC_ADDR_ALIGNED_8((dest))) { \
Dsecurecutil.h306 #define SECUREC_ADDR_ALIGNED_8(addr) ((((size_t)(addr)) & 7U) == 0) /* Use 7 to check aligned 8 */ macro