Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 162 for INT32 (0.06 sec)

  1. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				},
    				RegistryPullQPS:                           utilpointer.Int32(5),
    				RegistryBurst:                             10,
    				EventRecordQPS:                            utilpointer.Int32(50),
    				EventBurst:                                100,
    				EnableDebuggingHandlers:                   utilpointer.Bool(true),
    				HealthzPort:                               utilpointer.Int32(10248),
    				HealthzBindAddress:                        "127.0.0.1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/validation/validation_test.go

    		ScaleDown: nil,
    	}, {
    		ScaleUp: &autoscaling.HPAScalingRules{
    			StabilizationWindowSeconds: utilpointer.Int32(3600),
    			SelectPolicy:               &minPolicy,
    			Policies:                   simplePoliciesList,
    		},
    		ScaleDown: &autoscaling.HPAScalingRules{
    			StabilizationWindowSeconds: utilpointer.Int32(0),
    			SelectPolicy:               &disabledPolicy,
    			Policies:                   simplePoliciesList,
    		},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. pkg/proxy/endpointschangetracker_test.go

    			startingSlices: []*discovery.EndpointSlice{
    				generateEndpointSlice("svc1", "ns1", 1, 3, 999, 999, []string{"host1", "host2"}, []*int32{ptr.To[int32](80), ptr.To[int32](443)}),
    				generateEndpointSlice("svc1", "ns1", 2, 2, 999, 999, []string{"host1", "host2"}, []*int32{ptr.To[int32](80), ptr.To[int32](443)}),
    			},
    			endpointsChangeTracker: NewEndpointsChangeTracker("host1", nil, v1.IPv4Protocol, nil, nil),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal.go

    func calculateScaleUpLimitWithScalingRules(currentReplicas int32, scaleUpEvents, scaleDownEvents []timestampedScaleEvent, scalingRules *autoscalingv2.HPAScalingRules) int32 {
    	var result int32
    	var proposed int32
    	var selectPolicyFn func(int32, int32) int32
    	if *scalingRules.SelectPolicy == autoscalingv2.DisabledPolicySelect {
    		return currentReplicas // Scaling is disabled
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	recvfrom(s Handle, buf []byte, flags int32, from *RawSockaddrAny, fromlen *int32) (n int32, err error) [failretval==-1] = ws2_32.recvfrom
    //sys	Setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (err error) [failretval==socket_error] = ws2_32.setsockopt
    //sys	Getsockopt(s Handle, level int32, optname int32, optval *byte, optlen *int32) (err error) [failretval==socket_error] = ws2_32.getsockopt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  6. src/syscall/syscall_windows.go

    //sys	socket(af int32, typ int32, protocol int32) (handle Handle, err error) [failretval==InvalidHandle] = ws2_32.socket
    //sys	Setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (err error) [failretval==socket_error] = ws2_32.setsockopt
    //sys	Getsockopt(s Handle, level int32, optname int32, optval *byte, optlen *int32) (err error) [failretval==socket_error] = ws2_32.getsockopt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  7. src/sync/atomic/atomic_test.go

    	}
    	defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(4))
    	N := int32(1e3)
    	if testing.Short() {
    		N = int32(1e2)
    	}
    	c := make(chan bool, 2)
    	type Data struct {
    		signal int32
    		pad1   [128]int8
    		data1  int32
    		pad2   [128]int8
    		data2  float32
    	}
    	var X Data
    	for p := int32(0); p < 2; p++ {
    		go func(p int32) {
    			for i := int32(1); i < N; i++ {
    				if (i+p)%2 == 0 {
    					X.data1 = i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/validation/validation_test.go

    	tests := []struct {
    		lendablePercent       *int32
    		borrowingLimitPercent *int32
    		errExpected           field.ErrorList
    	}{{
    		lendablePercent: nil,
    		errExpected:     nil,
    	}, {
    		lendablePercent: pointer.Int32(0),
    		errExpected:     nil,
    	}, {
    		lendablePercent: pointer.Int32(100),
    		errExpected:     nil,
    	}, {
    		lendablePercent: pointer.Int32(101),
    		errExpected:     errLendablePercentFn(101),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (CMPUconst (MOVDconst [x]) [y]) && uint64(x)>uint64(y) => (FlagGT)
    
    (CMPWconst (MOVDconst [x]) [y]) && int32(x)==int32(y) => (FlagEQ)
    (CMPWconst (MOVDconst [x]) [y]) && int32(x)<int32(y) => (FlagLT)
    (CMPWconst (MOVDconst [x]) [y]) && int32(x)>int32(y) => (FlagGT)
    (CMPWUconst (MOVDconst [x]) [y]) && uint32(x)==uint32(y) => (FlagEQ)
    (CMPWUconst (MOVDconst [x]) [y]) && uint32(x)<uint32(y) => (FlagLT)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  10. src/index/suffixarray/sais2.go

    		}
    	New:
    		id++
    		lastPos = j
    		lastLen = n
    	Same:
    		sa[j/2] = int64(id)
    	}
    	return id
    }
    
    func assignID_32(text []int32, sa []int32, numLMS int) int {
    	id := 0
    	lastLen := int32(-1) // impossible
    	lastPos := int32(0)
    	for _, j := range sa[len(sa)-numLMS:] {
    		// Is the LMS-substring at index j new, or is it the same as the last one we saw?
    		n := sa[j/2]
    		if n != lastLen {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top