Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for sris (0.04 sec)

  1. src/cmd/internal/obj/ppc64/obj9.go

    		if p.From.Type == obj.TYPE_CONST && p.From.Offset != 0 && p.From.Offset&0xFFFF == 0 {
    			// This is a constant shifted 16 bits to the left, convert it to ADDIS/ORIS $const,...
    			p.As = AADDIS
    			// Use ORIS for large constants which should not be sign extended.
    			if p.From.Offset >= 0x80000000 {
    				p.As = AORIS
    			}
    			p.Reg = REG_R0
    			p.From.Offset >>= 16
    		}
    
    	case AMOVD:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/config_test.go

    		"/livez/poststarthook/max-in-flight-filter",
    		"/livez/poststarthook/storage-object-count-tracker-hook",
    		"/livez/poststarthook/wrapping-post-start-hook",
    		"/metrics",
    		"/metrics/slis",
    		"/readyz",
    		"/readyz/delegate-health",
    		"/readyz/informer-sync",
    		"/readyz/log",
    		"/readyz/ping",
    		"/readyz/poststarthook/delegate-post-start-hook",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/controllermanager.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	controllersmetrics "k8s.io/component-base/metrics/prometheus/controllers"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/term"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	genericcontrollermanager "k8s.io/controller-manager/app"
    	"k8s.io/controller-manager/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_tls.go

    			return tls, userSupplied
    		}
    		// Update TLS settings for ISTIO_MUTUAL. Use client provided SNI if set. Otherwise,
    		// overwrite with the auto generated SNI. User specified SNIs in the istio mtls settings
    		// are useful when routing via gateways. Use Service Accounts if Subject Alt names
    		// are not specified in TLS settings.
    		sniToUse := tls.Sni
    		if len(sniToUse) == 0 {
    			sniToUse = sni
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server.go

    	"k8s.io/component-base/logs"
    	compbasemetrics "k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/cri-client/pkg/util"
    	podresourcesapi "k8s.io/kubelet/pkg/apis/podresources/v1"
    	podresourcesapiv1alpha1 "k8s.io/kubelet/pkg/apis/podresources/v1alpha1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  6. manifests/charts/istio-control/istio-discovery/values.yaml

        serviceAccountAnnotations: {}
    
        topologySpreadConstraints: []
    
        # You can use jwksResolverExtraRootCA to provide a root certificate
        # in PEM format. This will then be trusted by pilot when resolving
        # JWKS URIs.
        jwksResolverExtraRootCA: ""
    
        # This is used to set the source of configuration for
        # the associated address in configSource, if nothing is specified
        # the default MCP is assumed.
        configSource:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

      // or AddInput;
      int current_ods_input_ = 0;
      const tensorflow::OpDef* op_def_ = nullptr;
      const char* op_name_ = nullptr;
      string tf_op_type_;
      // TODO(srbs): Use this.
      string device_name_;
    };
    
    // MlirFunction is a thin wrapper over a FuncOp.
    class MlirFunction : public AbstractFunction {
     public:
      explicit MlirFunction(std::unique_ptr<MLIRContext> context,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  8. cmd/kube-proxy/app/server.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	"k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	nodeutil "k8s.io/component-helpers/node/util"
    	"k8s.io/klog/v2"
    	"k8s.io/kube-proxy/config/v1alpha1"
    	api "k8s.io/kubernetes/pkg/apis/core"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  9. src/crypto/x509/verify.go

    // supported.
    //
    // Name constraint validation follows the rules from RFC 5280, with the
    // addition that DNS name constraints may use the leading period format
    // defined for emails and URIs. When a constraint has a leading period
    // it indicates that at least one additional label must be prepended to
    // the constrained name to be considered valid.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top