Home
last modified time | relevance | path

Searched defs:LL_I2L (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/third_party/nspr/
Dprtime.h60 #define LL_I2L(l, i) ((l) = (PRInt64)(i)) macro
/external/chromium_org/base/third_party/nspr/
Dprtime.h60 #define LL_I2L(l, i) ((l) = (PRInt64)(i)) macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprlong.h181 #define LL_I2L(l, i) ((l) = (PRInt64)(i)) macro
397 #define LL_I2L(l, i) { PRInt32 _i = ((PRInt32)(i)) >> 31; (l).lo = (i); (l).hi = _i; } macro