Home
last modified time | relevance | path

Searched defs:readLane (Results 1 – 8 of 8) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c67 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
71 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c67 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
71 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c67 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
71 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c67 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
71 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/www/mod_php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c65 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
69 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/lang/php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c65 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
69 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/lang/php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c65 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
69 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro
/dports/www/mod_php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c65 # define readLane(x, y) load64(ctx->state+sizeof(uint64_t)*idx(x, y)) macro
69 # define readLane(x, y) (((uint64_t*)ctx->state)[idx(x,y)]) macro