HomeSort by relevance Sort by last modified time
    Searched refs:tm_usec (Results 1 - 3 of 3) sorted by null

  /external/libchrome/crypto/
nss_util_unittest.cc 34 prxtime.tm_usec = 342000;
  /external/libchrome/base/third_party/nspr/
prtime.h 135 * - an additional field tm_usec;
148 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */ member in struct:PRExplodedTime
prtime.cc 170 LL_I2L(retVal, copy.tm_usec);
278 if (time->tm_usec < 0 || time->tm_usec >= 1000000) {
279 time->tm_sec += time->tm_usec / 1000000;
280 time->tm_usec %= 1000000;
281 if (time->tm_usec < 0) {
282 time->tm_usec += 1000000;
    [all...]

Completed in 384 milliseconds