- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 62 for 5215 (0.55 sec)
-
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPSHRDW $82, Z8, Z22, K4, Z12 // 6253cd4472e052 VPSHRDW $82, 15(R8), Z22, K4, Z12 // 6253cd4472a00f00000052 VPSHRDW $82, (BP), Z22, K4, Z12 // 6273cd4472650052 VPSHRDW $82, Z6, Z11, K4, Z12 // 6273a54c72e652 VPSHRDW $82, Z8, Z11, K4, Z12 // 6253a54c72e052 VPSHRDW $82, 15(R8), Z11, K4, Z12 // 6253a54c72a00f00000052
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 97.1K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
} ] }, { "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with 0 parallel workers", "durations" : [ { "testProject" : "nativeMonolithic", "linux" : 1215 }, { "testProject" : "nativeMonolithicOverlapping", "linux" : 1324 } ] }, {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 25K bytes - Viewed (0) -
guava/src/com/google/common/net/InetAddresses.java
Inet4Address client = getInet4Address(clientBytes); return new TeredoInfo(server, client, port, flags); } /** * Evaluates whether the argument is an ISATAP address. * * <p>From RFC 5214: "ISATAP interface identifiers are constructed in Modified EUI-64 format [...] * by concatenating the 24-bit IANA OUI (00-00-5E), the 8-bit hexadecimal value 0xFE, and a 32-bit * IPv4 address in network byte order [...]" *
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
CHANGELOG.md
* Upgrade: [Okio 3.16.4][okio_3_16_4]. ## Version 5.2.2 _2025-11-16_ This release is the same as 5.2.1. Okio 3.16.3 didn't have a necessary fix! * Upgrade: [Okio 3.16.3][okio_3_16_3]. ## Version 5.2.1 _2025-10-09_ * Fix: Don't crash when calling `Socket.shutdownOutput()` or `shutdownInput()` on an `SSLSocket`
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2) -
android/guava/src/com/google/common/net/InetAddresses.java
Inet4Address client = getInet4Address(clientBytes); return new TeredoInfo(server, client, port, flags); } /** * Evaluates whether the argument is an ISATAP address. * * <p>From RFC 5214: "ISATAP interface identifiers are constructed in Modified EUI-64 format [...] * by concatenating the 24-bit IANA OUI (00-00-5E), the 8-bit hexadecimal value 0xFE, and a 32-bit * IPv4 address in network byte order [...]" *
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
CONTRIBUTING.md
workspace). you can do this by using the following command. As an example- ```bash docker run -it --rm -v $PWD:/tmp -w /tmp tensorflow/build:2.15-python3.10 ``` Once you have the packages installed, you can run a specific unit test in bazel by doing as follows: ```bash export flags="--config=linux -k" ```Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Jan 11 04:47:59 UTC 2025 - 15.9K bytes - Viewed (0) -
index.yaml
maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-5.0.15.tgz version: 5.0.15 - apiVersion: v1 appVersion: RELEASE.2023-09-30T07-02-29Z created: "2025-01-02T21:34:25.184512596-08:00" description: Multi-Cloud Object StorageRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 03 05:34:47 UTC 2025 - 55.1K bytes - Viewed (0) -
src/bytes/bytes_test.go
if pos != -1 { t.Errorf("IndexByte(%q, 'x') = %v", b1, pos) } } } } // test a small index across all page offsets func TestIndexByteSmall(t *testing.T) { b := make([]byte, 5015) // bigger than a page // Make sure we find the correct byte even when straddling a page. for i := 0; i <= len(b)-15; i++ { for j := 0; j < 15; j++ { b[i+j] = byte(100 + j) } for j := 0; j < 15; j++ {Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 23 23:54:14 UTC 2025 - 62.9K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java
X199, X200, X201, X202, X203, X204, X205, X206, X207, X208, X209, X210, X211, X212, X213, X214, X215, X216, X217, X218, X219, X220, X221, X222, X223, X224, X225, X226, X227, X228, X229, X230, X231,Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 29.4K bytes - Viewed (0) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
// If failure rate is high but response time is normal, be more lenient if (failureRate > 0.5 && avgResponseTime < 5000) { newThreshold = Math.min(currentThreshold + 2, 15); } // If failure rate is moderate but response time is very high, be stricter else if (failureRate > 0.2 && avgResponseTime > 10000) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0)