Searched refs:MUNCH_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_hashopenssl.c45 #define MUNCH_SIZE INT_MAX macro
159 if (len > (Py_ssize_t)MUNCH_SIZE)
160 process = MUNCH_SIZE;
/external/python/cpython3/Modules/
H A D_hashopenssl.c34 #define MUNCH_SIZE INT_MAX macro
138 if (len > (Py_ssize_t)MUNCH_SIZE)
139 process = MUNCH_SIZE;

Completed in 114 milliseconds