Home
last modified time | relevance | path

Searched refs:SIZE_8 (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfcntlndk.cpp42 #define SIZE_8 8 macro
138 int ret = posix_fallocate(fd, SIZE_8, SIZE_1024); in PosixFallocate()
148 int ret = posix_fallocate64(fd, SIZE_8, SIZE_1024); in PosixFallocate64()
230 int returnValue = posix_fadvise(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise()
240 int returnValue = posix_fadvise64(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise64()
H A Dfcntl1ndk.cpp44 #define SIZE_8 8 macro
166 ret = posix_fallocate(fd, SIZE_8, SIZE_1024); in PosixFallocate()
170 ret = posix_fallocate(PARAM_UNNORMAL, SIZE_8, SIZE_1024); in PosixFallocate()
314 ret = posix_fadvise(fd, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise()
318 ret = posix_fadvise(PARAM_UNNORMAL, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise()
H A Dmmanndk.cpp49 #define SIZE_8 8 macro
146 void *buffer = memalign(align, SIZE_8 * align); in MProtect()
H A Dstdlibndk.cpp50 #define SIZE_8 8 macro

Completed in 6 milliseconds