- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 65 for 3686 (2.16 sec)
-
src/cmd/asm/internal/asm/endtoend_test.go
testErrors(t, "arm64", "arm64error") } func TestAMD64EndToEnd(t *testing.T) { testEndToEnd(t, "amd64", "amd64") } func Test386Encoder(t *testing.T) { testEndToEnd(t, "386", "386enc") } func TestAMD64Encoder(t *testing.T) { filenames := [...]string{ "amd64enc", "amd64enc_extra", "avx512enc/aes_avx512f", "avx512enc/gfni_avx512f", "avx512enc/vpclmulqdq_avx512f",
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 01:02:50 UTC 2025 - 11.9K bytes - Viewed (0) -
go.mod
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect google.golang.org/grpc v1.72.0 // indirect google.golang.org/protobuf v1.36.6 // indirect
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
doc/asm.html
assembly sources should typically avoid CX except between memory references. </p> <h3 id="amd64">64-bit Intel 386 (a.k.a. amd64)</h3> <p> The two architectures behave largely the same at the assembler level. Assembly code to access the <code>m</code> and <code>g</code> pointers on the 64-bit version is the same as on the 32-bit 386, except it uses <code>MOVQ</code> rather than <code>MOVL</code>: </p> <pre> get_tls(CX)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
-------- | ----------- [kubernetes-client-darwin-386.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-client-darwin-386.tar.gz) | `95061ccf35dfe1d9aac0dd55c542c8f1b04874892196b0b71185ba3ea61ec424` [kubernetes-client-darwin-amd64.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-client-darwin-amd64.tar.gz) | `37b14062a8f3701efa12cb2ae9eecef2831d31881990a15bbb526689b0fd2712`
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmSspTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/operand_test.go
parser.allowABI = true testOperandParser(t, parser, amd64RuntimeOperandTests) testBadOperandParser(t, parser, amd64BadOperandRuntimeTests) } func Test386OperandParser(t *testing.T) { parser := newParser("386") testOperandParser(t, parser, x86OperandTests) } func TestARMOperandParser(t *testing.T) { parser := newParser("arm") testOperandParser(t, parser, armOperandTests) }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java
X670, X671, X672, X673, X674, X675, X676, X677, X678, X679, X680, X681, X682, X683, X684, X685, X686, X687, X688, X689, X690, X691, X692, X693, X694, X695, X696, X697, X698, X699, X700, X701, X702,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 29.4K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-386), const SYS_FSTAT = 551 #53280 pkg syscall (freebsd-386), const SYS_FSTATAT = 552 #53280 pkg syscall (freebsd-386), const SYS_FSTATFS = 556 #53280 pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 554 #53280 pkg syscall (freebsd-386), const SYS_GETFSSTAT = 557 #53280 pkg syscall (freebsd-386), const SYS_MKNODAT = 559 #53280 pkg syscall (freebsd-386), const SYS_STATFS = 555 #53280
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
docs/en/docs/tutorial/bigger-applications.md
So we put them in their own `dependencies` module (`app/dependencies.py`). We will now use a simple dependency to read a custom `X-Token` header: //// tab | Python 3.9+ ```Python hl_lines="3 6-8" title="app/dependencies.py" {!> ../../docs_src/bigger_applications/app_an_py39/dependencies.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="1 5-7" title="app/dependencies.py"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 19.1K bytes - Viewed (0) -
api/go1.1.txt
pkg log/syslog (linux-386), const LOG_DAEMON Priority pkg log/syslog (linux-386), const LOG_DEBUG = 7 pkg log/syslog (linux-386), const LOG_EMERG = 0 pkg log/syslog (linux-386), const LOG_ERR = 3 pkg log/syslog (linux-386), const LOG_FTP = 88 pkg log/syslog (linux-386), const LOG_FTP Priority pkg log/syslog (linux-386), const LOG_INFO = 6 pkg log/syslog (linux-386), const LOG_KERN = 0
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)