Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 177 for 1e1000000 (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.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.8K bytes
    - Viewed (0)
  2. src/syscall/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: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  3. src/syscall/zerrors_netbsd_386.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.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_arm.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
    - 57.9K bytes
    - Viewed (0)
  5. guava-tests/benchmark/com/google/common/io/BaseEncodingBenchmark.java

        final BaseEncoding encoding;
    
        EncodingOption(BaseEncoding encoding) {
          this.encoding = encoding;
        }
      }
    
      @Param EncodingOption encoding;
    
      @Param({"10", "100", "10000"})
      int n;
    
      private final byte[][] encodingInputs = new byte[INPUTS_COUNT][];
      private final String[] decodingInputs = new String[INPUTS_COUNT];
    
      @BeforeExperiment
      public void setUp() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.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
    - 57.4K bytes
    - Viewed (0)
  7. src/runtime/defs1_netbsd_386.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo  int32
    	_code   int32
    	_errno  int32
    	_reason [20]byte
    }
    
    type stackt struct {
    	ss_sp    uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/runtime/defs1_netbsd_amd64.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo  int32
    	_code   int32
    	_errno  int32
    	_pad    int32
    	_reason [24]byte
    }
    
    type stackt struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. src/runtime/defs_freebsd_arm.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
    - 4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/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 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
Back to top