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

  /external/fio/crc/
sha1.c 31 int lenW = ctx->size & 63;
37 if (lenW) {
38 int left = 64 - lenW;
41 memcpy(lenW + (char *)ctx->W, data, left);
42 lenW = (lenW + left) & 63;
45 if (lenW)
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_sha.cpp 98 unsigned int lenw = len; local
100 s->lenlo += lenw;
101 s->lenhi += (s->lenlo < lenw);
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 4778 milliseconds