Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for 4095 (0.06 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. internal/s3select/jstream/scanner.go

    package jstream
    
    import (
    	"io"
    	"sync/atomic"
    )
    
    const (
    	chunk    = 4095 // ~4k
    	maxUint  = ^uint(0)
    	maxInt   = int64(maxUint >> 1)
    	nullByte = byte(0)
    )
    
    type scanner struct {
    	pos       int64 // position in reader
    	ipos      int64 // internal buffer position
    	ifill     int64 // internal buffer fill
    	end       int64
    	buf       [chunk + 1]byte // internal buffer (with a lookback size of 1)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 25 12:05:29 UTC 2024
    - 16.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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
  5. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/loong64enc3.s

    	MOVHU	R4, result+4097(FP)		// 3e000014de8f1000c4274029
    	MOVHU	R4, 4096(R5)			// 3e000014de971000c4034029
    	MOVHU	y+4097(FP), R4 			// 3e000014de8f1000c427402a
    	MOVHU	4096(R5), R4			// 3e000014de971000c403402a
    	SGT	$74565, R4 			// 5e020014de178d0384781200
    	SGT	$74565, R4, R5 			// 5e020014de178d0385781200
    	SGT	$4097, R4 			// 3e000014de07800384781200
    	SGT	$4097, R4, R5 			// 3e000014de07800385781200
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jul 29 14:29:30 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Apr 10 15:50:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT = 24
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT ideal-int
    pkg syscall (freebsd-arm64), const MAP_ANON = 4096
    pkg syscall (freebsd-arm64), const MAP_ANON ideal-int
    pkg syscall (freebsd-arm64), const MAP_ANONYMOUS = 4096
    pkg syscall (freebsd-arm64), const MAP_ANONYMOUS ideal-int
    pkg syscall (freebsd-arm64), const MAP_COPY = 2
    pkg syscall (freebsd-arm64), const MAP_COPY ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top