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

1 2

  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 25 check_type_size("off_t" SIZEOF_OFF_T)
26 if(SIZEOF_OFF_T GREATER 7)
40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG)
44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG)
46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG)
49 endif(SIZEOF_OFF_T GREATER 7)
  /external/libunwind/src/coredump/
_UCD_internal.h 48 #if SIZEOF_OFF_T == 4
50 #elif SIZEOF_OFF_T == 8
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 109 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)
116 #elif (HAVE_LONG_LONG && SIZEOF_OFF_T == SIZEOF_LONG_LONG)
123 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 104 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)
111 #elif (HAVE_LONG_LONG && SIZEOF_OFF_T == SIZEOF_LONG_LONG)
118 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
  /external/python/cpython2/Modules/_io/
_iomodule.h 114 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)
121 #elif (HAVE_LONG_LONG && SIZEOF_OFF_T == SIZEOF_LONG_LONG)
128 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
  /external/libunwind/include/
config.h 237 #define SIZEOF_OFF_T 4
  /external/curl/src/
tool_cb_see.c 51 #if(CURL_SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES)
  /external/python/cpython2/PC/
pyconfig.h 353 # define SIZEOF_OFF_T 4
367 # define SIZEOF_OFF_T 4
  /external/curl/lib/
config-symbian.h 717 #define SIZEOF_OFF_T 8
config-tpf.h 616 #define SIZEOF_OFF_T 8
config-vxworks.h 842 #define SIZEOF_OFF_T 8
curl_config.h.cmake 883 #cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T}
version.c 309 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
  /external/e2fsprogs/lib/ext2fs/
llseek.c 97 #if SIZEOF_OFF_T >= SIZEOF_LONG_LONG
  /external/python/cpython2/PC/os2emx/
pyconfig.h 124 #define SIZEOF_OFF_T 4
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1022 #define SIZEOF_OFF_T 8
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 1022 #define SIZEOF_OFF_T 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 1022 #define SIZEOF_OFF_T 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 1022 #define SIZEOF_OFF_T 8
    [all...]
  /external/libevent/
config.h.in 397 #undef SIZEOF_OFF_T
  /toolchain/binutils/binutils-2.25/bfd/
config.in 315 #undef SIZEOF_OFF_T
  /external/python/cpython2/RISCOS/
pyconfig.h 204 #define SIZEOF_OFF_T 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 1016 #define SIZEOF_OFF_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 1016 #define SIZEOF_OFF_T 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 1055 #define SIZEOF_OFF_T 4
    [all...]

Completed in 1482 milliseconds

1 2