Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/std/
Dstring.h44 #define STD_MemMove STD_MoveMemory
323 static inline void* STD_MoveMemory(void *destp, const void *srcp, u32 size) in STD_MoveMemory() function
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c598 (void)STD_MoveMemory(&dst[m + 2], &dst[0], (u32)n + 1); in FSi_GetFullPath()
599 (void)STD_MoveMemory(&dst[0], arcname, (u32)m); in FSi_GetFullPath()