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

  /external/chromium/crypto/third_party/nss/
sha256.h 48 PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */
sha512.cc 400 unsigned int inBuf = ctx->sizeLo & 0x3f;
405 if ((ctx->sizeLo += inputLen) < inputLen)
436 unsigned int inBuf = ctx->sizeLo & 0x3f;
443 hi = (ctx->sizeHi << 3) | (ctx->sizeLo >> 29);
444 lo = (ctx->sizeLo << 3);
664 PRUint64 sizeLo; /* 64-bit count of hashed bytes. */
1052 inBuf = (unsigned int)ctx->sizeLo & 0x7f;
1054 ctx->sizeLo += inputLen;
1056 inBuf = (unsigned int)ctx->sizeLo.lo & 0x7f;
1057 ctx->sizeLo.lo += inputLen
    [all...]
  /external/icu4c/i18n/
ucol_imp.h     [all...]

Completed in 51 milliseconds