- Sort Score
- Result 10 results
- Languages All
Results 61 - 66 of 66 for mnop (0.06 sec)
-
tensorflow/BUILD
config_setting( name = "linux_x86_64_no_sse", constraint_values = [ "@platforms//cpu:x86_64", "@platforms//os:linux", ], values = { "copt": "-mno-sse4.2", }, visibility = ["//visibility:public"], ) # This condition takes precedence over :linux_x86_64 # TODO(b/290533709): Remove this with PJRT build rule cleanup. config_setting(
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
B foo(SB) // JMP foo(SB) BEQ 1(PC) BEQ 2(PC) TBZ $1, R1, 2(PC) TBNZ $2, R2, 2(PC) JMP foo(SB) CALL foo(SB) // ADR ADR next, R11 // ADR R11 // 2b000010 next: NOP ADR -2(PC), R10 // 0a000010 ADR 2(PC), R16 // 10000010 ADR -26(PC), R1 // 01000010 ADR 12(PC), R2 // 02000010 ADRP -2(PC), R10 // 0a000090 ADRP 2(PC), R16 // 10000090
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
in1.close() call1.cancel() val call2 = client.newCall(newRequest("/")) val response2 = call2.execute() val in2 = response2.body.byteStream() assertThat(readAscii(in2, 5)).isEqualTo("LMNOP") in2.close() call2.cancel() assertThat(server.takeRequest().exchangeIndex).isEqualTo(0) // Connection is pooled! assertThat(server.takeRequest().exchangeIndex).isEqualTo(1) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Added `spec.additionalPrinterColumns` to CRDs to define server side printing columns. ([#60991](https://github.com/kubernetes/kubernetes/pull/60991), [@sttts](https://github.com/sttts)) * Added CRD Versioning with NOP converter ([#63830](https://github.com/kubernetes/kubernetes/pull/63830), [@mbohlool](https://github.com/mbohlool))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
R10, R14 ORQ R13, R12 XORQ R13, R14 XORQ R11, R12 MOVQ R14, 24(DI) MOVQ R12, 8(DI) NOP // Result g MOVQ 72(SP), R11 XORQ R9, R11 MOVQ 80(SP), R12 ROLQ $0x14, R11 XORQ BX, R12 ROLQ $0x03, R12 MOVQ 24(SP), R10 MOVQ R11, AX ORQ R12, AX XORQ R8, R10 MOVQ 128(SP), R13 MOVQ 176(SP), R14 ROLQ $0x1c, R10 XORQ R10, AX MOVQ AX, 40(DI) NOP XORQ CX, R13 ROLQ $0x2d, R13 MOVQ R12, AX ANDQ R13, AX XORQ R11, AX MOVQ AX, 48(DI) NOP XORQ DX, R14 ROLQ $0x3d, R14 MOVQ R14, AX ORQ R10, AX XORQ R13, AX MOVQ AX, 64(DI)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)