Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 111 for INT32 (0.27 sec)

  1. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    		if !(c >= 0 && int64(int32(c)) == c) {
    			break
    		}
    		v.copyOf(x)
    		return true
    	}
    	// match: (MOVWreg (MOVDconst [c]))
    	// result: (MOVDconst [int64(int32(c))])
    	for {
    		if v_0.Op != OpRISCV64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_0.AuxInt)
    		v.reset(OpRISCV64MOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(int32(c)))
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	case 66: /* mov spr,r1; mov r1,spr */
    		var r int
    		var v int32
    		if REG_R0 <= p.From.Reg && p.From.Reg <= REG_R31 {
    			r = int(p.From.Reg)
    			v = int32(p.To.Reg)
    			o1 = OPVCC(31, 467, 0, 0) /* mtspr */
    		} else {
    			r = int(p.To.Reg)
    			v = int32(p.From.Reg)
    			o1 = OPVCC(31, 339, 0, 0) /* mfspr */
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field EndPort", wireType)
    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    			m.EndPort = &v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  6. pkg/scheduler/schedule_one_test.go

    			}
    		})
    	}
    }
    
    var lowPriority, midPriority, highPriority = int32(0), int32(100), int32(1000)
    
    func TestNumFeasibleNodesToFind(t *testing.T) {
    	tests := []struct {
    		name              string
    		globalPercentage  int32
    		profilePercentage *int32
    		numAllNodes       int32
    		wantNumNodes      int32
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_control_test.go

    		}
    	}
    
    }
    
    func setupForInvariant(t *testing.T) (*apps.StatefulSet, *fakeObjectManager, StatefulSetControlInterface, intstr.IntOrString, int32) {
    	var totalPods int32 = 6
    	set := newStatefulSet(totalPods)
    	// update all pods >=3(3,4,5)
    	var partition int32 = 3
    	var maxUnavailable = intstr.FromInt32(2)
    	set.Spec.UpdateStrategy = apps.StatefulSetUpdateStrategy{
    		Type: apps.RollingUpdateStatefulSetStrategyType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field TimeoutSeconds", wireType)
    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    			m.TimeoutSeconds = &v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field Count", wireType)
    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    			m.Count = &v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field Count", wireType)
    			}
    			var v int32
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				v |= int32(b&0x7F) << shift
    				if b < 0x80 {
    					break
    				}
    			}
    			m.Count = &v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
Back to top