Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for ControlZ (0.29 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM.go

    		// result: (EQ cmp yes no)
    		for b.Controls[0].Op == OpARMInvertFlags {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockARMEQ, cmp)
    			return true
    		}
    		// match: (EQ (CMP x (RSBconst [0] y)))
    		// result: (EQ (CMN x y))
    		for b.Controls[0].Op == OpARMCMP {
    			v_0 := b.Controls[0]
    			_ = v_0.Args[1]
    			x := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteS390X.go

    		for b.Controls[0].Op == OpS390XCMPWUconst {
    			x := b.Controls[0]
    			c := auxToS390xCCMask(b.Aux)
    			if !(c&s390x.Unordered != 0) {
    				break
    			}
    			b.resetWithControl(BlockS390XBRC, x)
    			b.Aux = s390xCCMaskToAux(c &^ s390x.Unordered)
    			return true
    		}
    		// match: (BRC {c} (CMP x y) yes no)
    		// result: (CGRJ {c&^s390x.Unordered} x y yes no)
    		for b.Controls[0].Op == OpS390XCMP {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//
    	// This controls whether the mesh config map, generated from values.yaml is generated.
    	// If false, pilot wil use default values or user-supplied values, in that order of preference.
    	ConfigMap *wrapperspb.BoolValue `protobuf:"bytes,18,opt,name=configMap,proto3" json:"configMap,omitempty"`
    	// Controls whether Pilot is configured through the Mesh Control Protocol (MCP).
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewrite386.go

    		// result: (LT cmp yes no)
    		for b.Controls[0].Op == Op386SETL {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(Block386LT, cmp)
    			return true
    		}
    		// match: (If (SETLE cmp) yes no)
    		// result: (LE cmp yes no)
    		for b.Controls[0].Op == Op386SETLE {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(Block386LE, cmp)
    			return true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		"accept-ranges",
    		"age",
    		"access-control-allow-credentials",
    		"access-control-allow-headers",
    		"access-control-allow-methods",
    		"access-control-allow-origin",
    		"access-control-expose-headers",
    		"access-control-max-age",
    		"access-control-request-headers",
    		"access-control-request-method",
    		"allow",
    		"authorization",
    		"cache-control",
    		"content-disposition",
    		"content-encoding",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                    description: 'AllowIPIPPacketsFromWorkloads controls whether Felix
                      will add a rule to drop IPIP encapsulated traffic from workloads
                      [Default: false]'
                    type: boolean
                  allowVXLANPacketsFromWorkloads:
                    description: 'AllowVXLANPacketsFromWorkloads controls whether Felix
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritePPC64.go

    		// match: (If (Equal cc) yes no)
    		// result: (EQ cc yes no)
    		for b.Controls[0].Op == OpPPC64Equal {
    			v_0 := b.Controls[0]
    			cc := v_0.Args[0]
    			b.resetWithControl(BlockPPC64EQ, cc)
    			return true
    		}
    		// match: (If (NotEqual cc) yes no)
    		// result: (NE cc yes no)
    		for b.Controls[0].Op == OpPPC64NotEqual {
    			v_0 := b.Controls[0]
    			cc := v_0.Args[0]
    			b.resetWithControl(BlockPPC64NE, cc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.13.md

    release.  A new alpha feature is introduced to improve the mechanism that nodes heartbeat back to the control plane.  The `NodeLease` feature results in the node using a `Lease` resource in the `kube-node-lease` namespace that is renewed periodically.  The `NodeStatus` that was used previously to heartbeat back to the control plane is only updated when it changes.  This reduces load on the control plane for large clusters. The Kubelet plugin registration mechanism, which enables automatic discovery...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

      - The `kubeadm upgrade node config` and `kubeadm upgrade node experimental-control-plane` commands are deprecated in favor of `kubeadm upgrade node`, and will be removed in a future release. ([#78408](https://github.com/kubernetes/kubernetes/pull/78408), [@fabriziopandini](https://github.com/fabriziopandini))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.14.md

    Kubeadm: Automate certificate copy between control planes in HA setups
    
    - Joining control plane nodes to a HA cluster can now be simplified by enabling the optional automatic copy of certificates from an existing control plane node.
    - You can now use `kubeadm init --experimental-upload-certs` and `kubeadm join --experimental-control-plane --certificate-key`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top