Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for wbMove (0.15 sec)

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

    	ir.Syms.Racewriterange = typecheck.LookupRuntimeFunc("racewriterange")
    	ir.Syms.TypeAssert = typecheck.LookupRuntimeFunc("typeAssert")
    	ir.Syms.WBZero = typecheck.LookupRuntimeFunc("wbZero")
    	ir.Syms.WBMove = typecheck.LookupRuntimeFunc("wbMove")
    	ir.Syms.X86HasPOPCNT = typecheck.LookupRuntimeVar("x86HasPOPCNT")       // bool
    	ir.Syms.X86HasSSE41 = typecheck.LookupRuntimeVar("x86HasSSE41")         // bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    			// same as "node to NodePort" above.
    			output: "10.180.0.1:80, 10.180.1.1:80",
    			masq:   true,
    		},
    		{
    			name:     "localhost to NodePort with eTP:Local",
    			sourceIP: "127.0.0.1",
    			destIP:   "127.0.0.1",
    			destPort: 3002,
    
    			// The traffic gets short-circuited, ignoring externalTrafficPolicy, so
    			// same as "localhost to NodePort" above.
    			output: "10.180.0.2:80, 10.180.1.2:80",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    description: 'LogSeverityFile is the log severity above which logs
                      are sent to the log file. [Default: Info]'
                    pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
                    type: string
                  logSeverityScreen:
                    description: 'LogSeverityScreen is the log severity above which logs
                      are sent to the stdout. [Default: Info]'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //     "mhlo.return"(%9) : (tensor<f32>) -> ()
    //   }) {dimensions = dense<0> : tensor<1xi64>}
    //
    // If the input's rank N is greater than 2, we will reshape it to R2 first and
    // create the above ops, then reshape it back to rank N/2.
    class ConvertDiagPartOp : public OpRewritePattern<TF::DiagPartOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
      LogicalResult matchAndRewrite(TF::DiagPartOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	}
    	f := &http2SettingsFrame{http2FrameHeader: fh, p: p}
    	if v, ok := f.Value(http2SettingInitialWindowSize); ok && v > (1<<31)-1 {
    		countError("frame_settings_window_size_too_big")
    		// Values above the maximum flow control window size of 2^31 - 1 MUST
    		// be treated as a connection error (Section 5.4.1) of type
    		// FLOW_CONTROL_ERROR.
    		return nil, http2ConnectionError(http2ErrCodeFlowControl)
    	}
    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. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            Host header of the request. * HTTPS: The Listener Hostname
                            SHOULD match at both the TLS and HTTP protocol layers as described
                            above. If an implementation does not ensure that both the
                            SNI and Host header match the Listener hostname, it MUST clearly
                            document that. \n For HTTPRoute and TLSRoute resources, there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    	}
    
    	// status and metadata are allowed change (barring restrictions above), so separately test spec field.
    	// spec only has a few fields, so check the ones we don't allow changing
    	//  1. PodCIDRs - immutable after first set - checked above
    	//  2. ProviderID - immutable after first set - checked above
    	//  3. Unschedulable - allowed to change
    	//  4. Taints - allowed to change
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.12.md

    Sig Azure was focused on two primary new alpha features:
    - Adding Azure Availability Zones support to cloud provider.
    - Supporting Cross RG resources (disks, Azure File and node [Experimental]
    
    Besides the above new features, support for Azure Virtual Machine Scale Sets (VMSS) and Cluster-Autoscaler is now stable and considered GA:
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":          "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
    	"ip":        "IP address of the host file entry.",
    	"hostnames": "Hostnames for the above IP address.",
    }
    
    func (HostAlias) SwaggerDoc() map[string]string {
    	return map_HostAlias
    }
    
    var map_HostIP = map[string]string{
    	"":   "HostIP represents a single IP address allocated to the host.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

    // pod's hosts file.
    message HostAlias {
      // IP address of the host file entry.
      // +required
      optional string ip = 1;
    
      // Hostnames for the above IP address.
      // +listType=atomic
      repeated string hostnames = 2;
    }
    
    // HostIP represents a single IP address allocated to the host.
    message HostIP {
      // IP is the IP address assigned to the host
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top