/external/libevent/cmake/ |
D | CheckFileOffsetBits.cmake | 1 # - Check if _FILE_OFFSET_BITS macro needed for large files 21 IF(NOT DEFINED _FILE_OFFSET_BITS) 22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files") 35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable 36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed") 38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files") variable 39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed") 41 ENDIF(NOT DEFINED _FILE_OFFSET_BITS)
|
/external/ImageMagick/MagickCore/ |
D | magick-config.h | 57 # ifdef _FILE_OFFSET_BITS 58 # if _FILE_OFFSET_BITS != MAGICKCORE__FILE_OFFSET_BITS 61 # undef _FILE_OFFSET_BITS 64 # ifndef _FILE_OFFSET_BITS 66 # define _FILE_OFFSET_BITS 64 macro 68 # define _FILE_OFFSET_BITS 32 70 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS
|
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/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/llvm-project/compiler-rt/lib/interception/ |
D | interception_type_test.cpp | 34 # if SANITIZER_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/rust/crates/libz-sys/src/zlib-ng/ |
D | gzguts.h | 12 # ifdef _FILE_OFFSET_BITS 13 # undef _FILE_OFFSET_BITS
|
/external/libwebsockets/win32port/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
/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/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 19 #ifndef _FILE_OFFSET_BITS 20 #define _FILE_OFFSET_BITS 64 macro
|
/external/angle/third_party/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
/external/python/cpython2/Modules/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
/external/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
/external/rust/crates/libz-sys/src/zlib/ |
D | gzguts.h | 10 # ifdef _FILE_OFFSET_BITS 11 # undef _FILE_OFFSET_BITS
|
/external/zstd/programs/ |
D | platform.h | 55 # if !defined(_FILE_OFFSET_BITS) 56 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fse… macro
|
/external/curl/CMake/ |
D | CurlTests.c | 289 #ifdef _FILE_OFFSET_BITS 290 #undef _FILE_OFFSET_BITS 292 #define _FILE_OFFSET_BITS 64 macro
|
/external/zstd/zlibWrapper/ |
D | gzguts.h | 14 # ifdef _FILE_OFFSET_BITS 15 # undef _FILE_OFFSET_BITS
|
/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/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 | 20 #if defined(TST_ABI64) || _FILE_OFFSET_BITS == 64
|