Home
last modified time | relevance | path

Searched refs:SIZEOF_OFF_T (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Modules/_io/
H A 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/curl/lib/
H A Dcurl_setup.h467 #ifndef SIZEOF_OFF_T
470 # define SIZEOF_OFF_T 8 macro
474 # define SIZEOF_OFF_T 8 macro
478 # define SIZEOF_OFF_T 8 macro
482 # define SIZEOF_OFF_T 8 macro
485 # ifndef SIZEOF_OFF_T
486 # define SIZEOF_OFF_T 4 macro
H A Dconfig-win32.h434 # define SIZEOF_OFF_T 8 macro
436 # define SIZEOF_OFF_T 4 macro
H A Dconfig-plan9.h54 #define SIZEOF_OFF_T 8 macro
H A Dversion.c482 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_internal.h48 #if SIZEOF_OFF_T == 4
50 #elif SIZEOF_OFF_T == 8
/third_party/python/PC/
H A Dpyconfig.h295 # define SIZEOF_OFF_T 4 macro
310 # define SIZEOF_OFF_T 4 macro
/third_party/libunwind/libunwind/include/
H A Dconfig.h217 #define SIZEOF_OFF_T 8 macro
/third_party/curl/src/
H A Dtool_cb_see.c54 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/third_party/libsnd/include/
H A Dconfig.h273 #define SIZEOF_OFF_T 8 macro
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h960 #define SIZEOF_OFF_T 8 macro
H A Dcurl_config_standard_http3.h940 #define SIZEOF_OFF_T 8 macro
H A Dcurl_config_standard.h939 #define SIZEOF_OFF_T 8 macro
H A Dcurl_config_liteos_a.h906 #define SIZEOF_OFF_T 8 macro
/third_party/libsnd/src/
H A Dfile_io.c508 #if (SIZEOF_OFF_T == 4 && HAVE_FSTAT64) in psf_get_filelen_fd()
/third_party/python/Python/
H A Dmarshal.c1569 #if SIZEOF_OFF_T == 4 in getfilesize()

Completed in 16 milliseconds