Home
last modified time | relevance | path

Searched refs:crcType (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DMD5MD5CRC32FileChecksum.java129 String crcType = attrs.getValue("crcType"); in valueOf() local
137 if (crcType == null || crcType == "") { in valueOf()
140 finalCrcType = DataChecksum.Type.valueOf(crcType); in valueOf()
161 + ", crcPerBlock=" + crcPerBlock + ", crcType=" + crcType in valueOf()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/native/src/test/org/apache/hadoop/util/
H A Dtest_bulk_crc32.c37 static int testBulkVerifyCrc(int dataLen, int crcType, int bytesPerChecksum) in testBulkVerifyCrc() argument
51 EXPECT_ZERO(bulk_crc(data, dataLen, sums, crcType, in testBulkVerifyCrc()
53 EXPECT_ZERO(bulk_crc(data, dataLen, sums, crcType, in testBulkVerifyCrc()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/gcloud_crcmod/python3/
H A Dcrcmod.py182 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
200 if crcType is None:
204 crcType = 'UINT%d' % size
258 'crcType' : crcType,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod/python3/crcmod/
H A Dcrcmod.py182 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
200 if crcType is None:
204 crcType = 'UINT%d' % size
258 'crcType' : crcType,
/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.py182 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
200 if crcType is None:
204 crcType = 'UINT%d' % size
258 'crcType' : crcType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
H A Dcrcmod.py182 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
200 if crcType is None:
204 crcType = 'UINT%d' % size
258 'crcType' : crcType,
/dports/devel/py-crcmod/crcmod-1.7/python3/crcmod/
H A Dcrcmod.py182 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
200 if crcType is None:
204 crcType = 'UINT%d' % size
258 'crcType' : crcType,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod/python2/crcmod/
H A Dcrcmod.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/gcloud_crcmod/python2/
H A Dcrcmod.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/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.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/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.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
H A Dcrcmod.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/dports/devel/py-crcmod/crcmod-1.7/python2/crcmod/
H A Dcrcmod.py181 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
199 if crcType is None:
203 crcType = 'UINT%d' % size
257 'crcType' : crcType,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/
H A Dcrcmod.py190 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
208 if crcType is None:
212 crcType = 'UINT%d' % size
266 'crcType' : crcType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
H A Dcrcmod.py190 def generateCode(self, functionName, out, dataType=None, crcType=None): argument
208 if crcType is None:
212 crcType = 'UINT%d' % size
266 'crcType' : crcType,
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/wal/
H A Dwal.go41 crcType const
343 case crcType:
459 case crcType:
524 case crcType:
819 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/devel/etcd33/etcd-3.3.23/wal/
H A Dwal.go41 crcType const
358 case crcType:
474 case crcType:
539 case crcType:
834 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/wal/
H A Dwal.go41 crcType const
339 case crcType:
455 case crcType:
743 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/wal/
H A Dwal.go41 crcType const
339 case crcType:
455 case crcType:
743 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/wal/
H A Dwal.go42 crcType const
474 case crcType:
592 case crcType:
657 case crcType:
976 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/wal/
H A Dwal.go42 crcType const
468 case crcType:
586 case crcType:
659 case crcType:
962 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/wal/
H A Dwal.go42 crcType const
468 case crcType:
586 case crcType:
659 case crcType:
969 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/www/minio-client/etcd-3.5.0/server/wal/
H A Dwal.go42 crcType const
468 case crcType:
586 case crcType:
659 case crcType:
969 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/devel/etcd34/etcd-3.4.18/wal/
H A Dwal.go42 crcType const
474 case crcType:
592 case crcType:
657 case crcType:
978 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/wal/
H A Dwal.go42 crcType const
474 case crcType:
592 case crcType:
657 case crcType:
978 return w.encoder.encode(&walpb.Record{Type: crcType, Crc: prevCrc})

123456