Searched refs:xored (Results 1 – 3 of 3) sorted by relevance
34 xored = state[0] ^ state[1] ^ state[2]35 if xored == 0:38 s = state[z] ^ xored
418 int32_t xored = (int32_t)(hash & 0xffffffffl) ^ (int32_t)(hash >> 32); in hamt_hash() local419 return xored == -1 ? -2 : xored; in hamt_hash()