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

  /external/libchrome/base/third_party/nspr/
prtime.h 82 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
prtime.cc 156 LL_I2L(temp, numDays);
157 LL_I2L(secPerDay, 86400);
159 LL_I2L(numSecs64, numSecs);
163 LL_I2L(temp, copy.tm_params.tp_gmt_offset);
165 LL_I2L(temp, copy.tm_params.tp_dst_offset);
168 LL_I2L(usecPerSec, 1000000L);
170 LL_I2L(retVal, copy.tm_usec);
    [all...]

Completed in 500 milliseconds