Home
last modified time | relevance | path

Searched defs:blockStats (Results 1 – 9 of 9) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm/
H A Ddumptsm.go313 type blockStats struct { struct
314 min, max int
315 counts [][]int
318 func (b *blockStats) inc(typ int, enc byte) {
328 func (b *blockStats) size(sz int) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm/
H A Ddumptsm.go302 type blockStats struct { struct
303 min, max int
304 counts [][]int
307 func (b *blockStats) inc(typ int, enc byte) {
317 func (b *blockStats) size(sz int) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm/
H A Ddumptsm.go313 type blockStats struct { struct
314 min, max int
315 counts [][]int
318 func (b *blockStats) inc(typ int, enc byte) {
328 func (b *blockStats) size(sz int) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm/
H A Ddumptsm.go313 type blockStats struct { struct
314 min, max int
315 counts [][]int
318 func (b *blockStats) inc(typ int, enc byte) {
328 func (b *blockStats) size(sz int) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/ethstats/
H A Dethstats.go470 type blockStats struct { struct
471 Number *big.Int `json:"number"`
472 Hash common.Hash `json:"hash"`
473 ParentHash common.Hash `json:"parentHash"`
474 Timestamp *big.Int `json:"timestamp"`
475 Miner common.Address `json:"miner"`
476 GasUsed uint64 `json:"gasUsed"`
477 GasLimit uint64 `json:"gasLimit"`
478 Diff string `json:"difficulty"`
482 Root common.Hash `json:"stateRoot"`
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethstats/
H A Dethstats.go565 type blockStats struct { struct
566 Number *big.Int `json:"number"`
567 Hash common.Hash `json:"hash"`
568 ParentHash common.Hash `json:"parentHash"`
569 Timestamp *big.Int `json:"timestamp"`
570 Miner common.Address `json:"miner"`
571 GasUsed uint64 `json:"gasUsed"`
572 GasLimit uint64 `json:"gasLimit"`
573 Diff string `json:"difficulty"`
577 Root common.Hash `json:"stateRoot"`
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/
H A Dfolder_sendrecv.go37 blockStats = make(map[string]int) var
/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DDomain.java385 public DomainBlockStats blockStats(final String path) throws LibvirtException { in blockStats() method in Domain
/dports/x11/radare-cutter/r2cutter-0.1.1/src/core/
H A DCutter.cpp3414 BlockStatistics blockStats; in getBlockStatistics() local