Searched refs:sourcePos (Results 1 – 1 of 1) sorted by relevance
274 … int sourcePos = 0; /* index of leftmost source unsigned char containing data (1 to 8 bits). */ in PHP_WHIRLPOOLUpdate() local303 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()304 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()326 sourcePos++; in PHP_WHIRLPOOLUpdate()332 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()
Completed in 6 milliseconds