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

  /external/libchrome/base/third_party/nspr/
prtime.h 62 typedef int64_t PRInt64;
82 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
109 * simply uses PRInt64.
112 typedef PRInt64 PRTime;
143 * NSPR 1.0 PRInt64 PRTime
prtime.cc 141 PRInt64 secPerDay, usecPerSec;
142 PRInt64 temp;
143 PRInt64 numSecs64;
    [all...]

Completed in 277 milliseconds