OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrc32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/third_party/
bsdiff.h
83
uint32
scrc32
; // CRC32 of the file to be patched.
member in struct:courgette::MBSPatchHeader_
bsdiff_apply.cc
48
if (!stream->ReadVarint32(&header->
scrc32
)) return READ_ERROR;
166
if (CalculateCrc(old_start, old_size) != header.
scrc32
)
bsdiff_create.cc
197
ok &= stream->WriteVarint32(header->
scrc32
);
431
header.
scrc32
= CalculateCrc(old, oldsize);
Completed in 3318 milliseconds