Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for intPtr (0.41 sec)

  1. pkg/apis/core/validation/validation_test.go

    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromInt32(1), Host: "", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/foo", Port: intstr.FromInt32(65535), Host: "host", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromString("port"), Host: "", Scheme: "HTTP"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Uint64).Load", Method, 19},
    		{"(*Uint64).Store", Method, 19},
    		{"(*Uint64).Swap", Method, 19},
    		{"(*Uintptr).Add", Method, 19},
    		{"(*Uintptr).CompareAndSwap", Method, 19},
    		{"(*Uintptr).Load", Method, 19},
    		{"(*Uintptr).Store", Method, 19},
    		{"(*Uintptr).Swap", Method, 19},
    		{"(*Value).CompareAndSwap", Method, 17},
    		{"(*Value).Load", Method, 4},
    		{"(*Value).Store", Method, 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "maxSurge": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    func rewriteValuegeneric_OpConstInterface(v *Value) bool {
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (ConstInterface)
    	// result: (IMake (ConstNil <typ.Uintptr>) (ConstNil <typ.BytePtr>))
    	for {
    		v.reset(OpIMake)
    		v0 := b.NewValue0(v.Pos, OpConstNil, typ.Uintptr)
    		v1 := b.NewValue0(v.Pos, OpConstNil, typ.BytePtr)
    		v.AddArg2(v0, v1)
    		return true
    	}
    }
    func rewriteValuegeneric_OpConstSlice(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM64.go

    		// match: (JumpTable idx)
    		// result: (JUMPTABLE {makeJumpTableSym(b)} idx (MOVDaddr <typ.Uintptr> {makeJumpTableSym(b)} (SB)))
    		for {
    			idx := b.Controls[0]
    			v0 := b.NewValue0(b.Pos, OpARM64MOVDaddr, typ.Uintptr)
    			v0.Aux = symToAux(makeJumpTableSym(b))
    			v1 := b.NewValue0(b.Pos, OpSB, typ.Uintptr)
    			v0.AddArg(v1)
    			b.resetWithControl2(BlockARM64JUMPTABLE, idx, v0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	case BlockJumpTable:
    		// match: (JumpTable idx)
    		// result: (JUMPTABLE {makeJumpTableSym(b)} idx (LEAQ <typ.Uintptr> {makeJumpTableSym(b)} (SB)))
    		for {
    			idx := b.Controls[0]
    			v0 := b.NewValue0(b.Pos, OpAMD64LEAQ, typ.Uintptr)
    			v0.Aux = symToAux(makeJumpTableSym(b))
    			v1 := b.NewValue0(b.Pos, OpSB, typ.Uintptr)
    			v0.AddArg(v1)
    			b.resetWithControl2(BlockAMD64JUMPTABLE, idx, 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)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    .
      }];
    
      let arguments = (ins
        Arg<TF_NumberTensor, [{the input tensor}]>:$lhs,
        Arg<TF_NumberTensor, [{the kernel tensor}]>:$rhs,
        Arg<TF_I32OrI64Tensor, [{the inter-window strides}]>:$window_strides,
        Arg<TF_I32OrI64Tensor, [{the padding to apply at the start and end of each input dimensions}]>:$padding,
        Arg<TF_I32OrI64Tensor, [{dilation to apply between input elements}]>:$lhs_dilation,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. RELEASE.md

        provides class `ndarray`, which mimics the `ndarray` class in NumPy, and
        wraps an immutable `tf.Tensor` under the hood. A subset of NumPy functions
        (e.g. `numpy.add`) are provided. Their inter-operation with TF facilities is
        seamless in most cases. See
        [tensorflow/python/ops/numpy_ops/README.md](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/numpy_ops/README.md)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top