Searched refs:SIZEOF_SIZE_T (Results 1 - 25 of 28) sorted by relevance

12

/external/libjpeg-turbo/
H A Djconfig.h75 #define SIZEOF_SIZE_T 8 macro
77 #define SIZEOF_SIZE_T 4 macro
H A Djdhuff.h70 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
74 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
H A Djchuff.c379 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
383 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
H A Djdhuff.c423 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
/external/curl/lib/
H A Dconfig-win32ce.h351 # define SIZEOF_SIZE_T 8 macro
353 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-amigaos.h92 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-dos.h90 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-mac.h88 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-symbian.h723 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-tpf.h622 #define SIZEOF_SIZE_T 8 macro
H A Dwarnless.c163 #if (CURL_SIZEOF_LONG < SIZEOF_SIZE_T)
184 #if (SIZEOF_INT < SIZEOF_SIZE_T)
308 #if (SIZEOF_INT < SIZEOF_SIZE_T)
H A Dconfig-vxworks.h848 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-win32.h404 # define SIZEOF_SIZE_T 8 macro
406 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-os400.h407 #define SIZEOF_SIZE_T 8 macro
H A Dconfig-riscos.h387 #define SIZEOF_SIZE_T 4 macro
H A Dcurl_config.h.cmake886 #cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
H A Dmprintf.c50 * If SIZEOF_SIZE_T has not been defined, default to the size of long.
53 #ifndef SIZEOF_SIZE_T
54 # define SIZEOF_SIZE_T CURL_SIZEOF_LONG macro
353 #if (SIZEOF_SIZE_T > CURL_SIZEOF_LONG)
H A Dformdata.c842 #if (SIZEOF_SIZE_T < CURL_SIZEOF_CURL_OFF_T)
/external/c-ares/
H A Dconfig-win32.h240 # define SIZEOF_SIZE_T 8 macro
242 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-dos.h37 #define SIZEOF_SIZE_T 4 macro
H A Dares_config.h458 #undef SIZEOF_SIZE_T macro
H A Dares_config.h.in456 #undef SIZEOF_SIZE_T
/external/libevent/
H A Dconfig.h.in406 #undef SIZEOF_SIZE_T
/external/ImageMagick/config/
H A Dconfig.h.in903 #undef SIZEOF_SIZE_T
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1037 #if defined(SIZEOF_SIZE_T)
1038 # define LZO_SIZEOF_SIZE_T (SIZEOF_SIZE_T)

Completed in 781 milliseconds

12