Home
last modified time | relevance | path

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

1234

/external/skia/third_party/libjpeg-turbo/
Djconfigint.h35 #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__ macro
37 #define SIZEOF_SIZE_T 8 macro
39 #define SIZEOF_SIZE_T 4 macro
/external/skqp/third_party/libjpeg-turbo/
Djconfigint.h35 #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__ macro
37 #define SIZEOF_SIZE_T 8 macro
39 #define SIZEOF_SIZE_T 4 macro
/external/libjpeg-turbo/
Djconfigint.h39 #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__ macro
51 #if (SIZEOF_SIZE_T == 8)
53 #elif (SIZEOF_SIZE_T == 4)
Djconfigint.h.in17 #define SIZEOF_SIZE_T @SIZE_T@ macro
26 #if (SIZEOF_SIZE_T == 8)
28 #elif (SIZEOF_SIZE_T == 4)
Djcphuff.c593 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first_prepare()
601 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first_prepare()
664 size_t bits[8 / SIZEOF_SIZE_T]; in encode_mcu_AC_first()
686 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first()
694 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first()
702 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first()
825 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_refine_prepare()
833 #if SIZEOF_SIZE_T == 8 in encode_mcu_AC_refine_prepare()
929 size_t bits[16 / SIZEOF_SIZE_T]; in encode_mcu_AC_refine()
958 #if SIZEOF_SIZE_T == 8 in encode_mcu_AC_refine()
[all …]
Djdhuff.h72 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
76 #if SIZEOF_SIZE_T == 8 || defined(_WIN64)
/external/curl/lib/
Dwarnless.c104 #if (SIZEOF_SIZE_T == SIZEOF_SHORT)
107 #elif (SIZEOF_SIZE_T == SIZEOF_INT)
110 #elif (SIZEOF_SIZE_T == SIZEOF_LONG)
113 #elif (SIZEOF_SIZE_T == SIZEOF_CURL_OFF_T)
229 #if (SIZEOF_LONG < SIZEOF_SIZE_T) in curlx_uztoul()
250 #if (SIZEOF_INT < SIZEOF_SIZE_T) in curlx_uztoui()
374 #if (SIZEOF_INT < SIZEOF_SIZE_T) in curlx_sztosi()
Dconfig-win32ce.h351 # define SIZEOF_SIZE_T 8 macro
353 # define SIZEOF_SIZE_T 4 macro
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
/external/python/cpython3/Include/
Dpymacconfig.h15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8 macro
56 # define SIZEOF_SIZE_T 4 macro
Dpyport.h85 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
92 #define SIZEOF_PY_HASH_T SIZEOF_SIZE_T
95 #define SIZEOF_PY_UHASH_T SIZEOF_SIZE_T
138 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
140 # elif SIZEOF_SIZE_T == SIZEOF_LONG
/external/python/cpython2/Include/
Dpymacconfig.h15 # undef SIZEOF_SIZE_T
43 # define SIZEOF_SIZE_T 8 macro
56 # define SIZEOF_SIZE_T 4 macro
Dmodsupport.h99 #if SIZEOF_SIZE_T != SIZEOF_INT
109 #if SIZEOF_SIZE_T != SIZEOF_INT
Dpyport.h184 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
234 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
236 # elif SIZEOF_SIZE_T == SIZEOF_LONG
/external/python/cpython2/Modules/
Dsre.h20 # if SIZEOF_SIZE_T > 4
27 # if SIZEOF_SIZE_T > SIZEOF_INT
/external/python/cpython3/Modules/
Dsre.h19 #if SIZEOF_SIZE_T > 4
24 # define SRE_MAXGROUPS ((SRE_CODE)PY_SSIZE_T_MAX / SIZEOF_SIZE_T / 2)
/external/python/cpython3/PC/
Dpyconfig.h294 # define SIZEOF_SIZE_T 8 macro
308 # define SIZEOF_SIZE_T 4 macro
/external/python/cpython2/PC/
Dpyconfig.h356 # define SIZEOF_SIZE_T 8 macro
370 # define SIZEOF_SIZE_T 4 macro
/external/python/cpython2/darwin_x86_64/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro
/external/python/cpython2/android_arm/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro
/external/python/cpython2/android_arm64/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro
/external/python/cpython2/android_x86/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro
/external/python/cpython2/linux_x86_64/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro
/external/python/cpython2/android_x86_64/libffi/
Dfficonfig.h159 #define SIZEOF_SIZE_T 8 macro

1234