Searched refs:MemA (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/rtl/source/ |
H A D | memory.c | 48 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes) in rtl_compareMemory() argument 50 return memcmp(MemA, MemB, Bytes); in rtl_compareMemory() 53 void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes) in rtl_findInMemory() argument 55 return memchr(MemA, ch, Bytes); in rtl_findInMemory()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | memory.h | 38 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes); 39 void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes);
|
Completed in 13 milliseconds