Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 112 for 4095 (0.4 sec)

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

    	MOVW	R1, 4095(R2)(R3)       // 50132fff
    	MOVW	R1, 4096(R2)(R3)       // e31320000150
    	MOVWZ	R1, 4095(R2)(R3)       // 50132fff
    	MOVWZ	R1, 4096(R2)(R3)       // e31320000150
    	MOVH	R1, 4095(R2)(R3)       // 40132fff
    	MOVHZ   R1, 4095(R2)(R3)       // 40132fff
    	MOVH	R1, 4096(R2)(R3)       // e31320000170
    	MOVHZ	R1, 4096(R2)(R3)       // e31320000170
    	MOVB	R1, 4095(R2)(R3)       // 42132fff
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64.s

    	ADDI	$-2049, X5				// 938202c09382f2bf
    	ADDI	$4094, X5				// 9382f27f9382f27f
    	ADDI	$-4096, X5				// 9382028093820280
    	ADDI	$4095, X5				// b71f00009b8fffffb382f201
    	ADDI	$-4097, X5				// b7ffffff9b8fffffb382f201
    	ADDI	$2047, X5, X6				// 1383f27f
    	ADDI	$-2048, X5, X6				// 13830280
    	ADDI	$2048, X5, X6				// 1383024013030340
    	ADDI	$-2049, X5, X6				// 138302c01303f3bf
    	ADDI	$4094, X5, X6				// 1383f27f1303f37f
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (0)
  3. src/bytes/compare_test.go

    func TestCompareBytes(t *testing.T) {
    	lengths := make([]int, 0) // lengths to test in ascending order
    	for i := 0; i <= 128; i++ {
    		lengths = append(lengths, i)
    	}
    	lengths = append(lengths, 256, 512, 1024, 1333, 4095, 4096, 4097)
    
    	if !testing.Short() {
    		lengths = append(lengths, 65535, 65536, 65537, 99999)
    	}
    
    	n := lengths[len(lengths)-1]
    	a := make([]byte, n+1)
    	b := make([]byte, n+1)
    	for _, len := range lengths {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 13 23:11:42 GMT 2023
    - 6.8K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	MOVD R0, 257(R17)                          // 3b060491600300f9
    	MOVD R0, 391(R17)                          // 3b1e0691600300f9
    	MOVD R0, 4095(R17)                         // 3bfe3f91600300f9
    	MOVD R0, 4096(R17)                         // 200208f9
    	MOVD R3, -4095(R17)                        // 3bfe3fd1630300f9
    	MOVD R3, -391(R17)                         // 3b1e06d1630300f9
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/operand_test.go

    	{"$0-16", "$-16"},
    	{"$0x000FFFFFFFFFFFFF", "$4503599627370495"},
    	{"$0x01", "$1"},
    	{"$0x02", "$2"},
    	{"$0x04", "$4"},
    	{"$0x3FE", "$1022"},
    	{"$0x7fffffe00000", "$140737486258176"},
    	{"$0xfffffffffffff001", "$-4095"},
    	{"$1", "$1"},
    	{"$1.0", "$(1.0)"},
    	{"$10", "$10"},
    	{"$1000", "$1000"},
    	{"$1000000", "$1000000"},
    	{"$1000000000", "$1000000000"},
    	{"$__tsan_func_enter(SB)", "$__tsan_func_enter(SB)"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (netbsd-386), const SO_RCVBUF = 4098
    pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100
    pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108
    pkg syscall (netbsd-386), const SO_REUSEADDR = 4
    pkg syscall (netbsd-386), const SO_REUSEPORT = 512
    pkg syscall (netbsd-386), const SO_SNDBUF = 4097
    pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099
    pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const F_OK = 0
    pkg syscall (netbsd-arm64-cgo), const F_OK ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK = 4095
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX = 4095
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_RDLCK = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_SHIFT ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ANON = 4096 #53466
    pkg syscall (freebsd-riscv64), const MAP_ANON ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ANONYMOUS = 4096 #53466
    pkg syscall (freebsd-riscv64), const MAP_ANONYMOUS ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_COPY = 2 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/loong64enc2.s

    	SGT	$65536, R4, R5		// 1e02001485781200
    	SGT	$4096, R4, R5		// 3e00001485781200
    	SGT	$65536, R4		// 1e02001484781200
    	SGT	$4096, R4		// 3e00001484781200
    	SGTU	$65536, R4, R5		// 1e02001485f81200
    	SGTU	$4096, R4, R5		// 3e00001485f81200
    	SGTU	$65536, R4		// 1e02001484f81200
    	SGTU	$4096, R4		// 3e00001484f81200
    	ADDU	$65536, R4, R5		// 1e02001485781000
    	ADDU	$4096, R4, R5		// 3e00001485781000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 10 15:50:11 GMT 2023
    - 3K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SO_REUSESHAREUID = 4133
    pkg syscall (darwin-arm64), const SO_REUSESHAREUID ideal-int
    pkg syscall (darwin-arm64), const SO_SNDBUF = 4097
    pkg syscall (darwin-arm64), const SO_SNDLOWAT = 4099
    pkg syscall (darwin-arm64), const SO_SNDLOWAT ideal-int
    pkg syscall (darwin-arm64), const SO_SNDTIMEO = 4101
    pkg syscall (darwin-arm64), const SO_SNDTIMEO ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top