- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 254 for 110 (0.07 sec)
-
cmd/batch-rotate_gen.go
} } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *BatchKeyRotateFilter) Msgsize() (s int) { s = 1 + 10 + msgp.DurationSize + 10 + msgp.DurationSize + 13 + msgp.TimeSize + 14 + msgp.TimeSize + 5 + msgp.ArrayHeaderSize for za0001 := range z.Tags { s += z.Tags[za0001].Msgsize() } s += 9 + msgp.ArrayHeaderSize
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Dec 02 10:51:33 UTC 2023 - 27.1K bytes - Viewed (0) -
internal/grid/grid_test.go
t.Errorf("want %q, got %q", testPayload, string(resp)) } t.Log("Roundtrip:", time.Since(start)) }) t.Run("localToRemoteErrHuge", func(t *testing.T) { testPayload := bytes.Repeat([]byte("!"), 1<<10) start := time.Now() resp, err := remoteConn.Request(context.Background(), handlerTest2, testPayload) if len(resp) != 0 { t.Errorf("want nil, got %q", string(resp)) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 36.4K bytes - Viewed (0) -
src/bufio/bufio_test.go
} } func BenchmarkReaderWriteToOptimal(b *testing.B) { const bufSize = 16 << 10 buf := make([]byte, bufSize) r := bytes.NewReader(buf) srcReader := NewReaderSize(onlyReader{r}, 1<<10) if _, ok := io.Discard.(io.ReaderFrom); !ok { b.Fatal("io.Discard doesn't support ReaderFrom") } for i := 0; i < b.N; i++ { r.Seek(0, io.SeekStart) srcReader.Reset(onlyReader{r})
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
api/go1.11.txt
pkg debug/elf, const EM_TRIMEDIA = 163 pkg debug/elf, const EM_TRIMEDIA Machine pkg debug/elf, const EM_TSK3000 = 131 pkg debug/elf, const EM_TSK3000 Machine pkg debug/elf, const EM_UNICORE = 110 pkg debug/elf, const EM_UNICORE Machine pkg debug/elf, const EM_V850 = 87 pkg debug/elf, const EM_V850 Machine pkg debug/elf, const EM_VAX = 75 pkg debug/elf, const EM_VAX Machine
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- github.com/checkpoint-restore/go-criu/v4: [v4.0.2](https://github.com/checkpoint-restore/go-criu/v4/tree/v4.0.2) - github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10) - github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2) - github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91 pkg syscall (openbsd-386), const SYS_PPOLL = 109 pkg syscall (openbsd-386), const SYS_PPOLL ideal-int pkg syscall (openbsd-386), const SYS_PSELECT = 110 pkg syscall (openbsd-386), const SYS_PSELECT ideal-int pkg syscall (openbsd-386), const SYS_SELECT = 71 pkg syscall (openbsd-386), const SYS_SETITIMER = 69 pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
api/go1.4.txt
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 = 109 pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 R_AARCH64 pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 = 110 pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 R_AARCH64 pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC = 111 pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC R_AARCH64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
* <li><a href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</a> * <li><a href="http://www.ietf.org/rfc/rfc5988.txt">RFC 5988</a> * </ul> * * @author Kurt Alfred Kluever * @since 11.0 */ @GwtCompatible @ElementTypesAreNonnullByDefault public final class HttpHeaders { private HttpHeaders() {} // HTTP Request and Response header fields
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
cmd/xl-storage-format-v1_gen.go
return } } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *ErasureInfo) Msgsize() (s int) { s = 1 + 10 + msgp.StringPrefixSize + len(z.Algorithm) + 11 + msgp.IntSize + 13 + msgp.IntSize + 10 + msgp.Int64Size + 6 + msgp.IntSize + 13 + msgp.ArrayHeaderSize + (len(z.Distribution) * (msgp.IntSize)) + 10 + msgp.ArrayHeaderSize
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 41.2K bytes - Viewed (0) -
.bazelrc
# Avoid hitting command line argument limit build:macos --features=archive_param_file # Settings for MacOS on ARM CPUs. build:macos_arm64 --cpu=darwin_arm64 build:macos_arm64 --macos_minimum_os=11.0 # iOS configs for each architecture and the fat binary builds. build:ios --apple_platform_type=ios build:ios --apple_bitcode=embedded --copt=-fembed-bitcode build:ios --copt=-Wno-c++11-narrowing
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0)