Home
last modified time | relevance | path

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

12

/third_party/libjpeg-turbo/
H A Djconfigint.h44 #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__ macro
46 #define SIZEOF_SIZE_T 8 macro
48 #define SIZEOF_SIZE_T 4 macro
58 #if (SIZEOF_SIZE_T == 8)
60 #elif (SIZEOF_SIZE_T == 4)
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djconfigint.h33 #define SIZEOF_SIZE_T 8 macro
35 #define SIZEOF_SIZE_T 4 macro
49 #if (SIZEOF_SIZE_T == 8)
51 #elif (SIZEOF_SIZE_T == 4)
H A Djcphuff.c600 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first_prepare()
608 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_first_prepare()
671 size_t bits[8 / SIZEOF_SIZE_T]; in METHODDEF()
693 #if SIZEOF_SIZE_T == 4 in METHODDEF()
701 #if SIZEOF_SIZE_T == 4 in METHODDEF()
709 #if SIZEOF_SIZE_T == 4 in METHODDEF()
832 #if SIZEOF_SIZE_T == 4 in encode_mcu_AC_refine_prepare()
840 #if SIZEOF_SIZE_T == 8 in encode_mcu_AC_refine_prepare()
936 size_t bits[16 / SIZEOF_SIZE_T]; in METHODDEF()
965 #if SIZEOF_SIZE_T in METHODDEF()
[all...]
H A Djdhuff.h118 #if !defined(_WIN32) && !defined(SIZEOF_SIZE_T)
122 #if SIZEOF_SIZE_T == 8 || defined(_WIN64)
H A Djchuff.c91 #if (defined(SIZEOF_SIZE_T) && SIZEOF_SIZE_T == 8) || defined(_WIN64) || \
94 #elif (defined(SIZEOF_SIZE_T) && SIZEOF_SIZE_T == 4) || defined(_WIN32)
/third_party/python/Include/
H A Dpymacconfig.h15 # undef SIZEOF_SIZE_T macro
43 # define SIZEOF_SIZE_T 8 macro
56 # define SIZEOF_SIZE_T 4 macro
H A Dpyport.h133 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
144 #define SIZEOF_PY_HASH_T SIZEOF_SIZE_T
147 #define SIZEOF_PY_UHASH_T SIZEOF_SIZE_T
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h9 #if (SIZEOF_SIZE_T == 8)
11 #elif (SIZEOF_SIZE_T == 4)
28 while (_p + SIZEOF_SIZE_T <= end) { in find_max_char()
32 _p += SIZEOF_SIZE_T; in find_max_char()
H A Dcodecs.h11 #if (SIZEOF_SIZE_T == 8)
13 #elif (SIZEOF_SIZE_T == 4)
46 while (_s + SIZEOF_SIZE_T <= end) { in utf8_decode()
58 # if SIZEOF_SIZE_T == 8 in utf8_decode()
65 # if SIZEOF_SIZE_T == 8 in utf8_decode()
81 _s += SIZEOF_SIZE_T; in utf8_decode()
82 _p += SIZEOF_SIZE_T; in utf8_decode()
/third_party/curl/lib/
H A Dconfig-win32ce.h205 # define SIZEOF_SIZE_T 8 macro
207 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-win32.h278 # define SIZEOF_SIZE_T 8 macro
280 # define SIZEOF_SIZE_T 4 macro
H A Dcurl_setup.h518 #if defined(SIZEOF_SIZE_T) && (SIZEOF_SIZE_T > 4)
527 #if defined(SIZEOF_SIZE_T) && (SIZEOF_SIZE_T > 4)
H A Dconfig-mac.h78 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-amigaos.h65 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-dos.h82 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-plan9.h56 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-os400.h227 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-riscos.h205 #define SIZEOF_SIZE_T 4 macro
/third_party/python/PC/
H A Dpyconfig.h298 # define SIZEOF_SIZE_T 8 macro
313 # define SIZEOF_SIZE_T 4 macro
/third_party/python/Modules/
H A Doverlapped.c1028 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_ReadFile_impl()
1062 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_ReadFileInto_impl()
1133 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecv_impl()
1169 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSARecvInto_impl()
1208 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WriteFile_impl()
1262 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASend_impl()
1762 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASendTo_impl()
1828 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecvFrom_impl()
1896 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSARecvFromInto_impl()
/third_party/python/Objects/
H A Dbytes_methods.c105 #if (SIZEOF_SIZE_T == 8)
107 #elif (SIZEOF_SIZE_T == 4)
125 while (_p + SIZEOF_SIZE_T <= end) { in _Py_bytes_isascii()
130 _p += SIZEOF_SIZE_T; in _Py_bytes_isascii()
/third_party/python/Modules/_sre/
H A Dsre.h19 #if SIZEOF_SIZE_T > 4
/third_party/node/deps/cares/config/cygwin/
H A Dares_config.h457 #define SIZEOF_SIZE_T 4 macro
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h966 #define SIZEOF_SIZE_T 4 macro
H A Dcurl_config_standard_http3.h946 #define SIZEOF_SIZE_T 8 macro

Completed in 19 milliseconds

12