HomeSort by relevance Sort by last modified time
    Searched full:crcs (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/valgrind/none/tests/amd64/
amd64locked.stdout.exp 1 amd64locked: PASS: CRCs actual 0xDF0656F1 expected 0xDF0656F1
  /external/valgrind/none/tests/x86/
x86locked.stdout.exp 1 x86locked: PASS: CRCs actual 0xB2D75045 expected 0xB2D75045
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/
changelog 30 * Add 24-bit CRCs as one of the options.
README 2 crcmod for Calculating CRCs
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 38 CRecordVector<UInt32> CRCs;
7zFolderInStream.cpp 24 CRCs.Clear();
64 CRCs.Add(_inStreamWithHashSpec->GetCRC());
7zIn.h 358 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
7zIn.cpp 627 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs)
629 ReadBoolVector2(numItems, crcs.Defs);
630 crcs.Vals.ClearAndSetSize(numItems);
631 UInt32 *p = &crcs.Vals[0];
632 const bool *defs = &crcs.Defs[0];
1022 /* If digests.Defs.Size() == 0, it means that there are no crcs.
    [all...]
  /external/lzma/DOC/
7zFormat.txt 41 CRCs[NumPackStreams]
66 CRCs[NumFolders]
72 CRCs[]
215 UINT32 CRCs[NumDefined]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
crcmod.rst 11 for calculating CRCs of byte strings using common CRC algorithms.
29 Function factory that returns a new function for calculating CRCs
35 those that generate 8, 16, 24, 32, or 64 bit CRCs.
113 Returns a new :class:`Crc` object for calculating CRCs using a specified CRC algorithm.
120 those that generate 8, 16, 24, 32, or 64 bit CRCs.
crcmod.predefined.rst 11 for calculating CRCs of byte strings using common predefined CRC algorithms.
84 Function factory that returns a new function for calculating CRCs
138 Returns a new :class:`Crc` object for calculating CRCs using a specified CRC algorithm.
  /external/lzma/C/
7zArcIn.c 140 SzBitUi32s_Init(&p->CRCs);
159 SzBitUi32s_Free(&p->CRCs, alloc);
395 static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc)
401 MY_ALLOC(UInt32, crcs->Vals, numItems, alloc);
403 defs = crcs->Defs;
404 vals = crcs->Vals;
416 static SRes ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc)
418 SzBitUi32s_Free(crcs, alloc);
419 RINOK(ReadBitVector(sd, numItems, &crcs->Defs, alloc));
420 return ReadUi32s(sd, numItems, crcs, alloc);
    [all...]
7z.h 150 CSzBitUi32s CRCs;
  /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]);
GZIPInputStreamTest.java 47 * Constructed manually because none of the commonly used tools appear to emit header CRCs.
59 * Constructed manually because none of the commonly used tools appear to emit header CRCs.
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
ImageProcessor.java 47 private final HashMap<String, Rect> crcs = new HashMap(); field in class:ImageProcessor
103 Rect existing = crcs.get(crc);
109 crcs.put(crc, rect);
126 crcs.clear();
  /external/vboot_reference/firmware/lib/cgptlib/include/
cgptlib_internal.h 132 * Called when the primary entries are modified and the CRCs need to be
  /external/zopfli/src/zopfli/
gzip_container.c 27 /* Table of CRCs of all 8-bit messages. */
  /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 ---*/
  /external/elfutils/libdwfl/
find-debuginfo.c 198 /* A leading - or + in the whole path sets whether to check file CRCs. */
228 /* A leading - or + says whether to check file CRCs for this element. */
  /external/vboot_reference/firmware/lib/
rollback_index.c 120 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
151 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
215 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
246 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
  /external/gptfdisk/
gpt.cc 160 * information (compute CRCs, rebuild headers) *
403 // revision value, and CRCs in both headers.
493 // Recompute all the CRCs. Must be called before saving if any changes have
522 // Zero out GPT headers' own CRCs (required for correct computation)
823 // signatures, version numbers, and CRCs.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
test.py 341 """Compare various CRCs of this crcmod module to a pure
434 """Verify the predefined CRCs"""

Completed in 649 milliseconds

1 2 3