HomeSort by relevance Sort by last modified time
    Searched refs:Checksum (Results 76 - 100 of 413) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 28 FileChecksumKind Kind; // The type of checksum.
29 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBExtras.h 29 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 34 FileChecksumKind Kind; // The type of checksum.
35 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBExtras.h 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 34 FileChecksumKind Kind; // The type of checksum.
35 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBExtras.h 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 34 FileChecksumKind Kind; // The type of checksum.
35 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBExtras.h 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 34 FileChecksumKind Kind; // The type of checksum.
35 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBExtras.h 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Misc.c 59 // Compute the checksum of the fixed parts of pseudo header
543 Compute the TCP segment's checksum.
547 @param HeadSum The checksum value of the fixed part of pseudo
550 @return The checksum value.
559 UINT16 Checksum;
561 Checksum = NetbufChecksum (Nbuf);
562 Checksum = NetAddChecksum (Checksum, HeadSum);
564 Checksum = NetAddChecksum (
565 Checksum,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMisc.c 58 // Compute the checksum of the fixed parts of pseudo header
651 Compute the TCP segment's checksum.
654 @param[in] HeadSum The checksum value of the fixed part of pseudo header.
656 @return The checksum value.
665 UINT16 Checksum;
667 Checksum = NetbufChecksum (Nbuf);
668 Checksum = NetAddChecksum (Checksum, HeadSum);
670 Checksum = NetAddChecksum (
671 Checksum,
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
HobGeneration.c 811 0, // CheckSum
831 UINT16 Checksum;
881 Checksum = 0;
887 Checksum = (UINT16) (Checksum + (*Ptr));
889 NvStorageFvbHeader.Checksum = (UINT16) (0x10000 - Checksum);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 39 UINT8 Checksum;
54 UINT8 Checksum;
IScsiBootFirmwareTable.h 56 UINT8 Checksum;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 41 UINT8 Checksum;
51 UINT8 Checksum;
IScsiBootFirmwareTable.h 54 UINT8 Checksum;
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 12 /// heap corruption vulnerabilities. It provides a checksum-guarded chunk
70 u16 Checksum : 16;
97 // CRC32 checksum of the Chunk pointer and its ChunkHeader.
99 u16 Checksum(UnpackedHeader *Header) const {
103 // This is somewhat of a shortcut. The checksum is stored in the 16 least
105 // those bits out. It would be more valid to zero the checksum field of the
112 // Loads and unpacks the header, verifying the checksum in the process.
121 (NewUnpackedHeader->Checksum != Checksum(NewUnpackedHeader))) {
126 // Packs and stores the header, computing the checksum in the process
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 25 import java.util.zip.Checksum;
46 Checksum getChecksum() {
157 assertEquals("the checksum value was incorrect result of write from GZIP",
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstreamVisitor.h 37 FileChecksumKind Kind; // The type of checksum.
38 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
123 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstreamVisitor.h 37 FileChecksumKind Kind; // The type of checksum.
38 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
123 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize))
  /prebuilts/go/darwin-x86/src/hash/crc32/
example_test.go 25 fmt.Printf("%08x\n", crc32.Checksum([]byte("Hello world"), crc32q))
  /prebuilts/go/linux-x86/src/hash/crc32/
example_test.go 25 fmt.Printf("%08x\n", crc32.Checksum([]byte("Hello world"), crc32q))
  /device/linaro/bootloader/OpenPlatformPkg/Applications/FirmwareUpdate/
FUpdate.c 135 UINT32 HeaderLength, Checksum, ChecksumBackup;
147 // The checksum field is discarded from calculation
150 Checksum = CalculateSum32 ((UINT32 *)Header, HeaderLength);
151 if (Checksum != ChecksumBackup) {
152 Print (L"%s: Bad Image checksum. 0x%x != 0x%x\n", CMD_NAME_STRING, Checksum, ChecksumBackup);
156 // Restore checksum backup
313 // Check image checksum and magic
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareVolume.h 105 UINT16 Checksum;

Completed in 476 milliseconds

1 2 34 5 6 7 8 91011>>