Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 210 for fInt64 (0.18 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    // consistency with the corresponding package for other operating systems.
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
    
    func NsecToTimespec(nsec int64) (ts Timespec) {
    	ts.Sec = nsec / 1e9
    	ts.Nsec = nsec % 1e9
    	return
    }
    
    // TODO(brainman): fix all needed for net
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top