Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dmemory.c38 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_copyMemory() argument
40 memcpy(Dst, Src, Bytes); in rtl_copyMemory()
43 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_moveMemory() argument
45 memmove(Dst, Src, Bytes); in rtl_moveMemory()
/trunk/main/sal/inc/rtl/
H A Dmemory.h36 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes);
37 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes);

Completed in 15 milliseconds