Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/shared/
Dcrt_memcpy.c26 *(p_dst.p_word)++ = *(p_src.p_word)++; in memcpy()
Dcrt_memset.c25 *p_mem.p_word++ = pattern_word; in memset()
/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dcrt_memmove.c27 *(--p_dst.p_word) = *(--p_src.p_word); in memcpy_r()
/trusted-firmware-m-latest/secure_fw/include/
Dcrt_impl_private.h19 uint32_t *p_word; /* Address in WORD pointer */ member