/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 48 #ifndef _FILE_OFFSET_BITS 49 #define _FILE_OFFSET_BITS 32 macro 90 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise03.c | 47 #ifndef _FILE_OFFSET_BITS 48 #define _FILE_OFFSET_BITS 32 macro 126 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise02.c | 45 #ifndef _FILE_OFFSET_BITS 46 #define _FILE_OFFSET_BITS 32 macro 85 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise04.c | 44 #ifndef _FILE_OFFSET_BITS 45 #define _FILE_OFFSET_BITS 32 macro 84 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 34 # if defined(__ANDROID__) || !defined _FILE_OFFSET_BITS || \ 35 _FILE_OFFSET_BITS != 64
|
/external/libxml2/ |
D | libxml.h | 18 #ifndef _FILE_OFFSET_BITS 19 #define _FILE_OFFSET_BITS 64 macro
|
/external/curl/CMake/ |
D | CurlTests.c | 285 #ifdef _FILE_OFFSET_BITS 286 #undef _FILE_OFFSET_BITS 288 #define _FILE_OFFSET_BITS 64 macro
|
/external/lz4/programs/ |
D | platform.h | 63 # if !defined(_FILE_OFFSET_BITS) 64 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, … macro
|
/external/python/cpython2/Modules/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
D | zconf.h | 470 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
|
/external/zlib/src/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
D | zconf.h | 493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
|
/external/python/cpython3/Modules/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
D | zconf.h | 493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
|
/external/ImageMagick/MagickWand/ |
D | studio.h | 36 #if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS) 37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS macro
|
/external/kmod/testsuite/ |
D | path.c | 190 #ifndef _FILE_OFFSET_BITS 201 #ifndef _FILE_OFFSET_BITS
|
/external/ImageMagick/MagickCore/ |
D | studio.h | 36 # if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS) 37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS macro
|
/external/ltp/testcases/kernel/io/disktest/ |
D | Makefile.linux | 174 …D_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" $(RPM_OP…
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 69 #ifndef _FILE_OFFSET_BITS 70 #define _FILE_OFFSET_BITS 64 macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 43 _FILE_OFFSET_BITS = 64 variable 44 _FILE_OFFSET_BITS = 32 variable
|
/external/bzip2/ |
D | spewG.c | 27 #define _FILE_OFFSET_BITS 64 macro
|
/external/libevent/test/ |
D | regress_zlib.c | 74 #ifndef _FILE_OFFSET_BITS 75 #define _FILE_OFFSET_BITS 0 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 31-1.c | 24 #define _FILE_OFFSET_BITS 64 macro
|
/external/zlib/ |
D | zconf.h | 493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
|
/external/curl/lib/ |
D | config-symbian.h | 769 #define _FILE_OFFSET_BITS 64 macro
|