Lines Matching defs:shift
234 register int shift;
398 shift = base < 4 ? 1 : 2;
400 shift = base < 16 ? 3 : 4;
402 shift = base < 64 ? 5 : 6;
409 n <<= shift;
487 shift = 9;
492 shift = 10;
496 shift = 20;
500 shift = 30;
504 shift = 40;
508 shift = 50;
512 shift = 60;
533 shift = 0;
536 if (shift)
558 for (shift /= 10; shift; shift--)
570 if (shift >= (sizeof(S2I_type) * CHAR_BIT))
572 if (shift >= (sizeof(S2I_type) * CHAR_BIT - 1))
579 v = ((S2I_unumber)1) << shift;