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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlong.h 171 ** LL_I2L Convert signed to 64 bit
181 #define LL_I2L(l, i) ((l) = (PRInt64)(i))
397 #define LL_I2L(l, i) { PRInt32 _i = ((PRInt32)(i)) >> 31; (l).lo = (i); (l).hi = _i; }
  /external/chromium_org/net/third_party/nss/ssl/
sslnonce.c 431 LL_I2L(ll, 1000000L);
sslsock.c     [all...]

Completed in 591 milliseconds