Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Moll (0.17 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	ROLL $1, (BX)                           // d103
    	ROLL $1, (R11)                          // 41d103
    	ROLL $1, DX                             // d1c2
    	ROLL $1, R11                            // 41d1c3
    	ROLL CL, (BX)                           // d303
    	ROLL CL, (R11)                          // 41d303
    	ROLL CL, DX                             // d3c2
    	ROLL CL, R11                            // 41d3c3
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_PIPE = 42
    pkg syscall (darwin-arm64), const SYS_PIPE ideal-int
    pkg syscall (darwin-arm64), const SYS_POLL = 230
    pkg syscall (darwin-arm64), const SYS_POLL ideal-int
    pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL = 417
    pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN = 244
    pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_OPENAT = 499
    pkg syscall (freebsd-arm64), const SYS_OPENAT ideal-int
    pkg syscall (freebsd-arm64), const SYS_OPENBSD_POLL = 252
    pkg syscall (freebsd-arm64), const SYS_OPENBSD_POLL ideal-int
    pkg syscall (freebsd-arm64), const SYS_OVADVISE = 72
    pkg syscall (freebsd-arm64), const SYS_OVADVISE ideal-int
    pkg syscall (freebsd-arm64), const SYS_PATHCONF = 191
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_OPENAT = 499 #53466
    pkg syscall (freebsd-riscv64), const SYS_OPENAT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_OPENBSD_POLL = 252 #53466
    pkg syscall (freebsd-riscv64), const SYS_OPENBSD_POLL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_OVADVISE = 72 #53466
    pkg syscall (freebsd-riscv64), const SYS_OVADVISE ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. doc/next/6-stdlib/1-time.md

    making it difficult to use `Reset` and `Stop` correctly.
    A visible effect of this change is that `len` and `cap` of timer channels
    now returns 0 instead of 1, which may affect programs that
    poll the length to decide whether a receive on the timer channel
    will succeed.
    Such code should use a non-blocking receive instead.
    
    These new behaviors are only enabled when the main Go program
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
    pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
    pkg syscall (darwin-386), const SYS_PIPE = 42
    pkg syscall (darwin-386), const SYS_POLL = 230
    pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
    pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244
    pkg syscall (darwin-386), const SYS_PREAD = 153
    pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
Back to top