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

  /external/libchrome/base/third_party/nspr/
prtime.h 84 #define LL_ADD(r, a, b) ((r) = (a) + (b))
prtime.cc 160 LL_ADD(numSecs64, numSecs64, temp);
171 LL_ADD(retVal, retVal, temp);
    [all...]

Completed in 2608 milliseconds