OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lenhi
(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:__anon17429
90
s->
lenhi
= s->lenlo = 0;
101
s->
lenhi
+= (s->lenlo < lenw);
130
unsigned int
lenhi
, lenlo;
local
136
lenhi
= (s->
lenhi
<< 3) | (s->lenlo >> (32 - 3));
141
c[0] = (
lenhi
>> 24) & 0xFF;
142
c[1] = (
lenhi
>> 16) & 0xFF;
143
c[2] = (
lenhi
>> 8) & 0xFF;
144
c[3] = (
lenhi
>> 0) & 0xFF
[
all
...]
Completed in 50 milliseconds