HomeSort by: relevance | last modified time | path
    Searched refs:prev_time (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tune/
speed.c 572 double prev_time; member in struct:choice_t
668 /* Apply the effect of CMP_DIFFPREV, but the new choice[i].prev_time
675 if (choice[i].prev_time == -1.0)
678 choice[i].time = choice[i].time - choice[i].prev_time;
680 choice[i].prev_time = t;
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 122 u_long prev_time; /* "current_time" when saved prev_time */ variable
123 u_long p2_time; /* previous prev_time */
2958 p2_time = prev_time;
2961 prev_time = current_time + 64 + (rand() & 0x3f); /* 64-127 s */
4698 } else if (current_time < prev_time) {

Completed in 32 milliseconds