Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_whirlpool.c278 … int sourcePos = 0; /* index of leftmost source unsigned char containing data (1 to 8 bits). */ in PHP_WHIRLPOOLUpdate() local
307 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()
308 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()
330 sourcePos++; in PHP_WHIRLPOOLUpdate()
336 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()

Completed in 6 milliseconds