Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 177 for 1e1000000 (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/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 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.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 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

              when {
                b == 0x80 -> {
                  // 10000000
                  throw IOException("index == 0")
                }
                b and 0x80 == 0x80 -> {
                  // 1NNNNNNN
                  val index = readInt(b, PREFIX_7_BITS)
                  readIndexedHeader(index - 1)
                }
                b == 0x40 -> {
                  // 01000000
                  readLiteralHeaderWithIncrementalIndexingNewName()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	IFF_RUNNING                   = 0x40
    	IFF_SIMPLEX                   = 0x800
    	IFF_SNAP                      = 0x8000
    	IFF_TCP_DISABLE_CKSUM         = 0x20000000
    	IFF_TCP_NOCKSUM               = 0x1000000
    	IFF_UP                        = 0x1
    	IFF_VIPA                      = 0x80000000
    	IFNAMSIZ                      = 0x10
    	IFO_FLUSH                     = 0x1
    	IFT_1822                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x800
    	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
    - 70.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_s390x.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x800
    	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
    - 73.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	IFF_RUNNING                   = 0x40
    	IFF_SIMPLEX                   = 0x800
    	IFF_SNAP                      = 0x8000
    	IFF_TCP_DISABLE_CKSUM         = 0x20000000
    	IFF_TCP_NOCKSUM               = 0x1000000
    	IFF_UP                        = 0x1
    	IFF_VIPA                      = 0x80000000
    	IFNAMSIZ                      = 0x10
    	IFO_FLUSH                     = 0x1
    	IFT_1822                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/runtime/defs_freebsd_arm64.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)
  9. src/syscall/zerrors_linux_riscv64.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x800
    	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
    - 70.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64le.go

    	IN_MOVED_TO                      = 0x80
    	IN_MOVE_SELF                     = 0x800
    	IN_NONBLOCK                      = 0x800
    	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
    - 71.8K bytes
    - Viewed (0)
Back to top