Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 177 for 1e1000000 (0.13 sec)

  1. src/syscall/zerrors_netbsd_amd64.go

    	SO_TIMESTAMP                      = 0x2000
    	SO_TYPE                           = 0x1008
    	SO_USELOOPBACK                    = 0x40
    	SYSCTL_VERSION                    = 0x1000000
    	SYSCTL_VERS_0                     = 0x0
    	SYSCTL_VERS_1                     = 0x1000000
    	SYSCTL_VERS_MASK                  = 0xff000000
    	S_ARCH1                           = 0x10000
    	S_ARCH2                           = 0x20000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  2. src/syscall/zerrors_netbsd_arm.go

    	SO_TIMESTAMP                      = 0x2000
    	SO_TYPE                           = 0x1008
    	SO_USELOOPBACK                    = 0x40
    	SYSCTL_VERSION                    = 0x1000000
    	SYSCTL_VERS_0                     = 0x0
    	SYSCTL_VERS_1                     = 0x1000000
    	SYSCTL_VERS_MASK                  = 0xff000000
    	S_ARCH1                           = 0x10000
    	S_ARCH2                           = 0x20000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 66.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/amd64/obj.go

    		}
    
    	case objabi.Hdarwin: /* apple MACH */
    		ld.HEADR = ld.INITIAL_MACHO_HEADR
    		if *ld.FlagRound == -1 {
    			*ld.FlagRound = 4096
    		}
    		if *ld.FlagTextAddr == -1 {
    			*ld.FlagTextAddr = ld.Rnd(0x1000000, *ld.FlagRound) + int64(ld.HEADR)
    		}
    
    	case objabi.Hlinux, /* elf64 executable */
    		objabi.Hfreebsd,   /* freebsd */
    		objabi.Hnetbsd,    /* netbsd */
    		objabi.Hopenbsd,   /* openbsd */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mips.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x80
    	IN_ONESHOT                       = 0x80000000
    	IN_ONLYDIR                       = 0x1000000
    	IN_OPEN                          = 0x20
    	IN_Q_OVERFLOW                    = 0x4000
    	IN_UNMOUNT                       = 0x2000
    	IPPROTO_AH                       = 0x33
    	IPPROTO_BEETPH                   = 0x5e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips64.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x80
    	IN_ONESHOT                       = 0x80000000
    	IN_ONLYDIR                       = 0x1000000
    	IN_OPEN                          = 0x20
    	IN_Q_OVERFLOW                    = 0x4000
    	IN_UNMOUNT                       = 0x2000
    	IPPROTO_AH                       = 0x33
    	IPPROTO_COMP                     = 0x6c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64le.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x80
    	IN_ONESHOT                       = 0x80000000
    	IN_ONLYDIR                       = 0x1000000
    	IN_OPEN                          = 0x20
    	IN_Q_OVERFLOW                    = 0x4000
    	IN_UNMOUNT                       = 0x2000
    	IPPROTO_AH                       = 0x33
    	IPPROTO_COMP                     = 0x6c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mipsle.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x80
    	IN_ONESHOT                       = 0x80000000
    	IN_ONLYDIR                       = 0x1000000
    	IN_OPEN                          = 0x20
    	IN_Q_OVERFLOW                    = 0x4000
    	IN_UNMOUNT                       = 0x2000
    	IPPROTO_AH                       = 0x33
    	IPPROTO_BEETPH                   = 0x5e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/runtime/defs_freebsd_386.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0x40
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = -0x1
    	_EVFILT_WRITE = -0x2
    	_EVFILT_USER  = -0xb
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type rtprio struct {
    	_type uint16
    	prio  uint16
    }
    
    type thrparam struct {
    	start_func uintptr
    	arg        unsafe.Pointer
    	stack_base uintptr
    	stack_size uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. src/runtime/defs_freebsd_riscv64.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0x40
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = -0x1
    	_EVFILT_WRITE = -0x2
    	_EVFILT_USER  = -0xb
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type rtprio struct {
    	_type uint16
    	prio  uint16
    }
    
    type thrparam struct {
    	start_func uintptr
    	arg        unsafe.Pointer
    	stack_base uintptr
    	stack_size uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go

    import (
    	"syscall"
    	"unsafe"
    )
    
    // Minimal copy of functionality from x/sys/unix so the cpu package can call
    // sysctl without depending on x/sys/unix.
    
    const (
    	_CTL_QUERY = -2
    
    	_SYSCTL_VERS_1 = 0x1000000
    )
    
    var _zero uintptr
    
    func sysctl(mib []int32, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
    	var _p0 unsafe.Pointer
    	if len(mib) > 0 {
    		_p0 = unsafe.Pointer(&mib[0])
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 02 15:41:00 UTC 2020
    - 4.3K bytes
    - Viewed (0)
Back to top