Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for confv1 (0.54 sec)

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

    	}
    }
    func rewriteValuegeneric_OpConstSlice(v *Value) bool {
    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (ConstSlice)
    	// cond: config.PtrSize == 4
    	// result: (SliceMake (ConstNil <v.Type.Elem().PtrTo()>) (Const32 <typ.Int> [0]) (Const32 <typ.Int> [0]))
    	for {
    		if !(config.PtrSize == 4) {
    			break
    		}
    		v.reset(OpSliceMake)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	}
    	return false
    }
    func rewriteValueARM64_OpARM64LDP(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	// match: (LDP [off1] {sym} (ADDconst [off2] ptr) mem)
    	// cond: is32Bit(int64(off1)+off2) && (ptr.Op != OpSB || !config.ctxt.Flag_dynlink)
    	// result: (LDP [off1+int32(off2)] {sym} ptr mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	}
    	// match: (Zero [s] destptr mem)
    	// cond: (s > 1024 || (config.noDuffDevice && s > 64 || !config.useSSE && s > 32)) && s%8 == 0
    	// result: (REPSTOSQ destptr (MOVQconst [s/8]) (MOVQconst [0]) mem)
    	for {
    		s := auxIntToInt64(v.AuxInt)
    		destptr := v_0
    		mem := v_1
    		if !((s > 1024 || (config.noDuffDevice && s > 64 || !config.useSSE && s > 32)) && s%8 == 0) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: `kubeadm config view` command has been deprecated and will be removed in a feature release, please use `kubectl get cm -o yaml -n kube-system kubeadm-config` to get the kubeadm config directly ([#92740](https://github.com/kubernetes/kubernetes/pull/92740), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Config.InsecureSkipVerify", Field, 0},
    		{"Config.KeyLogWriter", Field, 8},
    		{"Config.MaxVersion", Field, 2},
    		{"Config.MinVersion", Field, 2},
    		{"Config.NameToCertificate", Field, 0},
    		{"Config.NextProtos", Field, 0},
    		{"Config.PreferServerCipherSuites", Field, 1},
    		{"Config.Rand", Field, 0},
    		{"Config.Renegotiation", Field, 7},
    		{"Config.RootCAs", Field, 0},
    		{"Config.ServerName", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    nullable: true
                    type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    format: int32
                    minimum: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    format: int32
                    minimum: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/gateway-api-crd.yaml

    # Generated with `kubectl kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.1.0"`
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
        gateway.networking.k8s.io/bundle-version: v1.1.0
        gateway.networking.k8s.io/channel: experimental
      creationTimestamp: null
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    about the TPUEmbedding partitioner output.}]>:$common_config,
        Arg<TF_StrTensor, [{A string-encoded memory config proto containing metadata about
    the memory allocations reserved for TPUEmbedding.}]>:$memory_config,
    
        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string containing metadata about the hostname and RPC port
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top