OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextHeaderCRC
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp
1156
UInt32
nextHeaderCRC
= Get32(_header + 0x1C);
1160
if (crcFromArchive == 0 && nextHeaderOffset == 0 && nextHeaderSize == 0 &&
nextHeaderCRC
== 0)
1182
nextHeaderCRC
= CrcCalc(buf + i, (size_t)nextHeaderSize);
1212
if (CrcCalc(buffer2, (UInt32)nextHeaderSize) !=
nextHeaderCRC
)
[
all
...]
/external/chromium_org/third_party/lzma_sdk/
7zIn.c
1224
UInt32
nextHeaderCRC
;
1240
nextHeaderCRC
= GetUi32(header + 28);
1274
if (CrcCalc(buffer.data, nextHeaderSizeT) ==
nextHeaderCRC
)
[
all
...]
/external/lzma/C/
7zIn.c
1224
UInt32
nextHeaderCRC
;
1240
nextHeaderCRC
= GetUi32(header + 28);
1274
if (CrcCalc(buffer.data, nextHeaderSizeT) ==
nextHeaderCRC
)
[
all
...]
Completed in 99 milliseconds