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

1 2 3 4

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 23 #if (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64))
28 #endif /* (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)) */
unistd.h 74 #if (defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64))
  /external/strace/test/
mmap_offset_decode.c 22 #define _FILE_OFFSET_BITS 64
  /external/chromium_org/third_party/libxml/src/
libxml.h 16 #ifndef _FILE_OFFSET_BITS
17 #define _FILE_OFFSET_BITS 64
  /external/flac/
config.h 133 #define _FILE_OFFSET_BITS 64
  /hardware/intel/common/libwsbm/src/
config.h 69 #define _FILE_OFFSET_BITS 64
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_mman.h 43 # ifndef _FILE_OFFSET_BITS
44 # error _FILE_OFFSET_BITS must be defined to 64
  /external/libxml2/
libxml.h 16 #ifndef _FILE_OFFSET_BITS
17 #define _FILE_OFFSET_BITS 64
  /external/mesa3d/src/gallium/auxiliary/os/
os_mman.h 43 # ifndef _FILE_OFFSET_BITS
44 # error _FILE_OFFSET_BITS must be defined to 64
  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 145 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/linux-arm64/
AndroidConfig.h 156 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 147 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h 142 #define _FILE_OFFSET_BITS 64
  /build/core/combo/include/arch/windows/
AndroidConfig.h 187 #define _FILE_OFFSET_BITS 64
  /external/bzip2/
spewG.c 27 #define _FILE_OFFSET_BITS 64
  /system/core/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/elfutils/0.153/
config.h.in 59 #undef _FILE_OFFSET_BITS
  /build/core/combo/include/arch/linux-mips64/
AndroidConfig.h 156 #define _FILE_OFFSET_BITS 64
  /external/chromium_org/third_party/sqlite/src/
config.h.in 101 #undef _FILE_OFFSET_BITS
  /external/chromium_org/third_party/zlib/
gzguts.h 10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
  /hardware/intel/img/libdrm/libdrm/
config.h.in 99 #undef _FILE_OFFSET_BITS
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
  /external/zlib/src/
gzguts.h 10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS

Completed in 1269 milliseconds

1 2 3 4