Home
last modified time | relevance | path

Searched refs:CRC32Checksum (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DUnitTests.cs87 CRC32Checksum crc32 = new CRC32Checksum(); in CRC32_Null()
90 crc32 = new CRC32Checksum(1); in CRC32_Null()
93 crc32 = new CRC32Checksum(556); in CRC32_Null()
100 CRC32Checksum crc32 = new CRC32Checksum(); in CRC32_Data()
105 crc32 = new CRC32Checksum(); in CRC32_Data()
109 crc32 = new CRC32Checksum(1); in CRC32_Data()
A DChecksumImpl.cs104 public sealed class CRC32Checksum : ChecksumGeneratorBase class
116 public CRC32Checksum() : base() {} in CRC32Checksum() method in DotZLib.CRC32Checksum
122 public CRC32Checksum(uint initialValue) : base(initialValue) {} in CRC32Checksum() method in DotZLib.CRC32Checksum

Completed in 4 milliseconds