- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 59 for 25 (0.01 seconds)
-
cmd/object-api-multipart_test.go
func BenchmarkPutObjectPart25MbFS(b *testing.B) { benchmarkPutObjectPart(b, "FS", 25*humanize.MiByte) } // BenchmarkPutObjectPart25MbErasure - Benchmark Erasure.PutObjectPart() for object size of 25MB. func BenchmarkPutObjectPart25MbErasure(b *testing.B) { benchmarkPutObjectPart(b, "Erasure", 25*humanize.MiByte) } // BenchmarkPutObjectPart50MbFS - Benchmark FS.PutObjectPart() for object size of 50MB.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 89.4K bytes - Click Count (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_HIGHER = 28 pkg debug/elf, const R_MIPS_HIGHER R_MIPS pkg debug/elf, const R_MIPS_HIGHEST = 29 pkg debug/elf, const R_MIPS_HIGHEST R_MIPS pkg debug/elf, const R_MIPS_INSERT_A = 25 pkg debug/elf, const R_MIPS_INSERT_A R_MIPS pkg debug/elf, const R_MIPS_INSERT_B = 26 pkg debug/elf, const R_MIPS_INSERT_B R_MIPS pkg debug/elf, const R_MIPS_JALR = 37 pkg debug/elf, const R_MIPS_JALR R_MIPS
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jan 13 23:40:13 GMT 2016 - 12.9K bytes - Click Count (0) -
api/go1.7.txt
pkg debug/elf, const R_390_PLT32 = 8 pkg debug/elf, const R_390_PLT32 R_390 pkg debug/elf, const R_390_PLT32DBL = 20 pkg debug/elf, const R_390_PLT32DBL R_390 pkg debug/elf, const R_390_PLT64 = 25 pkg debug/elf, const R_390_PLT64 R_390 pkg debug/elf, const R_390_RELATIVE = 12 pkg debug/elf, const R_390_RELATIVE R_390 pkg debug/elf, const R_390_TLS_DTPMOD = 54 pkg debug/elf, const R_390_TLS_DTPMOD R_390
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Jun 28 15:08:11 GMT 2016 - 13.6K bytes - Click Count (0) -
cmd/bucket-metadata-sys.go
bucketMetas := make([]BucketMetadata, len(buckets)) for index := range buckets { g.Go(func() error { // Sleep and stagger to avoid blocked CPU and thundering // herd upon start up sequence. time.Sleep(25*time.Millisecond + time.Duration(rand.Int63n(int64(100*time.Millisecond)))) _, _ = sys.objAPI.HealBucket(ctx, buckets[index], madmin.HealOpts{Recreate: true}) meta, err := loadBucketMetadata(ctx, sys.objAPI, buckets[index])
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.4K bytes - Click Count (0) -
src/archive/zip/reader_test.go
0000080 d0 43 b6 f8 71 df 96 3c e7 a4 69 ce bf cf e9 79 0000090 ce ef 79 3f bf f1 31 db b6 bb 31 76 92 e7 f3 07 00000a0 8b fc 9c ca cc 08 cc cb cc 5e d2 1c 88 d9 7e bb 00000b0 4f bb 3a 3f 75 f1 5d 7f 8f c2 68 67 77 8f 25 ff 00000c0 84 e2 93 2d ef a4 95 3d 71 4e 2c b9 b0 87 c3 be 00000d0 3d f8 a7 60 24 61 c5 ef ae 9e c8 6c 6d 4e 69 c8 00000e0 67 65 34 f8 37 76 2d 76 5c 54 f3 95 65 49 c7 0f 00000f0 18 71 4b 7e 5b 6a d1 79 47 61 41 b0 4e 2a 74 45
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 17 20:10:27 GMT 2025 - 56.5K bytes - Click Count (0) -
cmd/erasure-decode_test.go
{dataBlocks: 2, onDisks: 4, offDisks: 0, blocksize: int64(blockSizeV2), data: oneMiByte, offset: 0, length: oneMiByte, algorithm: DefaultBitrotAlgorithm, shouldFail: false, shouldFailQuorum: false}, // 25Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 21K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno pkg syscall (darwin-arm64), const ENOTSOCK = 38 pkg syscall (darwin-arm64), const ENOTSUP = 45 pkg syscall (darwin-arm64), const ENOTTY = 25 pkg syscall (darwin-arm64), const ENXIO = 6 pkg syscall (darwin-arm64), const EOPNOTSUPP = 102 pkg syscall (darwin-arm64), const EOVERFLOW = 84 pkg syscall (darwin-arm64), const EOWNERDEAD = 105
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
src/archive/tar/common.go
// {Offset: 7, Length: 11}, // Hole fragment for 7..17 // {Offset: 21, Length: 4}, // Hole fragment for 21..24 // } // // Then the content of the resulting sparse file with a Header.Size of 25 is: // // var sparseFile = "\x00"*2 + "abcde" + "\x00"*11 + "fgh" + "\x00"*4 type ( sparseDatas []sparseEntry sparseHoles []sparseEntry ) // validateSparseEntries reports whether sp is a valid sparse map.Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 24.5K bytes - Click Count (0) -
internal/bucket/replication/replication_test.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 32.4K bytes - Click Count (0) -
api/go1.11.txt
pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV pkg debug/elf, const R_RISCV_PCREL_LO12_I = 24 pkg debug/elf, const R_RISCV_PCREL_LO12_I R_RISCV pkg debug/elf, const R_RISCV_PCREL_LO12_S = 25 pkg debug/elf, const R_RISCV_PCREL_LO12_S R_RISCV pkg debug/elf, const R_RISCV_RELATIVE = 3 pkg debug/elf, const R_RISCV_RELATIVE R_RISCV pkg debug/elf, const R_RISCV_RELAX = 51 pkg debug/elf, const R_RISCV_RELAX R_RISCV
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 22 03:48:56 GMT 2018 - 25K bytes - Click Count (0)