Searched refs:SIZEOF_PY_UHASH_T (Results 1 – 3 of 3) sorted by relevance
220 # if SIZEOF_PY_UHASH_T == 4224 # elif SIZEOF_PY_UHASH_T == 8230 # error SIZEOF_PY_UHASH_T must be 4 or 8233 # define PY_UHASH_CPY(dst, src) memcpy(dst, src, SIZEOF_PY_UHASH_T)249 unsigned char bytes[SIZEOF_PY_UHASH_T]; in fnv()255 remainder = len % SIZEOF_PY_UHASH_T; in fnv()259 remainder = SIZEOF_PY_UHASH_T; in fnv()261 blocks = (len - remainder) / SIZEOF_PY_UHASH_T; in fnv()268 p += SIZEOF_PY_UHASH_T; in fnv()
116 #define SIZEOF_PY_UHASH_T SIZEOF_SIZE_T macro
353 #if SIZEOF_PY_UHASH_T > 4