Home
last modified time | relevance | path

Searched refs:XORLane (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro
105 XORLane(x, y, D); in permute()
143 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()

Completed in 8 milliseconds