Lines Matching defs:shift
177 unsigned int shift;
214 shift = norm[range];
215 range <<= shift;
216 count += shift;
220 int offset = shift - count;
237 shift = count;
242 lowvalue <<= shift;
274 shift = norm[range];
275 range <<= shift;
276 count += shift;
280 int offset = shift - count;
297 shift = count;
302 lowvalue <<= shift;
377 unsigned int shift;
429 shift = norm[range];
430 range <<= shift;
431 count += shift;
435 int offset = shift - count;
452 shift = count;
457 lowvalue <<= shift;
489 shift = norm[range];
490 range <<= shift;
491 count += shift;
495 int offset = shift - count;
512 shift = count;
517 lowvalue <<= shift;
593 unsigned int shift;
633 shift = norm[range];
634 range <<= shift;
635 count += shift;
639 int offset = shift - count;
656 shift = count;
661 lowvalue <<= shift;
693 shift = norm[range];
694 range <<= shift;
695 count += shift;
699 int offset = shift - count;
716 shift = count;
721 lowvalue <<= shift;