Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DChecksumImpl.cs25 protected uint _current; field in DotZLib.ChecksumGeneratorBase
33 _current = 0; in ChecksumGeneratorBase()
42 _current = initialValue; in ChecksumGeneratorBase()
48 public void Reset() { _current = 0; } in Reset()
53 public uint Value { get { return _current; } }
140_current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update()
191_current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update()

Completed in 2 milliseconds