/external/valgrind/main/none/tests/amd64/ |
amd64locked.stdout.exp | 1 amd64locked: PASS: CRCs actual 0x1F677629 expected 0x1F677629
|
amd64locked.c | 1052 printf("amd64locked: PASS: CRCs actual 0x%08X expected 0x%08X\n", 1055 printf("amd64locked: FAIL: CRCs actual 0x%08X expected 0x%08X\n",
|
/external/valgrind/main/none/tests/x86/ |
x86locked.stdout.exp | 1 x86locked: PASS: CRCs actual 0x8235DC9C expected 0x8235DC9C
|
x86locked.c | 854 printf("x86locked: PASS: CRCs actual 0x%08X expected 0x%08X\n", 857 printf("x86locked: FAIL: CRCs actual 0x%08X expected 0x%08X\n",
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
crc32c.h | 29 // contains embedded CRCs. Therefore we recommend that CRCs stored
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderInStream.h | 38 CRecordVector<UInt32> CRCs;
|
7zFolderInStream.cpp | 24 CRCs.Clear();
64 CRCs.Add(_inStreamWithHashSpec->GetCRC());
|
7zIn.cpp | 571 CRecordVector<UInt32> crcs;
local 572 ReadHashDigests(numFolders, crcsDefined, crcs);
577 folder.UnpackCRC = crcs[i];
[all...] |
/external/lzma/ |
7zFormat.txt | 41 CRCs[NumPackStreams]
66 CRCs[NumFolders]
72 CRCs[]
212 UINT32 CRCs[NumDefined]
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipOutputStreamTest.java | 38 // http://b/3181430 --- a sign-extension bug on CRCs with the top bit set.
|
OldAndroidZipStreamTest.java | 115 long[] crcs = {0x205fbff3, 0x906fae57L, 0x2c235131}; local 126 newEntry.setCrc(crcs[i]);
|
/external/stressapptest/src/ |
pattern.h | 112 // generate meaningful CRCs for the types of data patterns that
|
/external/bzip2/ |
bzlib_private.h | 153 /*-- Stuff for doing CRCs. --*/ 244 /* block and combined CRCs */ 387 /* stored and calculated CRCs */
|
crctable.c | 3 /*--- Table for doing CRCs ---*/
|
CHANGES | 131 the CRCs. What this means is that the program should
|
bzip2.1 | 157 uses 32-bit CRCs to
|
bzip2.1.preformatted | 103 CRCs to make sure that the decompressed version of a file
|
bzip2.txt | 100 CRCs to make sure that the decompressed version of a file
|
/external/chromium_org/third_party/smhasher/src/ |
Spooky.h | 21 // of magnitude slower. CRCs are two or more times slower, but unlike 22 // SpookyHash, they have nice math for combining the CRCs of pieces to form 23 // the CRCs of wholes. There are also cryptographic hashes, but those are even
|
/external/elfutils/libdwfl/ |
find-debuginfo.c | 157 /* A leading - or + in the whole path sets whether to check file CRCs. */ 177 /* A leading - or + says whether to check file CRCs for this element. */
|
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 696 UInt32 *crcs = 0; local 697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); 704 folder->UnpackCRC = crcs[i]; 707 IAlloc_Free(allocTemp, crcs); [all...] |
/external/lzma/C/ |
7zIn.c | 696 UInt32 *crcs = 0;
local 697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp);
704 folder->UnpackCRC = crcs[i];
707 IAlloc_Free(allocTemp, crcs);
[all...] |
/external/kernel-headers/original/linux/ |
module.h | 266 const unsigned long *crcs; member in struct:module
|
/system/extras/ksmutils/ |
ksminfo.c | 148 printf("Warning: this tool only compares the KSM CRCs of pages, there is a chance of "
|
/external/chromium_org/third_party/zlib/ |
crc32.c | 103 all the information needed to generate CRCs on data a byte at a time for all
|