Home
last modified time | relevance | path

Searched refs:_FILE_OFFSET_BITS (Results 1 – 25 of 125) sorted by relevance

12345

/external/libevent/cmake/
DCheckFileOffsetBits.cmake1 # - 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/
Dmagick-config.h57 # 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
Dstudio.h36 # 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/
Dfile_posix.patch11 +// _FILE_OFFSET_BITS.
12 +#if _FILE_OFFSET_BITS != 64 || defined(__BIONIC__)
21 +#if _FILE_OFFSET_BITS != 64 || defined(__BIONIC__)
/external/lua/src/
Dlprefix.h25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
27 #define _FILE_OFFSET_BITS 64 macro
/external/compiler-rt/lib/interception/
Dinterception_type_test.cc34 # if defined(__ANDROID__) || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_type_test.cpp34 # if SANITIZER_ANDROID || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_mman.h43 # ifndef _FILE_OFFSET_BITS
44 # error _FILE_OFFSET_BITS must be defined to 64
/external/libxml2/
Dlibxml.h18 #ifndef _FILE_OFFSET_BITS
19 #define _FILE_OFFSET_BITS 64 macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzguts.h12 # ifdef _FILE_OFFSET_BITS
13 # undef _FILE_OFFSET_BITS
/external/libwebsockets/win32port/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
/external/lz4/programs/
Dplatform.h63 # 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/
Df2fs_format_utils.c19 #ifndef _FILE_OFFSET_BITS
20 #define _FILE_OFFSET_BITS 64 macro
/external/angle/third_party/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
/external/python/cpython2/Modules/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
/external/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
/external/rust/crates/libz-sys/src/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
/external/zstd/programs/
Dplatform.h55 # 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/
DCurlTests.c289 #ifdef _FILE_OFFSET_BITS
290 #undef _FILE_OFFSET_BITS
292 #define _FILE_OFFSET_BITS 64 macro
/external/zstd/zlibWrapper/
Dgzguts.h14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS
/external/ImageMagick/MagickWand/
Dstudio.h36 #if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS)
37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS macro
/external/curl/
Dlocal-configure.patch80 -/* #undef _FILE_OFFSET_BITS */
81 +#define _FILE_OFFSET_BITS 64
/external/kmod/testsuite/
Dpath.c190 #ifndef _FILE_OFFSET_BITS
201 #ifndef _FILE_OFFSET_BITS
/external/ltp/testcases/kernel/io/disktest/
DMakefile.linux174 …D_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" $(RPM_OP…
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl_common.h20 #if defined(TST_ABI64) || _FILE_OFFSET_BITS == 64

12345