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

  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_sha.cpp 16 unsigned int lenhi, lenlo; member in struct:__anon33160
90 s->lenhi = s->lenlo = 0;
100 s->lenlo += lenw;
101 s->lenhi += (s->lenlo < lenw);
130 unsigned int lenhi, lenlo; local
136 lenhi = (s->lenhi << 3) | (s->lenlo >> (32 - 3));
137 lenlo = (s->lenlo << 3);
145 c[4] = (lenlo >> 24) & 0xFF;
146 c[5] = (lenlo >> 16) & 0xFF;
    [all...]

Completed in 241 milliseconds