Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dmemory.c48 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()
/trunk/main/sal/inc/rtl/
H A Dmemory.h38 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 17 milliseconds