Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Major (0.18 sec)

  1. src/cmd/cgo/internal/swig/swig_test.go

    		return
    	}
    	t.Logf("found swig version %d.%d.%d", major, minor, patch)
    	if major < 3 || (major == 3 && minor == 0 && patch < 6) {
    		t.Skip("test requires swig 3.0.6 or later")
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. src/archive/tar/stat_unix.go

    		switch runtime.GOOS {
    		case "aix":
    			var major, minor uint32
    			major = uint32((dev & 0x3fffffff00000000) >> 32)
    			minor = uint32((dev & 0x00000000ffffffff) >> 0)
    			h.Devmajor, h.Devminor = int64(major), int64(minor)
    		case "linux":
    			// Copied from golang.org/x/sys/unix/dev_linux.go.
    			major := uint32((dev & 0x00000000000fff00) >> 8)
    			major |= uint32((dev & 0xfffff00000000000) >> 32)
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/test/issue27340/a.go

    // We can only disable -Wincompatible-pointer-types starting with GCC 5.
    
    // #if __GNU_MAJOR__ >= 5
    //
    // #pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
    //
    // typedef struct {
    // 	int a;
    // } issue27340Struct, *issue27340Ptr;
    //
    // static void issue27340CFunc(issue27340Ptr p) {}
    //
    // #else /* _GNU_MAJOR_ < 5 */
    //
    // typedef struct {
    // 	int a;
    // } issue27340Struct;
    //
    Go
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  4. src/archive/tar/common.go

    	paxGNUSparseOffset    = "GNU.sparse.offset"
    	paxGNUSparseNumBytes  = "GNU.sparse.numbytes"
    	paxGNUSparseMap       = "GNU.sparse.map"
    	paxGNUSparseName      = "GNU.sparse.name"
    	paxGNUSparseMajor     = "GNU.sparse.major"
    	paxGNUSparseMinor     = "GNU.sparse.minor"
    	paxGNUSparseSize      = "GNU.sparse.size"
    	paxGNUSparseRealSize  = "GNU.sparse.realsize"
    )
    
    // basicKeys is a set of the PAX keys for which we have built-in support.
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  5. .github/ISSUE_TEMPLATE/00-bug.yml

        attributes:
          label: Go version
          description: |
            What version of Go are you using (`go version`)?
    
            Note: we only [support](https://go.dev/doc/devel/release#policy) the two most recent major releases.
          placeholder: ex. go version go1.20.7 darwin/arm64
        validations:
          required: true
    
      - type: textarea
        id: go-env
        attributes:
          label: "Output of `go env` in your module/workspace:"
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  6. src/archive/tar/reader_test.go

    			ModTime:  time.Unix(1392337404, 0),
    			Typeflag: 0x30,
    			Linkname: "",
    			Uname:    "david",
    			Gname:    "david",
    			Devmajor: 0,
    			Devminor: 0,
    			PAXRecords: map[string]string{
    				"GNU.sparse.major":    "1",
    				"GNU.sparse.minor":    "0",
    				"GNU.sparse.realsize": "200",
    				"GNU.sparse.name":     "sparse-posix-1.0",
    			},
    			Format: FormatPAX,
    		}, {
    			Name:     "end",
    			Mode:     420,
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_LSH = 96
    pkg syscall (netbsd-arm64-cgo), const BPF_LSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION = 1
    pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE = 16777216
    pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_LEN ideal-int
    pkg syscall (darwin-arm64), const BPF_LSH = 96
    pkg syscall (darwin-arm64), const BPF_LSH ideal-int
    pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION = 1
    pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE = 524288
    pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (darwin-arm64), const BPF_MAXINSNS = 512
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_LEN ideal-int
    pkg syscall (freebsd-arm64), const BPF_LSH = 96
    pkg syscall (freebsd-arm64), const BPF_LSH ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION = 1
    pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE = 524288
    pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (freebsd-arm64), const BPF_MAXINSNS = 512
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const BPF_LDX ideal-int
    pkg syscall (darwin-386), const BPF_LEN ideal-int
    pkg syscall (darwin-386), const BPF_LSH ideal-int
    pkg syscall (darwin-386), const BPF_MAJOR_VERSION ideal-int
    pkg syscall (darwin-386), const BPF_MAXBUFSIZE ideal-int
    pkg syscall (darwin-386), const BPF_MAXINSNS ideal-int
    pkg syscall (darwin-386), const BPF_MEM ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top