/external/libchrome/libchrome_tools/patch/ |
D | file_posix.patch | 11 +// _FILE_OFFSET_BITS. 12 +#if _FILE_OFFSET_BITS != 64 || defined(__BIONIC__) 21 +#if _FILE_OFFSET_BITS != 64 || defined(__BIONIC__)
|
/external/lua/src/ |
D | lprefix.h | 25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS) 27 #define _FILE_OFFSET_BITS 64 macro
|
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 34 # if defined(__ANDROID__) || !defined _FILE_OFFSET_BITS || \ 35 _FILE_OFFSET_BITS != 64
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_mman.h | 43 # ifndef _FILE_OFFSET_BITS 44 # error _FILE_OFFSET_BITS must be defined to 64
|
/external/libxml2/ |
D | libxml.h | 18 #ifndef _FILE_OFFSET_BITS 19 #define _FILE_OFFSET_BITS 64 macro
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 19 #ifndef _FILE_OFFSET_BITS 20 #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/curl/CMake/ |
D | CurlTests.c | 285 #ifdef _FILE_OFFSET_BITS 286 #undef _FILE_OFFSET_BITS 288 #define _FILE_OFFSET_BITS 64 macro
|
/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/cpython2/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/curl/ |
D | local-configure.patch | 80 -/* #undef _FILE_OFFSET_BITS */ 81 +#define _FILE_OFFSET_BITS 64
|
/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/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl_common.h | 19 #if __WORDSIZE == 64 || _FILE_OFFSET_BITS == 64
|
/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 | 23 #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
|