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

1 2 3 45 6 7

  /build/soong/third_party/zip/
struct.go 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size
83 CRC32 uint32
zip_test.go 266 f.(*fileWriter).crc32 = fakeHash32{}
444 // our zip performance, since the test above disabled CRC32 and flate.
reader_test.go 184 Name: "Bad-CRC32-in-data-descriptor",
203 Name: "crc32-not-streamed.zip",
222 Name: "crc32-not-streamed.zip",
491 return messWith("crc32-not-streamed.zip", func(b []byte) {
492 // Corrupt foo.txt's final crc32 byte, in both
500 // fileheader and TOC's crc32 match if they're both
  /external/valgrind/none/tests/arm64/
crc32.stdout.exp 0 CRC32/CRC32C
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 54 import java.util.zip.CRC32;
    [all...]
  /build/soong/zip/
zip.go 22 "hash/crc32"
603 crc := crc32.NewIEEE()
610 ze.fh.CRC32 = crc.Sum32()
665 crc := crc32.NewIEEE()
672 ze.fh.CRC32 = crc.Sum32()
  /external/syslinux/efi32/include/efi/
efiapi.h 526 OUT UINT32 *Crc32
673 UINT32 CRC32;
  /external/syslinux/efi64/include/efi/
efiapi.h 526 OUT UINT32 *Crc32
673 UINT32 CRC32;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h 526 OUT UINT32 *Crc32
673 UINT32 CRC32;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.c 548 Hdr->CRC32 = 0;
556 Hdr->CRC32 = Crc;
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size
122 CRC32 uint32
zip_test.go 280 f.(*fileWriter).crc32 = fakeHash32{}
487 f.(*fileWriter).crc32 = fakeHash32{}
521 f.(*fileWriter).crc32 = fakeHash32{}
715 // our zip performance, since the test above disabled CRC32 and flate.
reader_test.go 229 Name: "Bad-CRC32-in-data-descriptor",
250 Name: "crc32-not-streamed.zip",
269 Name: "crc32-not-streamed.zip",
680 return messWith("crc32-not-streamed.zip", func(b []byte) {
681 // Corrupt foo.txt's final crc32 byte, in both
689 // fileheader and TOC's crc32 match if they're both
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size
122 CRC32 uint32
zip_test.go 280 f.(*fileWriter).crc32 = fakeHash32{}
487 f.(*fileWriter).crc32 = fakeHash32{}
521 f.(*fileWriter).crc32 = fakeHash32{}
715 // our zip performance, since the test above disabled CRC32 and flate.
reader_test.go 229 Name: "Bad-CRC32-in-data-descriptor",
250 Name: "crc32-not-streamed.zip",
269 Name: "crc32-not-streamed.zip",
680 return messWith("crc32-not-streamed.zip", func(b []byte) {
681 // Corrupt foo.txt's final crc32 byte, in both
689 // fileheader and TOC's crc32 match if they're both
  /external/llvm/lib/IR/
AutoUpgrade.cpp 287 Name == "sse42.crc32.64.8" ||
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 474 // This is a standard CRC32 like in hash/crc32 except that all the shifts are reversed,
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 474 // This is a standard CRC32 like in hash/crc32 except that all the shifts are reversed,
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
decode.go 749 // The only clear example is that CRC32 is F2 0F 38 F1 /r, and
754 // Perhaps that rule is specific to the case of CRC32, since no
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
decode.go 749 // The only clear example is that CRC32 is F2 0F 38 F1 /r, and
754 // Perhaps that rule is specific to the case of CRC32, since no
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c 579 // Update the CRC32 in the EFI System Table header
581 gST->Hdr.CRC32 = 0;
585 &gST->Hdr.CRC32
    [all...]
  /external/avb/
avbtool 749 raise ValueError('CRC32 chunk should have 4 bytes of CRC, but '
    [all...]

Completed in 879 milliseconds

1 2 3 45 6 7