Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds