Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 170 for 10x10 (0.17 sec)

  1. src/runtime/defs1_netbsd_386.go

    	_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
    	_SA_RESTART = 0x2
    	_SA_ONSTACK = 0x1
    
    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    	_SIGILL    = 0x4
    	_SIGTRAP   = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. src/runtime/defs1_netbsd_amd64.go

    	_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
    	_SA_RESTART = 0x2
    	_SA_ONSTACK = 0x1
    
    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    	_SIGILL    = 0x4
    	_SIGTRAP   = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x20
    	SizeofSockaddrAny      = 0xfc
    	SizeofSockaddrUnix     = 0x6e
    	SizeofSockaddrDatalink = 0xfc
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  5. internal/dsync/drwmutex_test.go

    func BenchmarkRWMutexWorkWrite100(b *testing.B) {
    	benchmarkRWMutex(b, 100, 100)
    }
    
    // Borrowed from rwmutex_test.go
    func BenchmarkRWMutexWorkWrite10(b *testing.B) {
    	benchmarkRWMutex(b, 100, 10)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 24 03:49:07 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x36
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go

    	Control    *byte
    	Controllen uint32
    	Flags      int32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x404
    	SizeofSockaddrUnix     = 0x401
    	SizeofSockaddrDatalink = 0x80
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofIPv6MTUInfo      = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go

    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x36
    	SizeofXucred           = 0x58
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPMreqn          = 0xc
    	SizeofIPv6Mreq         = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  9. src/runtime/defs_freebsd_386.go

    	_MAP_SHARED  = 0x1
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED = 0x4
    	_MADV_FREE     = 0x5
    
    	_SA_SIGINFO = 0x40
    	_SA_RESTART = 0x2
    	_SA_ONSTACK = 0x1
    
    	_CLOCK_MONOTONIC = 0x4
    	_CLOCK_REALTIME  = 0x0
    
    	_UMTX_OP_WAIT_UINT         = 0xb
    	_UMTX_OP_WAIT_UINT_PRIVATE = 0xf
    	_UMTX_OP_WAKE              = 0x3
    	_UMTX_OP_WAKE_PRIVATE      = 0x10
    
    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go

    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    const (
    	SizeofSockaddrInet4    = 0x10
    	SizeofSockaddrInet6    = 0x1c
    	SizeofSockaddrAny      = 0x6c
    	SizeofSockaddrUnix     = 0x6a
    	SizeofSockaddrDatalink = 0x20
    	SizeofLinger           = 0x8
    	SizeofIovec            = 0x10
    	SizeofIPMreq           = 0x8
    	SizeofIPv6Mreq         = 0x14
    	SizeofMsghdr           = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top