Home
last modified time | relevance | path

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

1234

/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/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/f2fs-tools/mkfs/
Df2fs_format_utils.c19 #ifndef _FILE_OFFSET_BITS
20 #define _FILE_OFFSET_BITS 64 macro
/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/curl/CMake/
DCurlTests.c285 #ifdef _FILE_OFFSET_BITS
286 #undef _FILE_OFFSET_BITS
288 #define _FILE_OFFSET_BITS 64 macro
/external/zlib/src/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
Dzconf.h493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/external/python/cpython2/Modules/zlib/
Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
Dzconf.h493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/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/ImageMagick/MagickCore/
Dstudio.h36 # 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/
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.h19 #if __WORDSIZE == 64 || _FILE_OFFSET_BITS == 64
/external/boringssl/src/crypto/bio/
Dfile.c69 #ifndef _FILE_OFFSET_BITS
70 #define _FILE_OFFSET_BITS 64 macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py43 _FILE_OFFSET_BITS = 64 variable
44 _FILE_OFFSET_BITS = 32 variable
/external/bzip2/
DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/external/libevent/test/
Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D31-1.c23 #define _FILE_OFFSET_BITS 64 macro
/external/zlib/
Dzconf.h493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/external/curl/lib/
Dconfig-symbian.h769 #define _FILE_OFFSET_BITS 64 macro

1234