Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for VT1 (0.35 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT1                              = 0x4000
    	VTDLY                            = 0x4000
    	VTIME                            = 0x5
    	VWERASE                          = 0xe
    	WDIOC_GETBOOTSTATUS              = 0x80045702
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT1                              = 0x4000
    	VTDLY                            = 0x4000
    	VTIME                            = 0x5
    	VWERASE                          = 0xe
    	WDIOC_GETBOOTSTATUS              = 0x80045702
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	VREPRINT                         = 0xc
    	VSTART                           = 0x8
    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT1                              = 0x4000
    	VTDLY                            = 0x4000
    	VTIME                            = 0x5
    	VWERASE                          = 0xe
    	WDIOC_GETBOOTSTATUS              = 0x80045702
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. src/syscall/zerrors_solaris_amd64.go

    	VSTART                        = 0x8
    	VSTOP                         = 0x9
    	VSUSP                         = 0xa
    	VSWTCH                        = 0x7
    	VT0                           = 0x0
    	VT1                           = 0x4000
    	VTDLY                         = 0x4000
    	VTIME                         = 0x5
    	VWERASE                       = 0xe
    	WCONTFLG                      = 0xffff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K 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)
Back to top