Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_whirlpool.c276 … int sourcePos = 0; /* index of leftmost source unsigned char containing data (1 to 8 bits). */ in PHP_WHIRLPOOLUpdate() local
305 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()
306 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()
328 sourcePos++; in PHP_WHIRLPOOLUpdate()
334 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()

Completed in 5 milliseconds