OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lenw
(Results
1 - 2
of
2
) 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
92
unsigned int
lenw
= len;
local
94
s->lenlo +=
lenw
;
95
s->lenhi += (s->lenlo <
lenw
);
Completed in 459 milliseconds