Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Djconfig.h75 #define SIZEOF_SIZE_T 8 macro
77 #define SIZEOF_SIZE_T 4 macro
Djdhuff.h70 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
74 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
DREADME.android11 to add some multi-platform flexibility to the INLINE and SIZEOF_SIZE_T macros.
Djchuff.c379 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
383 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
Djdhuff.c423 #if SIZEOF_SIZE_T==8 || defined(_WIN64)
/external/curl/lib/
Dconfig-win32ce.h351 # define SIZEOF_SIZE_T 8 macro
353 # define SIZEOF_SIZE_T 4 macro
Dwarnless.c163 #if (CURL_SIZEOF_LONG < SIZEOF_SIZE_T) in curlx_uztoul()
184 #if (SIZEOF_INT < SIZEOF_SIZE_T) in curlx_uztoui()
308 #if (SIZEOF_INT < SIZEOF_SIZE_T) in curlx_sztosi()
Dconfig-win32.h404 # define SIZEOF_SIZE_T 8 macro
406 # define SIZEOF_SIZE_T 4 macro
Dconfig-mac.h88 #define SIZEOF_SIZE_T 4 macro
Dconfig-amigaos.h92 #define SIZEOF_SIZE_T 4 macro
Dconfig-dos.h90 #define SIZEOF_SIZE_T 4 macro
Dconfig-tpf.h622 #define SIZEOF_SIZE_T 8 macro
Dconfig-symbian.h723 #define SIZEOF_SIZE_T 4 macro
Dconfig-vxworks.h848 #define SIZEOF_SIZE_T 4 macro
Dconfig-riscos.h387 #define SIZEOF_SIZE_T 4 macro
Dconfig-os400.h407 #define SIZEOF_SIZE_T 8 macro
Dmprintf.c58 #ifndef SIZEOF_SIZE_T
59 # define SIZEOF_SIZE_T CURL_SIZEOF_LONG macro
358 #if (SIZEOF_SIZE_T > CURL_SIZEOF_LONG) in dprintf_Pass1()
Dcurl_config.h.cmake865 #cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
/external/c-ares/
Dconfig-win32.h240 # define SIZEOF_SIZE_T 8 macro
242 # define SIZEOF_SIZE_T 4 macro
Dconfig-dos.h37 #define SIZEOF_SIZE_T 4 macro
Dares_config.h458 #undef SIZEOF_SIZE_T
Dares_config.h.in456 #undef SIZEOF_SIZE_T
/external/curl/
DCMakeLists.txt636 check_type_size(size_t SIZEOF_SIZE_T)
646 if(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
648 endif(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
649 if(NOT ssize_t AND SIZEOF___INT64 EQUAL SIZEOF_SIZE_T)
651 endif(NOT ssize_t AND SIZEOF___INT64 EQUAL SIZEOF_SIZE_T)
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1037 #if defined(SIZEOF_SIZE_T)
1038 # define LZO_SIZEOF_SIZE_T (SIZEOF_SIZE_T)
/external/libevent/
Dconfig.h.in406 #undef SIZEOF_SIZE_T

12