Home
last modified time | relevance | path

Searched refs:SIZEOF_OFF_T (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libsnd/cmake/
DTestLargeFiles.cmake28 check_type_size (off_t SIZEOF_OFF_T)
29 message (STATUS "Checking of off_t without any definitions: ${SIZEOF_OFF_T}")
30 if (SIZEOF_OFF_T EQUAL 8)
35 unset (SIZEOF_OFF_T CACHE)
45 check_type_size (off_t SIZEOF_OFF_T)
46 message (STATUS "Checking size of off_t with _FILE_OFFSET_BITS=64: ${SIZEOF_OFF_T}")
47 if (SIZEOF_OFF_T EQUAL 8)
55 unset (SIZEOF_OFF_T CACHE)
66 check_type_size (off_t SIZEOF_OFF_T)
67 message (STATUS "Checking size of off_t with _LARGE_FILES: ${SIZEOF_OFF_T}")
[all …]
DSndFileChecks.cmake115 if ((SIZEOF_OFF_T EQUAL 8) OR (SIZEOF_LOFF_T EQUAL 8) OR (SIZEOF_OFF64_T EQUAL 8))
/third_party/curl/lib/
Dcurl_setup.h401 #ifndef SIZEOF_OFF_T
404 # define SIZEOF_OFF_T 8 macro
408 # define SIZEOF_OFF_T 8 macro
412 # define SIZEOF_OFF_T 8 macro
416 # define SIZEOF_OFF_T 8 macro
419 # ifndef SIZEOF_OFF_T
420 # define SIZEOF_OFF_T 4 macro
Dconfig-tpf.h551 #define SIZEOF_OFF_T 8 macro
Dconfig-vxworks.h740 #define SIZEOF_OFF_T 8 macro
Dconfig-plan9.h51 #define SIZEOF_OFF_T 8 macro
Dcurl_config_liteos_a.h906 #define SIZEOF_OFF_T 8 macro
Dcurl_config_standard.h939 #define SIZEOF_OFF_T 8 macro
Dcurl_config_liteos_m.h960 #define SIZEOF_OFF_T 8 macro
Dversion.c430 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
/third_party/python/Modules/_io/
D_iomodule.h107 #if (SIZEOF_OFF_T == SIZEOF_SIZE_T)
114 #elif (SIZEOF_OFF_T == SIZEOF_LONG_LONG)
121 #elif (SIZEOF_OFF_T == SIZEOF_LONG)
/third_party/libunwind/src/coredump/
D_UCD_internal.h48 #if SIZEOF_OFF_T == 4
50 #elif SIZEOF_OFF_T == 8
/third_party/python/PC/
Dpyconfig.h288 # define SIZEOF_OFF_T 4 macro
303 # define SIZEOF_OFF_T 4 macro
/third_party/libunwind/include/
Dconfig.h236 #define SIZEOF_OFF_T 4 macro
/third_party/gstreamer/gstplugins_good/
Dconfig.h103 #define SIZEOF_OFF_T 8 macro
Dmeson.build187 cdata.set('SIZEOF_OFF_T', cc.sizeof('off_t'))
/third_party/libsnd/include/
Dconfig.h273 #define SIZEOF_OFF_T 8 macro
/third_party/curl/src/
Dtool_cb_see.c51 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/third_party/e2fsprogs/lib/ext2fs/
Dllseek.c97 #if SIZEOF_OFF_T >= SIZEOF_LONG_LONG in ext2fs_llseek()
/third_party/e2fsprogs/lib/
Dconfig.h686 #define SIZEOF_OFF_T 4 macro
Dconfig.h.in507 #undef SIZEOF_OFF_T
/third_party/libsnd/src/
Dfile_io.c480 #if (SIZEOF_OFF_T == 4 && SIZEOF_SF_COUNT_T == 8 && HAVE_FSTAT64) in psf_get_filelen_fd()
/third_party/curl/
DCMakeLists.txt1130 check_type_size("off_t" SIZEOF_OFF_T)
1367 ((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))
/third_party/e2fsprogs/
Dconfigure.ac1094 SIZEOF_OFF_T=$ac_cv_sizeof_off_t
1100 AC_SUBST(SIZEOF_OFF_T) subst
/third_party/python/Python/
Dmarshal.c1489 #if SIZEOF_OFF_T == 4 in getfilesize()

12