Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 201 for fInt64 (0.24 sec)

  1. src/cmd/cgo/gcc.go

    	c.byte = c.Ident("byte")
    	c.int8 = c.Ident("int8")
    	c.int16 = c.Ident("int16")
    	c.int32 = c.Ident("int32")
    	c.int64 = c.Ident("int64")
    	c.uint8 = c.Ident("uint8")
    	c.uint16 = c.Ident("uint16")
    	c.uint32 = c.Ident("uint32")
    	c.uint64 = c.Ident("uint64")
    	c.uintptr = c.Ident("uintptr")
    	c.float32 = c.Ident("float32")
    	c.float64 = c.Ident("float64")
    	c.complex64 = c.Ident("complex64")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    		}
    	}
    	return n
    }
    
    func sovGenerated(x uint64) (n int) {
    	return (math_bits.Len64(x|1) + 6) / 7
    }
    func sozGenerated(x uint64) (n int) {
    	return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
    }
    func (this *BoundObjectReference) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&BoundObjectReference{`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	if opts.SendInitialEvents == nil || !*opts.SendInitialEvents || !opts.Predicate.AllowWatchBookmarks {
    		return func() uint64 { return 0 }, nil
    	}
    
    	switch {
    	case len(opts.ResourceVersion) == 0:
    		return func() uint64 { return requiredResourceVersion }, nil
    	case parsedResourceVersion == 0:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. src/runtime/mgc.go

    	sec, nsec, _ := time_now()
    	unixNow := sec*1e9 + int64(nsec)
    	work.pauseNS += now - stw.startedStopping
    	work.tEnd = now
    	atomic.Store64(&memstats.last_gc_unix, uint64(unixNow)) // must be Unix time to make sense to user
    	atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
    	memstats.pause_ns[memstats.numgc%uint32(len(memstats.pause_ns))] = uint64(work.pauseNS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types/type.go

    func (t *Type) ArgWidth() int64 {
    	t.wantEtype(TFUNC)
    	return t.extra.(*Func).Argwid
    }
    
    func (t *Type) Size() int64 {
    	if t.kind == TSSA {
    		if t == TypeInt128 {
    			return 16
    		}
    		return 0
    	}
    	CalcSize(t)
    	return t.width
    }
    
    func (t *Type) Alignment() int64 {
    	CalcSize(t)
    	return int64(t.align)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    			n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize))
    		}
    	}
    	l = len(m.SignerName)
    	n += 1 + l + sovGenerated(uint64(l))
    	if m.ExpirationSeconds != nil {
    		n += 1 + sovGenerated(uint64(*m.ExpirationSeconds))
    	}
    	return n
    }
    
    func (m *CertificateSigningRequestStatus) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    			n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize))
    		}
    	}
    	if m.SignerName != nil {
    		l = len(*m.SignerName)
    		n += 1 + l + sovGenerated(uint64(l))
    	}
    	if m.ExpirationSeconds != nil {
    		n += 1 + sovGenerated(uint64(*m.ExpirationSeconds))
    	}
    	return n
    }
    
    func (m *CertificateSigningRequestStatus) Size() (n int) {
    	if m == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  8. src/runtime/mheap.go

    		// someone can set a really big memory limit that isn't maxInt64.
    		if uint64(scav)+inuse > uint64(limit) {
    			bytesToScavenge = uintptr(uint64(scav) + inuse - uint64(limit))
    			forceScavenge = true
    		}
    	}
    	if goal := scavenge.gcPercentGoal.Load(); goal != ^uint64(0) && growth > 0 {
    		// We just caused a heap growth, so scavenge down what will soon be used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    		}
    	}
    	return n
    }
    
    func (m *ForZone) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	return n
    }
    
    func sovGenerated(x uint64) (n int) {
    	return (math_bits.Len64(x|1) + 6) / 7
    }
    func sozGenerated(x uint64) (n int) {
    	return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    	var l int
    	_ = l
    	l = len(m.Level)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.AuditID)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Stage)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.RequestURI)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Verb)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = m.User.Size()
    	n += 1 + l + sovGenerated(uint64(l))
    	if m.ImpersonatedUser != nil {
    		l = m.ImpersonatedUser.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
Back to top