Searched refs:SIZE_4096 (Results 1 – 18 of 18) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | dirent1ndk.cpp | 49 #define SIZE_4096 4096 macro 70 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Telldir() 71 memset(dir, SIZE_0xFF, SIZE_4096); in Telldir() 95 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir() 96 memset(dir, SIZE_0xFF, SIZE_4096); in Readdir() 128 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in ReaddirR() 129 memset(dir, SIZE_0xFF, SIZE_4096); in ReaddirR() 156 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64() 157 memset(dir, SIZE_0xFF, SIZE_4096); in Readdir64() 189 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64R() [all …]
|
D | fcntl1ndk.cpp | 50 #define SIZE_4096 4096 macro 343 ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, SIZE_4096, SIZE_4096 * THREE); in FalLocate() 367 ret = fallocate64(fd, FALLOC_FL_KEEP_SIZE, SIZE_4096, SIZE_4096 * THREE); in FalLocate64()
|
D | regexndk.cpp | 34 #define SIZE_4096 4096 macro
|
D | mmanndk.cpp | 45 #define SIZE_4096 4096 macro 47 #define SIZE_4096 4096 macro 218 size_t length = SIZE_4096; in MAdvise()
|
D | direntndk.cpp | 44 #define SIZE_4096 4096 macro
|
D | resolvndk.cpp | 34 #define SIZE_4096 4096 macro
|
D | inttypesndk.cpp | 32 #define SIZE_4096 4096 macro
|
D | uiondk.cpp | 38 #define SIZE_4096 4096 macro
|
D | xattrndk.cpp | 48 #define SIZE_4096 4096 macro
|
D | fcntlndk.cpp | 48 #define SIZE_4096 4096 macro
|
D | socketndk.cpp | 53 #define SIZE_4096 4096 macro
|
D | stdiondk.cpp | 72 #define SIZE_4096 4096 macro
|
D | ctypendk.cpp | 35 #define SIZE_4096 4096 macro
|
D | timendk.cpp | 85 #define SIZE_4096 4096 macro
|
D | wctypendk.cpp | 49 #define SIZE_4096 4096 macro
|
D | stringndk.cpp | 55 #define SIZE_4096 4096 macro
|
D | wcharndk.cpp | 67 #define SIZE_4096 4096 macro
|
D | unistdndk.cpp | 89 #define SIZE_4096 4096 macro
|