Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for typC (0.24 sec)

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

    	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)
    		v0 := b.NewValue0(v.Pos, OpConstNil, v.Type.Elem().PtrTo())
    		v1 := b.NewValue0(v.Pos, OpConst32, typ.Int)
    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

    		v.AuxInt = int64ToAuxInt(int64(uint64(c) << uint64(d)))
    		v.AddArg(x)
    		return true
    	}
    	// match: (ADDshiftLL <typ.UInt16> [8] (UBFX <typ.UInt16> [armBFAuxInt(8, 8)] x) x)
    	// result: (REV16W x)
    	for {
    		if v.Type != typ.UInt16 || auxIntToInt64(v.AuxInt) != 8 || v_0.Op != OpARM64UBFX || v_0.Type != typ.UInt16 || auxIntToArm64BitField(v_0.AuxInt) != armBFAuxInt(8, 8) {
    			break
    		}
    		x := v_0.Args[0]
    		if x != v_1 {
    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

    		v0 := b.NewValue0(v.Pos, OpAMD64LEAL2, v.Type)
    		v0.AddArg2(x, x)
    		v.AddArg2(x, v0)
    		return true
    	}
    	// match: (MULLconst [27] x)
    	// result: (LEAL8 (LEAL2 <v.Type> x x) (LEAL2 <v.Type> x x))
    	for {
    		if auxIntToInt32(v.AuxInt) != 27 {
    			break
    		}
    		x := v_0
    		v.reset(OpAMD64LEAL8)
    		v0 := b.NewValue0(v.Pos, OpAMD64LEAL2, v.Type)
    		v0.AddArg2(x, x)
    		v.AddArg2(v0, v0)
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ResultNoRows", Var, 0},
    		{"Rows", Type, 0},
    		{"RowsAffected", Type, 0},
    		{"RowsColumnTypeDatabaseTypeName", Type, 8},
    		{"RowsColumnTypeLength", Type, 8},
    		{"RowsColumnTypeNullable", Type, 8},
    		{"RowsColumnTypePrecisionScale", Type, 8},
    		{"RowsColumnTypeScanType", Type, 8},
    		{"RowsNextResultSet", Type, 8},
    		{"SessionResetter", Type, 10},
    		{"Stmt", Type, 0},
    		{"StmtExecContext", Type, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                type: integer
                            required:
                            - number
                            type: object
                          type: array
                          x-kubernetes-list-map-keys:
                          - number
                          x-kubernetes-list-type: map
                      type: object
                    type: array
                  phase:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      type: string
                                    type: array
                                  requestPrincipals:
                                    description: Optional.
                                    items:
                                      type: string
                                    type: array
                                type: object
                            type: object
                          type: array
    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

                                type: integer
                            required:
                            - number
                            type: object
                          type: array
                          x-kubernetes-list-map-keys:
                          - number
                          x-kubernetes-list-type: map
                      type: object
                    type: array
                  phase:
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          type: string
                      required:
                      - ancestorRef
                      - controllerName
                      type: object
                    maxItems: 16
                    type: array
                required:
                - ancestors
                type: object
            required:
            - spec
            type: object
        served: true
        storage: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType."
              },
              "type": {
                "description": "Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.autoscaling.v1.Scale": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                    }
                  ],
                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
            },
            "required": [
              "nodeSelectorTerms"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.NodeSelectorRequirement": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top