Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_whirlpool.c277 int sourceGap = (8 - ((int)sourceBits & 7)) & 7; /* space on source[sourcePos]. */ in PHP_WHIRLPOOLUpdate() local
305 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()
306 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()
334 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()

Completed in 6 milliseconds