HomeSort by relevance Sort by last modified time
    Searched refs:_FILE_OFFSET_BITS (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/compiler-rt/lib/interception/
interception_type_test.cc 33 // 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/flac/
config.h 129 #define _FILE_OFFSET_BITS 64
  /external/elfutils/
config.h.in 44 #undef _FILE_OFFSET_BITS
  /external/libxml2/
libxml.h 16 #ifndef _FILE_OFFSET_BITS
17 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 158 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h 174 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/linux-ppc/
AndroidConfig.h 163 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 163 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/windows/
AndroidConfig.h 176 #define _FILE_OFFSET_BITS 64
  /external/bzip2/
spewG.c 27 #define _FILE_OFFSET_BITS 64
  /frameworks/native/include/utils/
Compat.h 24 #if _FILE_OFFSET_BITS < 64
25 #error "_FILE_OFFSET_BITS < 64; large files are not supported on this platform"
26 #endif /* _FILE_OFFSET_BITS < 64 */
  /external/zlib/src/
gzguts.h 10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 159 #if _FILE_OFFSET_BITS == 64 && __GNUC__ < 2
180 #if _FILE_OFFSET_BITS != 64 || __GNUC__ < 2
  /external/dropbear/
config.h 389 #define _FILE_OFFSET_BITS 64
config.h.in 388 #undef _FILE_OFFSET_BITS
  /external/libmtp/
config.h.in 180 #undef _FILE_OFFSET_BITS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
features.h 38 _FILE_OFFSET_BITS=N Select default filesystem interface.
256 #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 38 _FILE_OFFSET_BITS=N Select default filesystem interface.
256 #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 38 _FILE_OFFSET_BITS=N Select default filesystem interface.
256 #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
  /system/core/libsparse/
img2simg.c 17 #define _FILE_OFFSET_BITS 64
simg2simg.c 17 #define _FILE_OFFSET_BITS 64
  /external/oprofile/libpopt/
config.h 298 #undef _FILE_OFFSET_BITS
  /external/e2fsprogs/misc/
findsuper.c 84 #define _FILE_OFFSET_BITS 64
  /system/extras/ext4_utils/
ext4_utils.h 27 #define _FILE_OFFSET_BITS 64
  /external/openssl/crypto/bio/
bss_file.c 81 #ifndef _FILE_OFFSET_BITS
82 #define _FILE_OFFSET_BITS 64

Completed in 1468 milliseconds

1 2 3