Searched refs:sourceGap (Results 1 – 1 of 1) sorted by relevance
1009 int sourceGap = (8 - ((int)bits_len & 7)) & 7; in wp512_update() local1026 b = ((source[sourcePos] << sourceGap) & 0xff) | in wp512_update()1027 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in wp512_update()1040 b = (source[sourcePos] << sourceGap) & 0xff; in wp512_update()