Searched defs:_checksum (Results 1 - 3 of 3) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs43 private uint _checksum = 0; field in class:DotZLib.CodecBase
114 public uint Checksum { get { return _checksum; } }
193 _checksum = newSum;
/external/tremolo/Tremolo/
H A Ddpen.s41 .global _checksum
452 _checksum: label
H A Dframing.c665 ogg_uint32_t _checksum(ogg_reference *or, int bytes);
667 static ogg_uint32_t _checksum(ogg_reference *or, int bytes){ function
732 if(chksum!=_checksum(oy->fifo_tail,oy->bodybytes+oy->headerbytes)){

Completed in 234 milliseconds