Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 0B1110 (0.08 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	SO_DONTROUTE                      = 0x10
    	SO_DONTTRUNC                      = 0x2000
    	SO_ERROR                          = 0x1007
    	SO_KEEPALIVE                      = 0x8
    	SO_LABEL                          = 0x1010
    	SO_LINGER                         = 0x80
    	SO_LINGER_SEC                     = 0x1080
    	SO_NKE                            = 0x1021
    	SO_NOADDRERR                      = 0x1023
    	SO_NOSIGPIPE                      = 0x1022
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	RTV_SPIPE                     = 0x10
    	RTV_SSTHRESH                  = 0x20
    	RT_AWARE                      = 0x1
    	RUSAGE_CHILDREN               = -0x1
    	RUSAGE_SELF                   = 0x0
    	SCM_RIGHTS                    = 0x1010
    	SCM_TIMESTAMP                 = 0x1013
    	SCM_UCRED                     = 0x1012
    	SHUT_RD                       = 0x0
    	SHUT_RDWR                     = 0x2
    	SHUT_WR                       = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://[2001:db8::1]/").host).isEqualTo("2001:db8::1")
        assertThat(parse("http://[2001:db8:0:0:0:0:2:1]/").host).isEqualTo("2001:db8::2:1")
        assertThat(parse("http://[2001:db8:0:1:1:1:1:1]/").host).isEqualTo("2001:db8:0:1:1:1:1:1")
        assertThat(parse("http://[2001:db8:0:0:1:0:0:1]/").host).isEqualTo("2001:db8::1:0:0:1")
        assertThat(parse("http://[2001:0:0:1:0:0:0:1]/").host).isEqualTo("2001:0:0:1::1")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. src/syscall/zerrors_freebsd_arm.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  5. src/syscall/zerrors_freebsd_arm64.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_riscv64.go

    	SO_NOSIGPIPE                      = 0x800
    	SO_NO_DDP                         = 0x8000
    	SO_NO_OFFLOAD                     = 0x4000
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1010
    	SO_PROTOCOL                       = 0x1016
    	SO_PROTOTYPE                      = 0x1016
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	RTV_SPIPE                     = 0x10
    	RTV_SSTHRESH                  = 0x20
    	RT_AWARE                      = 0x1
    	RUSAGE_CHILDREN               = -0x1
    	RUSAGE_SELF                   = 0x0
    	SCM_RIGHTS                    = 0x1010
    	SCM_TIMESTAMP                 = 0x1013
    	SCM_UCRED                     = 0x1012
    	SHUT_RD                       = 0x0
    	SHUT_RDWR                     = 0x2
    	SHUT_WR                       = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  8. src/cmd/go/go_test.go

    	tg.t.Helper()
    	if st, err := os.Stat(path); err != nil {
    		if !os.IsNotExist(err) {
    			tg.t.Log(err)
    		}
    		tg.t.Fatal(msg)
    	} else {
    		if runtime.GOOS != "windows" && st.Mode()&0111 == 0 {
    			tg.t.Fatalf("binary %s exists but is not executable", path)
    		}
    	}
    }
    
    // isStale reports whether pkg is stale, and why
    func (tg *testgoData) isStale(pkg string) (bool, string) {
    	tg.t.Helper()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    			uid = 0
    		}
    	} else {
    		uid = Getuid()
    	}
    
    	if uid == 0 {
    		if mode&1 == 0 {
    			// Root can read and write any file.
    			return nil
    		}
    		if st.Mode&0111 != 0 {
    			// Root can execute any file that anybody can execute.
    			return nil
    		}
    		return EACCES
    	}
    
    	var fmode uint32
    	if uint32(uid) == st.Uid {
    		fmode = (st.Mode >> 6) & 7
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewrite.go

    }
    
    // Test if this value can encoded as a mask for a rlwinm like
    // operation.  Masks can also extend from the msb and wrap to
    // the lsb too.  That is, the valid masks are 32 bit strings
    // of the form: 0..01..10..0 or 1..10..01..1 or 1...1
    func isPPC64WordRotateMask(v64 int64) bool {
    	// Isolate rightmost 1 (if none 0) and add.
    	v := uint32(v64)
    	vp := (v & -v) + v
    	// Likewise, for the wrapping case.
    	vn := ^v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top