- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 243 for 64 (0.03 sec)
-
docs/metrics/prometheus/grafana/replication/minio-replication-node.json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:54 UTC 2024 - 57.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/operand_test.go
{"(SP)", "(SP)"}, {"(SP)(AX*4)", "(SP)(AX*4)"}, {"32(SP)(BX*2)", "32(SP)(BX*2)"}, {"32323(SP)(R8*4)", "32323(SP)(R8*4)"}, {"+3(PC)", "3(PC)"}, {"-1(DI)(BX*1)", "-1(DI)(BX*1)"}, {"-3(PC)", "-3(PC)"}, {"-64(SI)(BX*1)", "-64(SI)(BX*1)"}, {"-96(SI)(BX*1)", "-96(SI)(BX*1)"}, {"AL", "AL"}, {"AX", "AX"}, {"BP", "BP"}, {"BX", "BX"}, {"CX", "CX"}, {"DI", "DI"}, {"DX", "DX"}, {"R10", "R10"},
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
cmd/post-policy_test.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 22 23:07:14 UTC 2024 - 30.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64error.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 08 03:28:17 UTC 2023 - 37.8K bytes - Viewed (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_TOC16_HI = 49 pkg debug/elf, const R_PPC64_TOC16_HI R_PPC64 pkg debug/elf, const R_PPC64_TOC16_LO = 48 pkg debug/elf, const R_PPC64_TOC16_LO R_PPC64 pkg debug/elf, const R_PPC64_TOC16_LO_DS = 64 pkg debug/elf, const R_PPC64_TOC16_LO_DS R_PPC64 pkg debug/elf, const R_PPC64_TPREL16 = 69 pkg debug/elf, const R_PPC64_TPREL16 R_PPC64 pkg debug/elf, const R_PPC64_TPREL16_DS = 95
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/MinMaxPriorityQueue.java
} } /** Returns ~2x the old capacity if small; ~1.5x otherwise. */ private int calculateNewCapacity() { int oldCapacity = queue.length; int newCapacity = (oldCapacity < 64) ? (oldCapacity + 1) * 2 : IntMath.checkedMultiply(oldCapacity / 2, 3); return capAtMaximumSize(newCapacity, maximumSize); } /** There's no reason for the queueSize to ever be more than maxSize + 1 */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 34.1K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 28 17:15:39 UTC 2024 - 71.1K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
// Test listing an empty directory in a non recursive mode (63) {"test-bucket-empty-dir", "", "", SlashSeparator, 10, resultCases[32], nil, true}, // Test listing a directory which contains an empty directory (64) {"test-bucket-empty-dir", "", "temporary/", "", 10, resultCases[33], nil, true}, // Test listing with marker > last object such that response should be empty (65)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 01 11:07:40 UTC 2024 - 73.1K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
return []string{"-m31"} case "s390x": return []string{"-m64"} case "mips64", "mips64le": if gomips64 == "hardfloat" { return []string{"-mabi=64", "-mhard-float"} } else if gomips64 == "softfloat" { return []string{"-mabi=64", "-msoft-float"} } case "mips", "mipsle": if gomips == "hardfloat" { return []string{"-mabi=32", "-mfp32", "-mhard-float", "-mno-odd-spreg"}
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0)