- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 69 for 512 (0.07 sec)
-
api/go1.10.txt
pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 R_AARCH64 pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 = 313 pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 = 512 pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC = 516 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 = 515
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt
} /** Create a sufficiently large header set to overflow INITIAL_MAX_FRAME_SIZE bytes. */ private fun largeHeaders(): List<Header> { val nameValues = arrayOfNulls<String>(32) val chars = CharArray(512) var i = 0 while (i < nameValues.size) { Arrays.fill(chars, i.toChar()) val string = String(chars) nameValues[i++] = string nameValues[i++] = string }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 28.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
assertHashBytesThrowsCorrectExceptions(hashFunction); assertIndependentHashers(hashFunction); assertShortcutsAreEquivalent(hashFunction, 512); } static void assertHashByteBufferInvariants(HashFunction hashFunction) { assertHashByteBufferMatchesBytes(hashFunction); assertHashByteBufferExhaustsBuffer(hashFunction);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 25.5K bytes - Viewed (0) -
cmd/metrics-resource.go
func updateDriveIOStats(currentStats madmin.DiskIOStats, latestStats madmin.DiskIOStats, labels map[string]string) { sectorSize := uint64(512) kib := float64(1 << 10) diffInSeconds := time.Now().UTC().Sub(lastDriveStatsRefresh).Seconds() if diffInSeconds == 0 { // too soon to update the stats return }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 24 23:30:33 UTC 2024 - 17.2K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC = 512 pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC ideal-int pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC = 512 pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg math/bits (darwin-arm64-cgo), const UintSize = 64 pkg os (darwin-arm64), const DevNull = "/dev/null" pkg os (darwin-arm64), const O_APPEND = 8 pkg os (darwin-arm64), const O_CREATE = 512 pkg os (darwin-arm64), const O_EXCL = 2048 pkg os (darwin-arm64), const O_SYNC = 128 pkg os (darwin-arm64), const O_TRUNC = 1024 pkg os (darwin-arm64), const PathListSeparator = 58
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
cmd/erasure-decode_test.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 30 20:43:25 UTC 2024 - 21.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
byte[] guid; } InetAddress localAddr; int localPort; UniAddress address; Socket socket; int port, mid; OutputStream out; InputStream in; byte[] sbuf = new byte[512]; /* small local buffer */ SmbComBlankResponse key = new SmbComBlankResponse(); long sessionExpiration = System.currentTimeMillis() + SO_TIMEOUT; LinkedList referrals = new LinkedList(); SigningDigest digest = null;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 31.2K bytes - Viewed (0) -
src/bytes/buffer.go
// [Buffer.ReadFrom]. As long as the [Buffer] has at least MinRead bytes beyond // what is required to hold the contents of r, [Buffer.ReadFrom] will not grow the // underlying buffer. const MinRead = 512 // ReadFrom reads data from r until EOF and appends it to the buffer, growing // the buffer as needed. The return value n is the number of bytes read. Any
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 29 16:47:05 UTC 2024 - 15.7K bytes - Viewed (0) -
src/archive/tar/writer_test.go
testClose{nil}, }, }, { // The truncated test file was produced using these commands: // dd if=/dev/zero bs=1048576 count=16384 > /tmp/16gig.txt // tar -b 1 -c -f- /tmp/16gig.txt | dd bs=512 count=8 > writer-big.tar file: "testdata/writer-big.tar", tests: []testFnc{ testHeader{Header{ Typeflag: TypeReg, Name: "tmp/16gig.txt", Size: 16 << 30, Mode: 0640,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Sep 23 14:32:33 UTC 2024 - 39.4K bytes - Viewed (0)