HomeSort by relevance Sort by last modified time
    Searched refs:CRC32 (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
crc.c 11 CRC32 functions
78 Updates the CRC32 value in the table header
102 Updates the CRC32 value in the table header
114 Hdr->CRC32 = 0;
115 Hdr->CRC32 = CalculateCrc((UINT8 *)Hdr, Size);
128 Checks the CRC32 value in the table header
156 Checks the CRC32 value in the table header
184 OrgCrc = Hdr->CRC32;
185 Hdr->CRC32 = 0;
189 Hdr->CRC32 = OrgCrc
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 28 import java.util.zip.CRC32;
37 * has unique content with a distinct CRC32. The archive has had its dates normalized, so the date
162 CRC32 crc32 = new CRC32(); local
164 crc32.update(uncompressedContent);
165 zipEntry.setCrc(crc32.getValue());
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 20 import java.util.zip.CRC32;
58 private final CRC32 crc = new CRC32();
171 // | CRC32 | ISIZE |
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
CachedDependencyResolver.java 14 import java.util.zip.CRC32;
92 CRC32 crc = new CRC32();
  /libcore/luni/src/test/java/libcore/java/io/
FilterInputStreamNullSourceTest.java 29 import java.util.zip.CRC32;
45 assertReadsFailWithNullPointerException(new CheckedInputStream(null, new CRC32()));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
crc32.d 2 #name: ARMv8 CRC32 instructions
crc32-bad.d 2 #name: Unpredictable ARMv8 CRC32 instructions.
4 #stderr: crc32-bad.l
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 51 UINT32 CRC32;
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiMultiPhase.h 49 UINT32 CRC32;
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_s390x.go 5 package crc32 package
18 // vectorizedCastagnoli implements CRC32 using vector instructions.
23 // vectorizedIEEE implements CRC32 using vector instructions.
crc32_amd64.go 5 // AMD64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
9 package crc32 package
19 // castagnoliSSE42 is defined in crc32_amd64.s and uses the SSE 4.2 CRC32
24 // castagnoliSSE42Triple is defined in crc32_amd64.s and uses the SSE 4.2 CRC32
72 // castagnoliShift computes the CRC32-C of K1 or K2 zeroes (depending on the
88 // "Fast CRC Computation for iSCSI Polynomial Using CRC32 Instruction"
95 // The CRC32 instruction (available in SSE4.2) can process 8 bytes at a
115 // Let CRC(I, X) be the non-inverted CRC32-C of the sequence X (with
crc32_amd64p32.go 5 package crc32 package
12 // castagnoliSSE42 is defined in crc32_amd64p32.s and uses the SSE4.2 CRC32
crc32_arm64.go 5 // ARM64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
9 package crc32 package
24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
example_test.go 9 "hash/crc32"
20 // For example, CRC32-Q, as defined by the following polynomial,
24 crc32q := crc32.MakeTable(0xD5828281)
25 fmt.Printf("%08x\n", crc32.Checksum([]byte("Hello world"), crc32q))
crc32_generic.go 5 // This file contains CRC32 algorithms that are not specific to any architecture
8 // The simple (and slow) CRC32 implementation only uses a 256*4 bytes table.
13 package crc32 package
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_s390x.go 5 package crc32 package
18 // vectorizedCastagnoli implements CRC32 using vector instructions.
23 // vectorizedIEEE implements CRC32 using vector instructions.
crc32_amd64.go 5 // AMD64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
9 package crc32 package
19 // castagnoliSSE42 is defined in crc32_amd64.s and uses the SSE 4.2 CRC32
24 // castagnoliSSE42Triple is defined in crc32_amd64.s and uses the SSE 4.2 CRC32
72 // castagnoliShift computes the CRC32-C of K1 or K2 zeroes (depending on the
88 // "Fast CRC Computation for iSCSI Polynomial Using CRC32 Instruction"
95 // The CRC32 instruction (available in SSE4.2) can process 8 bytes at a
115 // Let CRC(I, X) be the non-inverted CRC32-C of the sequence X (with
crc32_amd64p32.go 5 package crc32 package
12 // castagnoliSSE42 is defined in crc32_amd64p32.s and uses the SSE4.2 CRC32
crc32_arm64.go 5 // ARM64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
9 package crc32 package
24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
example_test.go 9 "hash/crc32"
20 // For example, CRC32-Q, as defined by the following polynomial,
24 crc32q := crc32.MakeTable(0xD5828281)
25 fmt.Printf("%08x\n", crc32.Checksum([]byte("Hello world"), crc32q))
  /external/ImageMagick/MagickCore/
version.c 469 static unsigned int CRC32(const unsigned char *message,const size_t length)
540 signature=CRC32(GetStringInfoDatum(version),GetStringInfoLength(version));
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexDecoder.java 48 // If endPos is exceeded before the CRC32 field has been decoded,
52 java.util.zip.CRC32 crc32 = new java.util.zip.CRC32(); local
53 CheckedInputStream inChecked = new CheckedInputStream(in, crc32);
65 // Number of Records, and CRC32 fields, but this is good enough
128 // CRC32
129 long value = crc32.getValue();
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPInputStream.java 48 protected CRC32 crc = new CRC32();
  /external/skia/src/core/
SkOpts.cpp 111 if (SkCpu::Supports(SkCpu::CRC32)) { Init_crc32(); }
  /external/skqp/src/core/
SkOpts.cpp 111 if (SkCpu::Supports(SkCpu::CRC32)) { Init_crc32(); }

Completed in 1486 milliseconds

12 3 4 5 6 7