Searched defs:Bytes (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/rtl/source/ |
H A D | memory.c | 28 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes) in rtl_zeroMemory() 33 void SAL_CALL rtl_fillMemory(void *Ptr, sal_Size Bytes, sal_uInt8 Fill) in rtl_fillMemory() 38 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_copyMemory() 43 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_moveMemory() 48 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes) in rtl_compareMemory() 53 void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes) in rtl_findInMemory()
|
H A D | random.c | 307 rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) in rtl_random_addBytes() 323 rtlRandomPool Pool, void *Buffer, sal_Size Bytes) in rtl_random_getBytes()
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 1099 sal_uInt32 Bytes; in getFileStamp() local 1301 int Free, Bytes; in getLine() local
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 1363 int Max, Free, Bytes, nLineBytes = 0; in OslProfile_getLine() local
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 1416 size_t Free, Bytes; in getLine() local
|
Completed in 45 milliseconds