Home
last modified time | relevance | path

Searched refs:BytesSize (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1KiB", BytesSize(1024))
64 assertEquals(t, "1MiB", BytesSize(1024*1024))
65 assertEquals(t, "1MiB", BytesSize(1048576))
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/go-units/go-units-eb879ae3e2b8/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1 KiB", BytesSize(1024))
64 assertEquals(t, "1 MiB", BytesSize(1024*1024))
65 assertEquals(t, "1 MiB", BytesSize(1048576))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/go-units/
H A Dsize_test.go12 fmt.Println(BytesSize(1024))
13 fmt.Println(BytesSize(1024 * 1024))
14 fmt.Println(BytesSize(1048576))
15 fmt.Println(BytesSize(2 * MiB))
16 fmt.Println(BytesSize(3.42 * GiB))
17 fmt.Println(BytesSize(5.372 * TiB))
18 fmt.Println(BytesSize(2.22 * PiB))
63 assertEquals(t, "1 KiB", BytesSize(1024))
64 assertEquals(t, "1 MiB", BytesSize(1024*1024))
65 assertEquals(t, "1 MiB", BytesSize(1048576))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/backends/
H A Dsystem.go217 customInfo := [2]string{systemStatusMemory, units.BytesSize(float64(info.MemTotal))}
221 storageQuota := [2]string{systemStatusStorageQuota, units.BytesSize(float64(cfg.StorageQuota))}
229 customInfo := [2]string{systemStatusMemUsage, units.BytesSize(float64(vchInfo.MemUsage))}
237 …storageUsage := [2]string{systemStatusStorageUsage, units.BytesSize(float64(imageStorageUsage + vm…
240 …imageStorageInfo := [2]string{systemStatusImageStorageUsage, units.BytesSize(float64(imageStorageU…
244 …vmStorageInfo := [2]string{systemStatusContainerStorageUsage, units.BytesSize(float64(vmStorageUsa…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/formatter/
H A Dstats.go175 return fmt.Sprintf("%s", units.BytesSize(c.s.Memory))
177 return fmt.Sprintf("%s / %s", units.BytesSize(c.s.Memory), units.BytesSize(c.s.MemoryLimit))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/container/
H A Dformatter_stats.go194 return units.BytesSize(c.s.Memory)
196 return fmt.Sprintf("%s / %s", units.BytesSize(c.s.Memory), units.BytesSize(c.s.MemoryLimit))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/container/
H A Dformatter_stats.go194 return units.BytesSize(c.s.Memory)
196 return fmt.Sprintf("%s / %s", units.BytesSize(c.s.Memory), units.BytesSize(c.s.MemoryLimit))
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/formatter/
H A Dstats.go193 return units.BytesSize(c.s.Memory)
195 return fmt.Sprintf("%s / %s", units.BytesSize(c.s.Memory), units.BytesSize(c.s.MemoryLimit))
/dports/astro/merkaartor/merkaartor-0.19.0/src/ImportExport/
H A Dfileformat.pb.cc271 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
285 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
292 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
299 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
542 ::google::protobuf::internal::WireFormatLite::BytesSize( in ByteSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDisassembler.h101 uint64_t BytesSize, uint64_t PC,

12345678910>>...13