HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 501 - 525 of 2692) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/strconv/
decimal_test.go 13 i uint64
46 i uint64
49 int uint64
98 i uint64
100 int uint64
extfloat.go 12 mant uint64
128 func (f *extFloat) floatBits(flt *floatInfo) (bits uint64, overflow bool) {
164 bits = mant & (uint64(1)<<flt.mantbits - 1)
165 bits |= uint64((exp-flt.bias)&(1<<flt.expbits-1)) << flt.mantbits
176 func (f *extFloat) AssignComputeBounds(mant uint64, exp int, neg bool, flt *floatInfo) (lower, upper extFloat) {
236 fhi, flo := f.mant>>32, uint64(uint32(f.mant))
237 ghi, glo := g.mant>>32, uint64(uint32(g.mant))
245 rem := uint64(uint32(cross1)) + uint64(uint32(cross2)) + ((flo * glo) >> 32)
253 var uint64pow10 = [...]uint64{
    [all...]
  /prebuilts/go/darwin-x86/src/sync/atomic/
atomic_test.go 105 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, uint64(magic64), uint64(magic64))
114 before uint64
115 i uint64
116 after uint64
120 var j uint64
121 for delta := uint64(1); delta+delta > delta; delta += delta {
129 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, uint64(magic64), uint64(magic64))
139 var m uint64 = magic6
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
reg.go 80 func excludedregs() uint64 {
84 func doregbits(r int) uint64 {
102 func RtoB(r int) uint64 {
120 func BtoR(b uint64) int {
130 func BtoF(b uint64) int {
  /prebuilts/go/linux-x86/src/runtime/
atomic_arm64.s 14 // uint64 runtime·atomicload64(uint64 volatile* addr)
63 // bool runtime·cas64(uint64 *ptr, uint64 old, uint64 new)
  /prebuilts/go/linux-x86/src/strconv/
decimal_test.go 13 i uint64
46 i uint64
49 int uint64
98 i uint64
100 int uint64
  /prebuilts/go/linux-x86/src/sync/atomic/
atomic_test.go 105 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, uint64(magic64), uint64(magic64))
114 before uint64
115 i uint64
116 after uint64
120 var j uint64
121 for delta := uint64(1); delta+delta > delta; delta += delta {
129 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, uint64(magic64), uint64(magic64))
139 var m uint64 = magic6
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 43 static void SetUInt64(Byte *p, UInt64 d)
133 UInt64 COutArchive::GetPos() const
177 void COutArchive::WriteUInt64(UInt64 value)
186 void COutArchive::WriteNumber(UInt64 value)
193 if (value < ((UInt64(1) << ( 7 * (i + 1)))))
209 static UInt32 GetBigNumberSize(UInt64 value)
213 if (value < (((UInt64)1 << (i * 7))))
219 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
237 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
    [all...]
  /external/google-breakpad/src/common/dwarf/
bytereader.cc 65 uint64 ByteReader::ReadInitialLength(const char* start, size_t* len) {
66 const uint64 initial_length = ReadFourBytes(start);
103 uint64 ByteReader::ReadEncodedPointer(const char *buffer,
126 uint64 skew = section_base_ & (AddressSize() - 1);
128 uint64 offset = skew + (buffer - buffer_base_);
130 uint64 aligned = (offset + AddressSize() - 1) & -AddressSize();
140 uint64 offset;
204 uint64 base;
234 uint64 pointer = base + offset;
240 assert(AddressSize() == sizeof(uint64));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 29 func printhex(uint64)
30 func printuint(uint64)
179 func uint64div(uint64, uint64) uint64
181 func uint64mod(uint64, uint64) uint64
183 func float64touint64(float64) uint64
185 func uint64tofloat64(uint64) float6
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 47 Open(file string, start uint64) (ObjFile, error)
55 Disasm(file string, start, end uint64) ([]Inst, error)
74 func (noObjTool) Open(file string, start uint64) (ObjFile, error) {
82 func (noObjTool) Disasm(file string, start, end uint64) ([]Inst, error) {
95 Base() uint64
104 SourceLine(addr uint64) ([]Frame, error)
111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
128 Start uint64 // start virtual address
129 End uint64 // virtual address of last byte in sym (Start+size-1)
134 Addr uint64 // virtual address of instructio
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 29 func printhex(uint64)
30 func printuint(uint64)
179 func uint64div(uint64, uint64) uint64
181 func uint64mod(uint64, uint64) uint64
183 func float64touint64(float64) uint64
185 func uint64tofloat64(uint64) float6
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 47 Open(file string, start uint64) (ObjFile, error)
55 Disasm(file string, start, end uint64) ([]Inst, error)
74 func (noObjTool) Open(file string, start uint64) (ObjFile, error) {
82 func (noObjTool) Disasm(file string, start, end uint64) ([]Inst, error) {
95 Base() uint64
104 SourceLine(addr uint64) ([]Frame, error)
111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
128 Start uint64 // start virtual address
129 End uint64 // virtual address of last byte in sym (Start+size-1)
134 Addr uint64 // virtual address of instructio
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
plugin.a 17 type @"".Inst struct { Addr uint64; Text string; File string; Line int }
19 type @"".Sym struct { Name []string; File string; Start uint64; End uint64 }
127 type @"".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"".addr uint64) (? []@"".Frame, ? error); Symbols(@"".r *@"regexp".Regexp, @"".addr uint64) (? []*@"".Sym, ? error) }
128 type @"".ObjTool interface { Demangle(@"".names []string) (? map[string]string, ? error); Disasm(@"".file string, @"".start uint64, @"".end uint64) (? []@"".Inst, ? error); Open(@"".file string, @"".start uint64) (? @"".ObjFile, ? error); SetConfig(@"".config string) }
132 type @"cmd/pprof/internal/profile".buffer struct { @"cmd/pprof/internal/profile".field int; @"cmd/pprof/internal/profile".typ int; @"cmd/pprof/internal/profile".u64 uint64; @"cmd/pprof/internal/profile".data []byte; @"cmd/pprof/internal/profile".tmp [16]byte
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
plugin.a 17 type @"".Inst struct { Addr uint64; Text string; File string; Line int }
19 type @"".Sym struct { Name []string; File string; Start uint64; End uint64 }
127 type @"".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"".addr uint64) (? []@"".Frame, ? error); Symbols(@"".r *@"regexp".Regexp, @"".addr uint64) (? []*@"".Sym, ? error) }
128 type @"".ObjTool interface { Demangle(@"".names []string) (? map[string]string, ? error); Disasm(@"".file string, @"".start uint64, @"".end uint64) (? []@"".Inst, ? error); Open(@"".file string, @"".start uint64) (? @"".ObjFile, ? error); SetConfig(@"".config string) }
132 type @"cmd/pprof/internal/profile".buffer struct { @"cmd/pprof/internal/profile".field int; @"cmd/pprof/internal/profile".typ int; @"cmd/pprof/internal/profile".u64 uint64; @"cmd/pprof/internal/profile".data []byte; @"cmd/pprof/internal/profile".tmp [16]byte
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 83 locations := make(map[uint64]*Location)
152 l.ID = uint64(len(locs) + 1)
170 fn.ID = uint64(len(fns) + 1)
219 m.ID = uint64(i + 1)
223 var cpuInts = []func([]byte) (uint64, []byte){
230 func get32l(b []byte) (uint64, []byte) {
234 return uint64(b[0]) | uint64(b[1])<<8 | uint64(b[2])<<16 | uint64(b[3])<<24, b[4:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 83 locations := make(map[uint64]*Location)
152 l.ID = uint64(len(locs) + 1)
170 fn.ID = uint64(len(fns) + 1)
219 m.ID = uint64(i + 1)
223 var cpuInts = []func([]byte) (uint64, []byte){
230 func get32l(b []byte) (uint64, []byte) {
234 return uint64(b[0]) | uint64(b[1])<<8 | uint64(b[2])<<16 | uint64(b[3])<<24, b[4:
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
data.go 65 func setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
83 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], uint64(v))
89 func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {
96 return adduintxx(ctxt, s, uint64(v), 1)
100 return adduintxx(ctxt, s, uint64(v), 2)
104 return adduintxx(ctxt, s, uint64(v), 4)
107 func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {
111 func adduint(ctxt *Link, s *LSym, v uint64) int64 {
116 return setuintxx(ctxt, s, r, uint64(v), 1)
120 return setuintxx(ctxt, s, r, uint64(v), 4
    [all...]
macho.go 24 addr uint64
25 size uint64
37 vsize uint64
38 vaddr uint64
39 fileoffset uint64
40 filesize uint64
461 ms.vsize = uint64(va)
465 v := Rnd(int64(uint64(HEADR)+Segtext.Length), int64(INITRND))
469 ms.vaddr = uint64(va)
470 ms.vsize = uint64(v
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go 62 func setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
80 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], uint64(v))
86 func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {
93 return adduintxx(ctxt, s, uint64(v), 1)
97 return adduintxx(ctxt, s, uint64(v), 2)
101 return adduintxx(ctxt, s, uint64(v), 4)
104 func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {
108 func adduint(ctxt *Link, s *LSym, v uint64) int64 {
113 return setuintxx(ctxt, s, r, uint64(v), 1)
117 return setuintxx(ctxt, s, r, uint64(v), 4
    [all...]
macho.go 21 addr uint64
22 size uint64
34 vsize uint64
35 vaddr uint64
36 fileoffset uint64
37 filesize uint64
458 ms.vsize = uint64(va)
462 v := Rnd(int64(uint64(HEADR)+Segtext.Length), int64(INITRND))
466 ms.vaddr = uint64(va)
467 ms.vsize = uint64(v
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
data.go 65 func setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
83 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], uint64(v))
89 func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {
96 return adduintxx(ctxt, s, uint64(v), 1)
100 return adduintxx(ctxt, s, uint64(v), 2)
104 return adduintxx(ctxt, s, uint64(v), 4)
107 func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {
111 func adduint(ctxt *Link, s *LSym, v uint64) int64 {
116 return setuintxx(ctxt, s, r, uint64(v), 1)
120 return setuintxx(ctxt, s, r, uint64(v), 4
    [all...]
macho.go 24 addr uint64
25 size uint64
37 vsize uint64
38 vaddr uint64
39 fileoffset uint64
40 filesize uint64
461 ms.vsize = uint64(va)
465 v := Rnd(int64(uint64(HEADR)+Segtext.Length), int64(INITRND))
469 ms.vaddr = uint64(va)
470 ms.vsize = uint64(v
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go 62 func setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
80 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], uint64(v))
86 func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {
93 return adduintxx(ctxt, s, uint64(v), 1)
97 return adduintxx(ctxt, s, uint64(v), 2)
101 return adduintxx(ctxt, s, uint64(v), 4)
104 func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {
108 func adduint(ctxt *Link, s *LSym, v uint64) int64 {
113 return setuintxx(ctxt, s, r, uint64(v), 1)
117 return setuintxx(ctxt, s, r, uint64(v), 4
    [all...]
  /external/pdfium/third_party/libtiff/
tif_tile.c 143 uint64
148 uint64 rowsize;
149 uint64 tilerowsize;
185 uint64 m;
189 if ((uint64)n!=m)
200 uint64
225 uint64 samplingrow_samples;
226 uint64 samplingrow_size;
252 uint64 m;
256 if ((uint64)n!=m
    [all...]

Completed in 357 milliseconds

<<21222324252627282930>>