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

  /src/external/bsd/libevent/dist/test/
regress_main.c 214 const uint64_t NANOS_PER_MSEC = 1000000ULL;
216 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_main.c 211 const uint64_t NANOS_PER_MSEC = 1000000ULL;
213 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC;

Completed in 14 milliseconds