Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/libc/minimal/source/string/
Dstring.c303 const unsigned char *s_byte = (const unsigned char *)s; in memcpy() local
308 if ((((uintptr_t)d ^ (uintptr_t)s_byte) & mask) == 0) { in memcpy()
316 *(d_byte++) = *(s_byte++); in memcpy()
323 const mem_word_t *s_word = (const mem_word_t *)s_byte; in memcpy()
331 s_byte = (unsigned char *)s_word; in memcpy()
338 *(d_byte++) = *(s_byte++); in memcpy()