HomeSort by: relevance | last modified time | path
    Searched defs:sh2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
div.c 767 int sh, sh2; local
1130 sh2 = sh;
1136 sh2 = GMP_NUMB_BITS;
1140 including the round bit, and 1 <= sh2 <= GMP_NUMB_BITS
1153 round_bit = sticky3 & (MPFR_LIMB_ONE << (sh2 - 1));
1179 round_bit = sticky3 & (MPFR_LIMB_ONE << (sh2 - 1));
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 2783 SYMR sh2;
2797 &sh2);
2798 stabstring2 = debug_info->ss + fh->issBase + sh2.iss;
2775 SYMR sh2; local
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 2786 SYMR sh2;
2800 &sh2);
2801 stabstring2 = debug_info->ss + fh->issBase + sh2.iss;
2778 SYMR sh2; local

Completed in 32 milliseconds