Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for minussa (0.91 sec)

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

    	MINSD X11, X11                          // f2450f5ddb
    	MINSS (BX), X2                          // f30f5d13
    	MINSS (R11), X2                         // f3410f5d13
    	MINSS X2, X2                            // f30f5dd2
    	MINSS X11, X2                           // f3410f5dd3
    	MINSS (BX), X11                         // f3440f5d1b
    	MINSS (R11), X11                        // f3450f5d1b
    	MINSS X2, X11                           // f3440f5dda
    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.13.txt

    pkg syscall (netbsd-arm64-cgo), const TCP_MD5SIG = 16
    pkg syscall (netbsd-arm64-cgo), const TCP_MD5SIG ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCP_MINMSS = 216
    pkg syscall (netbsd-arm64-cgo), const TCP_MINMSS ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCP_MSS = 536
    pkg syscall (netbsd-arm64-cgo), const TCP_MSS ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCSAFLUSH = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const TCP_MAX_WINSHIFT = 14
    pkg syscall (darwin-arm64), const TCP_MAX_WINSHIFT ideal-int
    pkg syscall (darwin-arm64), const TCP_MINMSS = 216
    pkg syscall (darwin-arm64), const TCP_MINMSS ideal-int
    pkg syscall (darwin-arm64), const TCP_MSS = 512
    pkg syscall (darwin-arm64), const TCP_MSS ideal-int
    pkg syscall (darwin-arm64), const TCP_NOOPT = 8
    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)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const TCP_MAXWIN ideal-int
    pkg syscall (freebsd-arm64), const TCP_MD5SIG = 16
    pkg syscall (freebsd-arm64), const TCP_MD5SIG ideal-int
    pkg syscall (freebsd-arm64), const TCP_MINMSS = 216
    pkg syscall (freebsd-arm64), const TCP_MINMSS ideal-int
    pkg syscall (freebsd-arm64), const TCP_MSS = 536
    pkg syscall (freebsd-arm64), const TCP_MSS ideal-int
    pkg syscall (freebsd-arm64), const TCP_NOOPT = 8
    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)
  5. api/go1.txt

    pkg syscall (darwin-386), const TCP_MAXWIN ideal-int
    pkg syscall (darwin-386), const TCP_MAX_SACK ideal-int
    pkg syscall (darwin-386), const TCP_MAX_WINSHIFT ideal-int
    pkg syscall (darwin-386), const TCP_MINMSS ideal-int
    pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD ideal-int
    pkg syscall (darwin-386), const TCP_MSS ideal-int
    pkg syscall (darwin-386), const TCP_NOOPT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  6. doc/asm.html

    not <code>3&amp;(1&lt;&lt;2)</code>.
    Also, constants are always evaluated as 64-bit unsigned integers.
    Thus <code>-2</code> is not the integer value minus two,
    but the unsigned 64-bit integer with the same bit pattern.
    The distinction rarely matters but
    to avoid ambiguity, division or right shift where the right operand's
    high bit is set is rejected.
    </p>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/arch/arch.go

    	instructions["JLS"] = x86.AJLS  /* lower or same (unsigned) (CF = 1 || ZF = 1) */
    	instructions["JLT"] = x86.AJLT  /* less than (signed) (SF != OF) */
    	instructions["JMI"] = x86.AJMI  /* negative (minus) (SF = 1) */
    	instructions["JNA"] = x86.AJLS  /* alternate */
    	instructions["JNAE"] = x86.AJCS /* alternate */
    	instructions["JNB"] = x86.AJCC  /* alternate */
    	instructions["JNBE"] = x86.AJHI /* alternate */
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const TCP_MD5SIG = 16 #53466
    pkg syscall (freebsd-riscv64), const TCP_MD5SIG ideal-int #53466
    pkg syscall (freebsd-riscv64), const TCP_MINMSS = 216 #53466
    pkg syscall (freebsd-riscv64), const TCP_MINMSS ideal-int #53466
    pkg syscall (freebsd-riscv64), const TCP_MSS = 536 #53466
    pkg syscall (freebsd-riscv64), const TCP_MSS ideal-int #53466
    pkg syscall (freebsd-riscv64), const TCP_NOOPT = 8 #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)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const TCP_MAXWIN = 65535
    pkg syscall (darwin-386), const TCP_MAX_SACK = 3
    pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14
    pkg syscall (darwin-386), const TCP_MINMSS = 216
    pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000
    pkg syscall (darwin-386), const TCP_MSS = 512
    pkg syscall (darwin-386), const TCP_NOOPT = 8
    pkg syscall (darwin-386), const TCP_NOPUSH = 4
    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 (0)
  10. src/archive/zip/writer.go

    		var buf [directory64EndLen + directory64LocLen]byte
    		b := writeBuf(buf[:])
    
    		// zip64 end of central directory record
    		b.uint32(directory64EndSignature)
    		b.uint64(directory64EndLen - 12) // length minus signature (uint32) and length fields (uint64)
    		b.uint16(zipVersion45)           // version made by
    		b.uint16(zipVersion45)           // version needed to extract
    		b.uint32(0)                      // number of this disk
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
Back to top