Searched refs:Dst (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/rtl/source/ |
H A D | memory.c | 38 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()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | memory.h | 36 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 9 milliseconds