Searched refs:SIZE_1024 (Results 1 – 13 of 13) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | mntentndk.cpp | 35 #define SIZE_1024 1024 macro 94 char strings[SIZE_1024]; in GetmntentRtest()
|
D | fcntlndk.cpp | 46 #define SIZE_1024 1024 macro 137 int ret = posix_fallocate(fd, SIZE_8, SIZE_1024); in PosixFallocate() 147 int ret = posix_fallocate64(fd, SIZE_8, SIZE_1024); in PosixFallocate64() 231 int returnValue = posix_fadvise(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise() 241 int returnValue = posix_fadvise64(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise64()
|
D | resourcendk.cpp | 46 #define SIZE_1024 1024 macro 161 long lim1 = SIZE_1024; in Setrlimit() 190 long lim1 = SIZE_1024; in Setrlimit64()
|
D | fcntl1ndk.cpp | 48 #define SIZE_1024 1024 macro 165 ret = posix_fallocate(fd, SIZE_8, SIZE_1024); in PosixFallocate() 169 ret = posix_fallocate(PARAM_UNNORMAL, SIZE_8, SIZE_1024); in PosixFallocate() 313 ret = posix_fadvise(fd, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise() 317 ret = posix_fadvise(PARAM_UNNORMAL, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL); in PosixFadvise()
|
D | resolvndk.cpp | 33 #define SIZE_1024 1024 macro 63 unsigned char buf[SIZE_1024] = {PARAM_0}; in ResMkquery()
|
D | resourcendk1.cpp | 46 #define SIZE_1024 1024 macro
|
D | socketndk.cpp | 47 #define SIZE_1024 1024 macro
|
D | stdiondk.cpp | 68 #define SIZE_1024 1024 macro
|
D | timendk.cpp | 84 #define SIZE_1024 1024 macro
|
D | wctypendk.cpp | 48 #define SIZE_1024 1024 macro
|
D | stringndk.cpp | 54 #define SIZE_1024 1024 macro
|
D | stdlibndk.cpp | 56 #define SIZE_1024 1024 macro
|
D | wcharndk.cpp | 69 #define SIZE_1024 1024 macro
|