Searched refs:SECUREC_ADDR_ALIGNED_8 (Results 1 – 4 of 4) sorted by relevance
35 if (SECUREC_ADDR_ALIGNED_8(strDest) && SECUREC_ADDR_ALIGNED_8(strSrc)) { \
28 if (SECUREC_ADDR_ALIGNED_8(dest) && SECUREC_ADDR_ALIGNED_8(src)) { \
409 if (SECUREC_ADDR_ALIGNED_8((dest))) { \
306 #define SECUREC_ADDR_ALIGNED_8(addr) ((((size_t)(addr)) & 7U) == 0) /* Use 7 to check aligned 8 */ macro