Home
last modified time | relevance | path

Searched refs:crcValue (Results 1 – 25 of 70) sorted by relevance

123

/dports/irc/smuxi/smuxi-1.1/src/Common/
H A DCrc32.cs85 uint crcValue = 0; field in Smuxi.Common.Crc32
88 crcValue = 0; in Initialize()
92 crcValue ^= DefaultSeed; in HashCore()
96 crcValue = CrcTable[(crcValue ^ buffer[start++]) & 0xFF] ^ (crcValue >> 8); in HashCore()
100 crcValue ^= DefaultSeed; in HashCore()
103 this.HashValue = new byte[] { (byte)((crcValue >> 24) & 0xff), in HashFinal()
104 (byte)((crcValue >> 16) & 0xff), in HashFinal()
105 (byte)((crcValue >> 8) & 0xff), in HashFinal()
106 (byte)(crcValue & 0xff) }; in HashFinal()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/gcloud_crcmod/python3/
H A Dcrcmod.py107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod/python3/crcmod/
H A Dcrcmod.py107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/crcmod/python3/crcmod/
H A Dcrcmod.py107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
H A Dcrcmod.py107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
/dports/devel/py-crcmod/crcmod-1.7/python3/crcmod/
H A Dcrcmod.py107 self.crcValue = self.initCrc
116 lst.append('crcValue = %s' % (fmt % self.crcValue))
131 n.crcValue = self.initCrc
145 c.crcValue = self.crcValue
152 self.crcValue = self._crc(data, self.crcValue)
159 crc = self.crcValue
173 crc = self.crcValue
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod/python2/crcmod/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
H A Dtest.py372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
462 … self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 … self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
474 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
476 … self.assertEqual(crc2.crcValue, v[i], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
490 …self.assertEqual(crc1.crcValue, table_entry['check'], "Wrong answer for CRC '%s'" % table_entry['n…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/gcloud_crcmod/python2/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/crcmod_osx/crcmod/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/crcmod/python2/crcmod/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
H A Dtest.py372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
462 … self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 … self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
474 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
476 … self.assertEqual(crc2.crcValue, v[i], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
490 …self.assertEqual(crc1.crcValue, table_entry['check'], "Wrong answer for CRC '%s'" % table_entry['n…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
H A Dtest.py372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
462 … self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 … self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
474 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
476 … self.assertEqual(crc2.crcValue, v[i], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
490 …self.assertEqual(crc1.crcValue, table_entry['check'], "Wrong answer for CRC '%s'" % table_entry['n…
/dports/devel/py-crcmod/crcmod-1.7/python2/crcmod/
H A Dcrcmod.py106 self.crcValue = self.initCrc
115 lst.append('crcValue = %s' % (fmt % self.crcValue))
130 n.crcValue = self.initCrc
144 c.crcValue = self.crcValue
151 self.crcValue = self._crc(data, self.crcValue)
158 crc = self.crcValue
172 crc = self.crcValue
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/
H A Dcrcmod.py115 self.crcValue = self.initCrc
124 lst.append('crcValue = %s' % (fmt % self.crcValue))
139 n.crcValue = self.initCrc
153 c.crcValue = self.crcValue
160 self.crcValue = self._crc(data, self.crcValue)
167 crc = self.crcValue
181 crc = self.crcValue
H A Dtest.py372 self.assertEqual(crc.crcValue, 0xF7B400A7L)
404 self.assertEqual(crc.crcValue, 0x84BFF58L)
462 … self.assertEqual(crc1.crcValue, v[i], "Wrong answer for crc1 %s, input '%s'" % (crcfun_name,msg))
466 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
470 … self.assertEqual(crc2.crcValue, v[0], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
474 … self.assertEqual(crc1.crcValue, v[i], "Wrong state for crc1 %s, input '%s'" % (crcfun_name,msg))
476 … self.assertEqual(crc2.crcValue, v[i], "Wrong state for crc2 %s, input '%s'" % (crcfun_name,msg))
490 …self.assertEqual(crc1.crcValue, table_entry['check'], "Wrong answer for CRC '%s'" % table_entry['n…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
H A Dcrcmod.py115 self.crcValue = self.initCrc
124 lst.append('crcValue = %s' % (fmt % self.crcValue))
139 n.crcValue = self.initCrc
153 c.crcValue = self.crcValue
160 self.crcValue = self._crc(data, self.crcValue)
167 crc = self.crcValue
181 crc = self.crcValue
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/com/keypoint/
H A DPngEncoderIndexed.java90 protected long crcValue; field in PngEncoderIndexed
313 crcValue = crc.getValue(); in writeHeader()
314 bytePos = writeInt4((int) crcValue, bytePos); in writeHeader()
414 crcValue = crc.getValue(); in writeImageData()
415 bytePos = writeInt4((int) crcValue, bytePos); in writeImageData()
484 crcValue = crc.getValue(); in writeImageData()
485 bytePos = writeInt4((int) crcValue, bytePos); in writeImageData()
503 crcValue = crc.getValue(); in writeEnd()
504 bytePos = writeInt4((int) crcValue, bytePos); in writeEnd()
H A DPngEncoder.java104 protected long crcValue; field in PngEncoder
415 crcValue = crc.getValue(); in writeHeader()
416 bytePos = writeInt4((int) crcValue, bytePos); in writeHeader()
577 crcValue = crc.getValue(); in writeImageData()
578 bytePos = writeInt4((int) crcValue, bytePos); in writeImageData()
596 crcValue = crc.getValue(); in writeEnd()
597 bytePos = writeInt4((int) crcValue, bytePos); in writeEnd()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/com/keypoint/
H A DPngEncoder.java117 protected long crcValue; field in PngEncoder
458 this.crcValue = this.crc.getValue(); in writeHeader()
459 this.bytePos = writeInt4((int) this.crcValue, this.bytePos); in writeHeader()
626 this.crcValue = this.crc.getValue(); in writeImageData()
627 this.bytePos = writeInt4((int) this.crcValue, this.bytePos); in writeImageData()
646 this.crcValue = this.crc.getValue(); in writeEnd()
647 this.bytePos = writeInt4((int) this.crcValue, this.bytePos); in writeEnd()
713 this.crcValue = this.crc.getValue(); in writeResolution()
714 this.bytePos = writeInt4((int) this.crcValue, this.bytePos); in writeResolution()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/util/
H A DLogChopper.java91 long crcValue; in chop() local
94 crcValue = logStream.readLong("crcvalue"); in chop()
112 if (crcValue != crc.getValue()) { in chop()
113 throw new IOException("CRC doesn't match " + crcValue + " vs " + crc.getValue()); in chop()
150 choppedStream.writeLong(crcValue, "crcvalue"); in chop()
/dports/cad/impact/Impact/src/util/
H A DPngEncoder.java104 protected long crcValue; field in PngEncoder
415 crcValue = crc.getValue(); in writeHeader()
416 bytePos = writeInt4((int) crcValue, bytePos); in writeHeader()
577 crcValue = crc.getValue(); in writeImageData()
578 bytePos = writeInt4((int) crcValue, bytePos); in writeImageData()
596 crcValue = crc.getValue(); in writeEnd()
597 bytePos = writeInt4((int) crcValue, bytePos); in writeEnd()
H A DPngEncoderB.java275 crcValue = crc.getValue(); in writeHeader()
276 bytePos = writeInt4( (int) crcValue, bytePos ); in writeHeader()
302 crcValue = crc.getValue(); in writePalette()
303 bytePos = writeInt4( (int) crcValue, bytePos ); in writePalette()
489 crcValue = crc.getValue(); in writeImageData()
490 bytePos = writeInt4( (int) crcValue, bytePos ); in writeImageData()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-loggraph/src/main/java/org/apache/zookeeper/graph/
H A DTxnLogSource.java165 long crcValue; in readNextEntry() local
168 crcValue = logStream.readLong("crcvalue"); in readNextEntry()
180 if (crcValue != crc.getValue()) { in readNextEntry()
181 throw new IOException("CRC doesn't match " + crcValue + in readNextEntry()
312 long crcValue; in TxnLogSource() local
315 crcValue = logStream.readLong("crcvalue"); in TxnLogSource()
326 if (crcValue != crc.getValue()) { in TxnLogSource()
327 throw new IOException("CRC doesn't match " + crcValue + in TxnLogSource()

123