Lines Matching defs:shift
231 register int shift;
395 shift = base < 4 ? 1 : 2;
397 shift = base < 16 ? 3 : 4;
399 shift = base < 64 ? 5 : 6;
406 n <<= shift;
483 shift = 9;
487 shift = 10;
491 shift = 20;
495 shift = 30;
499 shift = 40;
503 shift = 50;
507 shift = 60;
528 shift = 0;
531 if (shift)
544 if (shift >= (sizeof(S2I_type) * CHAR_BIT))
546 if (shift >= (sizeof(S2I_type) * CHAR_BIT - 1))
553 v = ((S2I_unumber)1) << shift;