Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for VT1 (0.07 sec)

  1. src/syscall/zerrors_linux_arm64.go

    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT0                              = 0x0
    	VT1                              = 0x4000
    	VTDLY                            = 0x4000
    	VTIME                            = 0x5
    	VWERASE                          = 0xe
    	WALL                             = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	VSTATUS                                 = 0x12
    	VSTOP                                   = 0xd
    	VSUSP                                   = 0xa
    	VT0                                     = 0x0
    	VT1                                     = 0x10000
    	VTDLY                                   = 0x10000
    	VTIME                                   = 0x11
    	VWERASE                                 = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_ppc64le.go

    	VSTART                           = 0xd
    	VSTOP                            = 0xe
    	VSUSP                            = 0xc
    	VSWTC                            = 0x9
    	VT0                              = 0x0
    	VT1                              = 0x10000
    	VTDLY                            = 0x10000
    	VTIME                            = 0x7
    	VWERASE                          = 0xa
    	WALL                             = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_loong64.go

    	VSTART                            = 0x8
    	VSTOP                             = 0x9
    	VSUSP                             = 0xa
    	VSWTC                             = 0x7
    	VT0                               = 0x0
    	VT1                               = 0x4000
    	VTDLY                             = 0x4000
    	VTIME                             = 0x5
    	VWERASE                           = 0xe
    	WALL                              = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/asm7.go

    			}
    		default:
    			c.ctxt.Diag("unsupported op %v", p.As)
    		}
    		o1 |= (uint32(imm5&0x1f) << 16) | (uint32(rf&31) << 5) | uint32(rt&31)
    
    	case 81: /* vld[1-4]|vld[1-4]r (Rn), [Vt1.<T>, Vt2.<T>, ...] */
    		c.checkoffset(p, p.As)
    		r := int(p.From.Reg)
    		o1 = c.oprrr(p, p.As)
    		if o.scond == C_XPOST {
    			o1 |= 1 << 23
    			if p.From.Index == 0 {
    				// immediate offset variant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const VSUSP ideal-int
    pkg syscall (darwin-arm64), const VT0 = 0
    pkg syscall (darwin-arm64), const VT0 ideal-int
    pkg syscall (darwin-arm64), const VT1 = 65536
    pkg syscall (darwin-arm64), const VT1 ideal-int
    pkg syscall (darwin-arm64), const VTDLY = 65536
    pkg syscall (darwin-arm64), const VTDLY ideal-int
    pkg syscall (darwin-arm64), const VTIME = 17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const VSUSP ideal-int
    pkg syscall (darwin-386), const VT0 = 0
    pkg syscall (darwin-386), const VT0 ideal-int
    pkg syscall (darwin-386), const VT1 = 65536
    pkg syscall (darwin-386), const VT1 ideal-int
    pkg syscall (darwin-386), const VTDLY = 65536
    pkg syscall (darwin-386), const VTDLY ideal-int
    pkg syscall (darwin-386), const VTIME = 17
    pkg syscall (darwin-386), const VTIME ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"VQUIT", Const, 0},
    		{"VREPRINT", Const, 0},
    		{"VSTART", Const, 0},
    		{"VSTATUS", Const, 1},
    		{"VSTOP", Const, 0},
    		{"VSUSP", Const, 0},
    		{"VSWTC", Const, 0},
    		{"VT0", Const, 1},
    		{"VT1", Const, 1},
    		{"VTDLY", Const, 1},
    		{"VTIME", Const, 0},
    		{"VWERASE", Const, 0},
    		{"VirtualLock", Func, 0},
    		{"VirtualUnlock", Func, 0},
    		{"WAIT_ABANDONED", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top