Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 192 for fInt64 (0.75 sec)

  1. src/cmd/link/internal/ld/lib.go

    func (ctxt *Link) xdefine(p string, t sym.SymKind, v int64) loader.Sym {
    	s := ctxt.defineInternal(p, t)
    	ctxt.loader.SetSymValue(s, v)
    	return s
    }
    
    func datoff(ldr *loader.Loader, s loader.Sym, addr int64) int64 {
    	if uint64(addr) >= Segdata.Vaddr {
    		return int64(uint64(addr) - Segdata.Vaddr + Segdata.Fileoff)
    	}
    	if uint64(addr) >= Segtext.Vaddr {
    		return int64(uint64(addr) - Segtext.Vaddr + Segtext.Fileoff)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/discovery/v1beta1/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
    - 54.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	storedObj := &example.Pod{}
    	err := store.GuaranteedUpdate(ctx, key, storedObj, true, nil,
    		func(_ runtime.Object, _ storage.ResponseMeta) (runtime.Object, *uint64, error) {
    			ttl := uint64(1)
    			return updateObj, &ttl, nil
    		}, nil)
    	if err != nil {
    		t.Fatalf("Update failed: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1alpha1/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 *CSIStorageCapacity) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&CSIStorageCapacity{`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	return n
    }
    
    func (m *Subject) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Kind)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.APIGroup)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Namespace)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	return n
    }
    
    func (m *Subject) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Kind)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.APIVersion)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Namespace)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (Lsh16x64 _ (Const64 [c])) && uint64(c) >= 16 => (Const16 [0])
    (Rsh16Ux64 _ (Const64 [c])) && uint64(c) >= 16 => (Const16 [0])
    (Lsh8x64 _ (Const64 [c])) && uint64(c) >= 8 => (Const8 [0])
    (Rsh8Ux64 _ (Const64 [c])) && uint64(c) >= 8 => (Const8 [0])
    
    // large constant signed right shift, we leave the sign bit
    (Rsh32x64 x (Const64 [c])) && uint64(c) >= 32 => (SRAconst x [31])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	return n
    }
    
    func (m *Subject) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    	var l int
    	_ = l
    	l = len(m.Kind)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.APIGroup)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Name)
    	n += 1 + l + sovGenerated(uint64(l))
    	l = len(m.Namespace)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  9. src/runtime/mgcmark.go

    //
    // nowritebarrier is only advisory here.
    //
    //go:nowritebarrier
    func markroot(gcw *gcWork, i uint32, flushBgCredit bool) int64 {
    	// Note: if you add a case here, please also update heapdump.go:dumproots.
    	var workDone int64
    	var workCounter *atomic.Int64
    	switch {
    	case work.baseData <= i && i < work.baseBSS:
    		workCounter = &gcController.globalsScanWork
    		for _, datap := range activeModules() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. pkg/kubelet/eviction/helpers.go

    					available: resource.NewQuantity(int64(*containerFs.InodesFree), resource.DecimalSI),
    					capacity:  resource.NewQuantity(int64(*containerFs.Inodes), resource.DecimalSI),
    					time:      containerFs.Time,
    				}
    			}
    		}
    	}
    	if rlimit := summary.Node.Rlimit; rlimit != nil {
    		if rlimit.NumOfRunningProcesses != nil && rlimit.MaxPID != nil {
    			available := int64(*rlimit.MaxPID) - int64(*rlimit.NumOfRunningProcesses)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
Back to top