Searched refs:_FILE_OFFSET_BITS (Results 1 - 25 of 82) sorted by relevance

1234

/external/compiler-rt/lib/interception/
H A Dinterception_type_test.cc33 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
34 # if defined(__ANDROID__) || !defined _FILE_OFFSET_BITS || \
35 _FILE_OFFSET_BITS != 64
/external/ltp/testcases/kernel/io/disktest/
H A DMakefile.linux161 # -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" is used in Linux to support 64bit functions and data types. -D"_GNU_SOURCE" is to support Linux O_DIRECT
174 CFLAGS += -g -Wall -O -D"LINUX" -D"_THREAD_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" $(RPM_OPT_FLAGS)
/external/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise01.c48 #ifndef _FILE_OFFSET_BITS
49 #define _FILE_OFFSET_BITS 32 macro
90 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) {
H A Dposix_fadvise03.c47 #ifndef _FILE_OFFSET_BITS
48 #define _FILE_OFFSET_BITS 32 macro
126 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) {
H A Dposix_fadvise02.c45 #ifndef _FILE_OFFSET_BITS
46 #define _FILE_OFFSET_BITS 32 macro
85 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) {
H A Dposix_fadvise04.c44 #ifndef _FILE_OFFSET_BITS
45 #define _FILE_OFFSET_BITS 32 macro
84 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) {
/external/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/external/google-breakpad/src/
H A Dconfig.h.in73 #undef _FILE_OFFSET_BITS
/external/libevent/
H A Devconfig-private.h.in28 #undef _FILE_OFFSET_BITS
/external/libxml2/
H A Dlibxml.h18 #ifndef _FILE_OFFSET_BITS
19 #define _FILE_OFFSET_BITS 64 macro
/external/lz4/programs/
H A Dplatform.h63 # if !defined(_FILE_OFFSET_BITS)
64 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */ macro
66 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BITS */
/external/python/cpython2/Modules/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/external/python/cpython3/Modules/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/external/zlib/src/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D31-1.c24 #define _FILE_OFFSET_BITS 64 macro
/external/kmod/testsuite/
H A Dpath.c190 #ifndef _FILE_OFFSET_BITS
201 #ifndef _FILE_OFFSET_BITS
/external/curl/lib/
H A Dconfig-symbian.h769 #define _FILE_OFFSET_BITS 64 macro
H A Dcurl_config.h1022 #define _FILE_OFFSET_BITS 64 macro
/external/curl/CMake/
H A DCurlTests.c285 #ifdef _FILE_OFFSET_BITS
286 #undef _FILE_OFFSET_BITS macro
288 #define _FILE_OFFSET_BITS 64 macro
/external/ImageMagick/MagickCore/
H A Dstudio.h36 # if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS)
37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS macro
/external/ImageMagick/MagickWand/
H A Dstudio.h36 #if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS)
37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS macro
/external/boringssl/src/crypto/bio/
H A Dfile.c69 #ifndef _FILE_OFFSET_BITS
70 #define _FILE_OFFSET_BITS 64 macro
/external/libevent/test/
H A Dregress_zlib.c74 #ifndef _FILE_OFFSET_BITS
75 #define _FILE_OFFSET_BITS 0 macro
/external/libpcap/
H A Dcmakeconfig.h.in298 #cmakedefine _FILE_OFFSET_BITS 1
H A Dconfig.h.in302 #undef _FILE_OFFSET_BITS

Completed in 883 milliseconds

1234