Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for 0x8000 (0.12 sec)

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

    	CLONE_PTRACE                                = 0x2000
    	CLONE_SETTLS                                = 0x80000
    	CLONE_SIGHAND                               = 0x800
    	CLONE_SYSVSEM                               = 0x40000
    	CLONE_THREAD                                = 0x10000
    	CLONE_UNTRACED                              = 0x800000
    	CLONE_VFORK                                 = 0x4000
    	CLONE_VM                                    = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	ECHOKE                           = 0x800
    	ECHONL                           = 0x40
    	ECHOPRT                          = 0x400
    	EFD_CLOEXEC                      = 0x80000
    	EFD_NONBLOCK                     = 0x800
    	EPOLL_CLOEXEC                    = 0x80000
    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    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_arm64.go

    	MAP_DENYWRITE                    = 0x800
    	MAP_EXECUTABLE                   = 0x1000
    	MAP_GROWSDOWN                    = 0x100
    	MAP_HUGETLB                      = 0x40000
    	MAP_LOCKED                       = 0x2000
    	MAP_NONBLOCK                     = 0x10000
    	MAP_NORESERVE                    = 0x4000
    	MAP_POPULATE                     = 0x8000
    	MAP_STACK                        = 0x20000
    	MAP_SYNC                         = 0x80000
    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

    	RTF_INDIRECT                  = 0x40000
    	RTF_KERNEL                    = 0x80000
    	RTF_LLINFO                    = 0x400
    	RTF_MASK                      = 0x80
    	RTF_MODIFIED                  = 0x20
    	RTF_MULTIRT                   = 0x10000
    	RTF_PRIVATE                   = 0x2000
    	RTF_PROTO1                    = 0x8000
    	RTF_PROTO2                    = 0x4000
    	RTF_REJECT                    = 0x8
    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/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	ECHOKE                           = 0x800
    	ECHONL                           = 0x40
    	ECHOPRT                          = 0x400
    	EFD_CLOEXEC                      = 0x80000
    	EFD_NONBLOCK                     = 0x800
    	EPOLL_CLOEXEC                    = 0x80000
    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/runtime/defs1_netbsd_arm64.go

    package runtime
    
    const (
    	_EINTR  = 0x4
    	_EFAULT = 0xe
    	_EAGAIN = 0x23
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x400000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x6
    
    	_SA_SIGINFO = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. src/runtime/defs_dragonfly_amd64.go

    	_EFAULT    = 0xe
    	_EBUSY     = 0x10
    	_EAGAIN    = 0x23
    	_ETIMEDOUT = 0x3c
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x20000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x5
    
    	_SA_SIGINFO = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. src/runtime/defs1_netbsd_arm.go

    package runtime
    
    const (
    	_EINTR  = 0x4
    	_EFAULT = 0xe
    	_EAGAIN = 0x23
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x400000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x6
    
    	_SA_SIGINFO = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	WSA_FLAG_NO_HANDLE_INHERIT      = 0x80
    	WSA_FLAG_REGISTERED_IO          = 0x100
    )
    
    // Invented values to support what package os expects.
    const (
    	S_IFMT   = 0x1f000
    	S_IFIFO  = 0x1000
    	S_IFCHR  = 0x2000
    	S_IFDIR  = 0x4000
    	S_IFBLK  = 0x6000
    	S_IFREG  = 0x8000
    	S_IFLNK  = 0xa000
    	S_IFSOCK = 0xc000
    	S_ISUID  = 0x800
    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  10. src/runtime/defs1_netbsd_386.go

    package runtime
    
    const (
    	_EINTR  = 0x4
    	_EFAULT = 0xe
    	_EAGAIN = 0x23
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    	_O_CLOEXEC  = 0x400000
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x1000
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x6
    
    	_SA_SIGINFO = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top