Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for add64 (0.08 sec)

  1. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	var x73 uint64
    	var x74 uint64
    	x73, x74 = bits.Add64(x52, x49, uint64(p521Uint1(x72)))
    	var x75 uint64
    	var x76 uint64
    	x75, x76 = bits.Add64(x50, x47, uint64(p521Uint1(x74)))
    	var x77 uint64
    	var x78 uint64
    	x77, x78 = bits.Add64(x48, x45, uint64(p521Uint1(x76)))
    	x79 := (uint64(p521Uint1(x78)) + x46)
    	var x81 uint64
    	_, x81 = bits.Add64(x26, x61, uint64(0x0))
    	var x82 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/generic.rules

    // See issue 37881.
    // Note: we don't need to handle any (x-C) cases because we already rewrite
    // (x-C) to (x+(-C)).
    
    // x + (C + z) -> C + (x + z)
    (Add64 (Add64 i:(Const64 <t>) z) x) && (z.Op != OpConst64 && x.Op != OpConst64) => (Add64 i (Add64 <t> z x))
    (Add32 (Add32 i:(Const32 <t>) z) x) && (z.Op != OpConst32 && x.Op != OpConst32) => (Add32 i (Add32 <t> z x))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg syscall (freebsd-amd64), const EV_DROP = 4096
    pkg syscall (freebsd-amd64), const EV_DROP ideal-int
    pkg syscall (freebsd-amd64), const IPPROTO_MPLS = 137
    pkg syscall (freebsd-amd64), const IPPROTO_MPLS ideal-int
    pkg syscall (freebsd-amd64), const MAP_32BIT = 524288
    pkg syscall (freebsd-amd64), const MAP_32BIT ideal-int
    pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER = 16777216
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    [kubernetes-client-windows-amd64.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-client-windows-amd64.tar.gz) | `b4120b9691a13188cf1328d364d7878f0b8d893636b58e3388291142a000e69f`
    
    ### Server Binaries
    
    filename | sha256 hash
    -------- | -----------
    [kubernetes-server-linux-amd64.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-server-linux-amd64.tar.gz) | `7e17b17e967722546541fdaeead4dc40037ddce4107aa2b2a561ea577aa62101`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    [kubernetes-client-windows-amd64.tar.gz](https://dl.k8s.io/v1.4.12/kubernetes-client-windows-amd64.tar.gz) | `a74934eca20dd2e753d385ddca912e76dafbfff2a65e3e3a1ec3c5c40fd92bc8`
    
    ### Server Binaries
    
    filename | sha256 hash
    -------- | -----------
    [kubernetes-server-linux-amd64.tar.gz](https://dl.k8s.io/v1.4.12/kubernetes-server-linux-amd64.tar.gz) | `bf8aa3e2e204c1f782645f7df9338767daab7be3ab47a4670e2df08ee410ee7f`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    				if ctxt.Arch.Family != sys.AMD64 {
    					ctxt.Diag("asmins: illegal 64: %v", p)
    				}
    				ab.rexflag |= Pw
    
    			case Pw8: // 64-bit escape if z >= 8
    				if z >= 8 {
    					if ctxt.Arch.Family != sys.AMD64 {
    						ctxt.Diag("asmins: illegal 64: %v", p)
    					}
    					ab.rexflag |= Pw
    				}
    
    			case Pb: // botch
    				if ctxt.Arch.Family != sys.AMD64 && (isbadbyte(&p.From) || isbadbyte(&p.To)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //	-race
    //		enable data race detection.
    //		Supported only on linux/amd64, freebsd/amd64, darwin/amd64, darwin/arm64, windows/amd64,
    //		linux/ppc64le and linux/arm64 (only for 48-bit VMA).
    //	-msan
    //		enable interoperation with memory sanitizer.
    //		Supported only on linux/amd64, linux/arm64, linux/loong64, freebsd/amd64
    //		and only with Clang/LLVM as the host C compiler.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					Labels: map[string]string{
    						v1.LabelOSStable:   "linux",
    						v1.LabelArchStable: "amd64",
    					},
    				},
    			},
    			ExpectedLabels: map[string]string{
    				kubeletapis.LabelOS:   "linux",
    				kubeletapis.LabelArch: "amd64",
    				v1.LabelOSStable:      "linux",
    				v1.LabelArchStable:    "amd64",
    			},
    		},
    		{
    			Name: "Reconcile OS/arch beta labels to match stable labels",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. cluster/gce/util.sh

    function gsutil_get_tar_md5() {
      # location_tar could be local or in the cloud
      # local tar_location example ./_output/release-tars/kubernetes-server-linux-amd64.tar.gz
      # cloud tar_location example gs://kubernetes-staging-PROJECT/kubernetes-devel/kubernetes-server-linux-amd64.tar.gz
      local -r tar_location=$1
      #parse the output and return the md5 hash
      #the sed command at the end removes whitespace
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    				// the base address for the executable.
    				o -= PEBASE
    			}
    
    			// On amd64, 4-byte offsets will be sign-extended, so it is impossible to
    			// access more than 2GB of static data; fail at link time is better than
    			// fail at runtime. See https://golang.org/issue/7980.
    			// Instead of special casing only amd64, we treat this as an error on all
    			// 64-bit architectures so as to be future-proof.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top