Searched defs:SIZEOF_SIZE_T (Results 1 - 15 of 15) sorted by relevance

/external/libjpeg-turbo/
H A Djconfig.h75 #define SIZEOF_SIZE_T 8 macro
77 #define SIZEOF_SIZE_T 4 macro
/external/c-ares/
H A Dconfig-dos.h37 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-win32.h240 # define SIZEOF_SIZE_T 8 macro
242 # define SIZEOF_SIZE_T 4 macro
H A Dares_config.h458 #undef SIZEOF_SIZE_T macro
/external/curl/lib/
H A Dconfig-mac.h88 #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-win32ce.h351 # define SIZEOF_SIZE_T 8 macro
353 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-riscos.h387 #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 Dconfig-win32.h404 # define SIZEOF_SIZE_T 8 macro
406 # define SIZEOF_SIZE_T 4 macro
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 Dconfig-os400.h407 #define SIZEOF_SIZE_T 8 macro
H A Dconfig-vxworks.h848 #define SIZEOF_SIZE_T 4 macro

Completed in 7247 milliseconds