Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 251 for 0x10 (0.05 sec)

  1. src/cmd/internal/obj/riscv/inst.go

    	case ABSET:
    		return &inst{0x33, 0x1, 0x0, 640, 0x14}
    	case ABSETI:
    		return &inst{0x13, 0x1, 0x0, 640, 0x14}
    	case ACLZ:
    		return &inst{0x13, 0x1, 0x0, 1536, 0x30}
    	case ACLZW:
    		return &inst{0x1b, 0x1, 0x0, 1536, 0x30}
    	case ACPOP:
    		return &inst{0x13, 0x1, 0x2, 1538, 0x30}
    	case ACPOPW:
    		return &inst{0x1b, 0x1, 0x2, 1538, 0x30}
    	case ACSRRC:
    		return &inst{0x73, 0x3, 0x0, 0, 0x0}
    	case ACSRRCI:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/runtime/defs1_netbsd_386.go

    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. src/runtime/defs1_netbsd_amd64.go

    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	SIGTTIN   = syscall.Signal(0x15)
    	SIGTTOU   = syscall.Signal(0x16)
    	SIGURG    = syscall.Signal(0x10)
    	SIGUSR1   = syscall.Signal(0x1e)
    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  5. src/runtime/defs_freebsd_386.go

    	_SIGTERM   = 0xf
    	_SIGURG    = 0x10
    	_SIGSTOP   = 0x11
    	_SIGTSTP   = 0x12
    	_SIGCONT   = 0x13
    	_SIGCHLD   = 0x14
    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x2
    	_FPE_INTOVF = 0x1
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    }
    
    type cpuMask uint64
    
    const (
    	_NCPUBITS = 0x40
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. src/internal/syscall/unix/at_sysnum_darwin.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    const (
    	AT_EACCESS          = 0x10
    	AT_FDCWD            = -0x2
    	AT_REMOVEDIR        = 0x80
    	AT_SYMLINK_NOFOLLOW = 0x0020
    
    	UTIME_OMIT = -0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 15:02:38 UTC 2024
    - 318 bytes
    - Viewed (0)
  8. src/internal/runtime/syscall/defs_linux.go

    // license that can be found in the LICENSE file.
    
    package syscall
    
    const (
    	EPOLLIN       = 0x1
    	EPOLLOUT      = 0x4
    	EPOLLERR      = 0x8
    	EPOLLHUP      = 0x10
    	EPOLLRDHUP    = 0x2000
    	EPOLLET       = 0x80000000
    	EPOLL_CLOEXEC = 0x80000
    	EPOLL_CTL_ADD = 0x1
    	EPOLL_CTL_DEL = 0x2
    	EPOLL_CTL_MOD = 0x3
    	EFD_CLOEXEC   = 0x80000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 21:28:32 UTC 2024
    - 437 bytes
    - Viewed (0)
  9. src/internal/syscall/windows/types_windows.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package windows
    
    // Socket related.
    const (
    	TCP_KEEPIDLE  = 0x03
    	TCP_KEEPCNT   = 0x10
    	TCP_KEEPINTVL = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 16:02:18 UTC 2024
    - 272 bytes
    - Viewed (0)
  10. src/runtime/defs1_netbsd_arm64.go

    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top