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

  /external/libchrome/base/third_party/nspr/
prtime.h 85 #define LL_SUB(r, a, b) ((r) = (a) - (b))
prtime.cc 164 LL_SUB(numSecs64, numSecs64, temp);
166 LL_SUB(numSecs64, numSecs64, temp);
    [all...]

Completed in 295 milliseconds