Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 46 for Xadd64 (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && darwin
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                            = 0x10
    	AF_CCITT                                = 0xa
    	AF_CHAOS                                = 0x5
    	AF_CNT                                  = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go

    // go run mksyscall.go -tags darwin,amd64 syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.go
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build darwin && amd64
    
    package unix
    
    import (
    	"syscall"
    	"unsafe"
    )
    
    var _ syscall.Errno
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  3. src/runtime/mbitmap.go

    	// This pointer may be to some mmap'd region, so we allow it.
    	if s == nil {
    		if (GOARCH == "amd64" || GOARCH == "arm64") && p == clobberdeadPtr && debug.invalidptr != 0 {
    			// Crash if clobberdeadPtr is seen. Only on AMD64 and ARM64 for now,
    			// as they are the only platform where compiler's clobberdead mode is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && netbsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x1c
    	AF_BLUETOOTH                      = 0x1f
    	AF_CCITT                          = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && openbsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_BLUETOOTH                      = 0x20
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    true rootNamespace: istio-system trustDomain: cluster.local --- apiVersion: v1 kind: ConfigMap metadata: name: istio-sidecar-injector-1-7-6 namespace: istio-system labels: istio.io/rev: 1-7-6 release: istio data: values: |- { "global": { "arch": { "amd64": 2, "ppc64le": 2, "s390x": 2 }, "caAddress": "", "centralIstiod": false, "configValidation": true, "controlPlaneSecurity": true, "createRemoteSvcEndpo": false, "defaultNodeSelector": {}, "defaultPodDisruption": { "enabled": true }, "defaultResources":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. cluster/gce/windows/k8s-node-setup.psm1

      }
      $CRI_TOOLS_GCS_BUCKET = 'k8s-artifacts-cri-tools'
      $url = ('https://storage.googleapis.com/' + $CRI_TOOLS_GCS_BUCKET +
              '/release/' + $CRICTL_VERSION + '/crictl-' + $CRICTL_VERSION +
              '-windows-amd64.tar.gz')
      MustDownload-File `
          -URLs $url `
          -OutFile ${env:NODE_DIR}\crictl.tar.gz `
          -Hash $CRICTL_SHA256 `
          -Algorithm SHA256
      tar xzvf ${env:NODE_DIR}\crictl.tar.gz -C ${env:NODE_DIR}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390X.rules

    // license that can be found in the LICENSE file.
    
    // Lowering arithmetic
    (Add(64|Ptr) ...) => (ADD ...)
    (Add(32|16|8) ...) => (ADDW ...)
    (Add32F x y) => (Select0 (FADDS x y))
    (Add64F x y) => (Select0 (FADD x y))
    
    (Sub(64|Ptr) ...) => (SUB ...)
    (Sub(32|16|8) ...) => (SUBW ...)
    (Sub32F x y) => (Select0 (FSUBS x y))
    (Sub64F x y) => (Select0 (FSUB x y))
    
    (Mul64 ...) => (MULLD ...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    ConfigMap metadata: name: istio-sidecar-injector-1-9-5 namespace: istio-system labels: istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" release: istio data: values: |- { "global": { "arch": { "amd64": 2, "ppc64le": 2, "s390x": 2 }, "caAddress": "", "configValidation": true, "defaultNodeSelector": {}, "defaultPodDisruption": { "enabled": true }, "defaultResources": { "requests": { "cpu": "10m" } }, "enabled": false, "externalIstiod": false, "hub":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
Back to top