Searched refs:SIZE_4096 (Results 1 - 18 of 18) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A 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...] |
H A 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()
|
H A D | mmanndk.cpp | 45 #define SIZE_4096 4096
macro 47 #define SIZE_4096 4096
macro 218 size_t length = SIZE_4096;
in MAdvise()
|
H A D | regexndk.cpp | 34 #define SIZE_4096 4096
macro
|
H A D | direntndk.cpp | 44 #define SIZE_4096 4096
macro
|
H A D | inttypesndk.cpp | 32 #define SIZE_4096 4096
macro
|
H A D | resolvndk.cpp | 34 #define SIZE_4096 4096
macro
|
H A D | xattrndk.cpp | 48 #define SIZE_4096 4096
macro
|
H A D | fcntlndk.cpp | 48 #define SIZE_4096 4096
macro
|
H A D | uiondk.cpp | 38 #define SIZE_4096 4096
macro
|
H A D | ctypendk.cpp | 35 #define SIZE_4096 4096
macro
|
H A D | socketndk.cpp | 54 #define SIZE_4096 4096
macro
|
H A D | stdiondk.cpp | 72 #define SIZE_4096 4096
macro
|
H A D | timendk.cpp | 85 #define SIZE_4096 4096
macro
|
H A D | wctypendk.cpp | 49 #define SIZE_4096 4096
macro
|
H A D | stringndk.cpp | 55 #define SIZE_4096 4096
macro
|
H A D | wcharndk.cpp | 67 #define SIZE_4096 4096
macro
|
H A D | unistdndk.cpp | 89 #define SIZE_4096 4096
macro
|
Completed in 23 milliseconds