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

  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 772 BIG_UINT_C_TYPE utemp; local
797 utemp = (BIG_UINT_C_TYPE) low;
798 utemp = utemp >> (BIG_WIDTH - shift_amount);
799 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
974 BIG_UINT_C_TYPE utemp; local
991 utemp = (BIG_UINT_C_TYPE) low;
992 utemp = utemp >> (BIG_WIDTH - shift_amount);
993 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
1075 BIG_UINT_C_TYPE utemp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 772 BIG_UINT_C_TYPE utemp; local
797 utemp = (BIG_UINT_C_TYPE) low;
798 utemp = utemp >> (BIG_WIDTH - shift_amount);
799 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
974 BIG_UINT_C_TYPE utemp; local
991 utemp = (BIG_UINT_C_TYPE) low;
992 utemp = utemp >> (BIG_WIDTH - shift_amount);
993 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
1075 BIG_UINT_C_TYPE utemp; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 3083 u_long next, utemp, limit; local
3111 * and the earliest time (utemp). The earliest time is 2 s
3125 utemp = current_time + max(peer->throttle - (NTP_SHIFT - 1) *
3144 peer->nextdate = utemp;
3153 if (peer->nextdate + ntp_minpkt != utemp)
3154 peer->nextdate = utemp;
3156 peer->nextdate = utemp;
3204 if (next > utemp)
3207 peer->nextdate = utemp;
3221 utemp - current_time, peer->nextdate
    [all...]

Completed in 25 milliseconds