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 | 48 #define SIZE_4096 4096 macro 69 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Telldir() 70 memset(dir, SIZE_0xFF, SIZE_4096); in Telldir() 94 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir() 95 memset(dir, SIZE_0xFF, SIZE_4096); in Readdir() 127 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in ReaddirR() 128 memset(dir, SIZE_0xFF, SIZE_4096); in ReaddirR() 155 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64() 156 memset(dir, SIZE_0xFF, SIZE_4096); in Readdir64() 188 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64R() [all …]
|
D | fcntl1ndk.cpp | 49 #define SIZE_4096 4096 macro 342 ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, SIZE_4096, SIZE_4096 * THREE); in FalLocate() 366 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 | 43 #define SIZE_4096 4096 macro 45 #define SIZE_4096 4096 macro 215 size_t length = SIZE_4096; in MAdvise()
|
D | direntndk.cpp | 43 #define SIZE_4096 4096 macro
|
D | inttypesndk.cpp | 32 #define SIZE_4096 4096 macro
|
D | resolvndk.cpp | 34 #define SIZE_4096 4096 macro
|
D | uiondk.cpp | 37 #define SIZE_4096 4096 macro
|
D | xattrndk.cpp | 47 #define SIZE_4096 4096 macro
|
D | fcntlndk.cpp | 47 #define SIZE_4096 4096 macro
|
D | socketndk.cpp | 48 #define SIZE_4096 4096 macro
|
D | stdiondk.cpp | 69 #define SIZE_4096 4096 macro
|
D | timendk.cpp | 85 #define SIZE_4096 4096 macro
|
D | ctypendk.cpp | 35 #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 | 70 #define SIZE_4096 4096 macro
|
D | unistdndk.cpp | 85 #define SIZE_4096 4096 macro
|