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

  /external/libchrome/base/third_party/nspr/
prtime.h 83 #define LL_MUL(r, a, b) ((r) = (a) * (b))
prtime.cc 158 LL_MUL(temp, temp, secPerDay);
169 LL_MUL(temp, numSecs64, usecPerSec);
    [all...]

Completed in 1518 milliseconds