Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/
Dstring.c304 const mem_word_t *s_word = (const mem_word_t *)s_byte; in memcpy() local
307 *(d_word++) = *(s_word++); in memcpy()
312 s_byte = (unsigned char *)s_word; in memcpy()