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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/test/bench/garbage/
tree2.go 29 lastPauseNs uint64 = 0
30 lastFree uint64 = 0
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
elf.go 65 func (f *elfFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
82 func (f *elfFile) text() (textStart uint64, text []byte, err error) {
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 269 Phoff: uint64(off1),
270 Shoff: uint64(off2),
285 Filesz: uint64(size),
286 Memsz: uint64(size),
297 Size: uint64(size),
298 Flags: uint64(elf.SHF_ALLOC | elf.SHF_EXECINSTR),
306 Off: uint64(off2 + (off3-off2)*3),
307 Size: uint64(len("\x00.text\x00.shstrtab\x00")),
  /prebuilts/go/linux-x86/src/reflect/
tostring_test.go 27 case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
91 return typ.String() + "(" + strconv.FormatUint(uint64(v.Pointer()), 10) + ")"
  /prebuilts/go/linux-x86/src/runtime/
vlop_386.s 32 // runtime·_mul64x32(r *uint64, a uint64, b uint32) uint32
  /prebuilts/go/linux-x86/src/testing/
benchmark_test.go 69 iters := uint64(0)
80 if iters != uint64(b.N) {
  /prebuilts/go/linux-x86/test/bench/garbage/
tree2.go 29 lastPauseNs uint64 = 0
30 lastFree uint64 = 0
  /system/bt/stack/include/
srvc_api.h 68 UINT64 system_id;
78 UINT64 system_id;
  /system/bt/stack/srvc/
srvc_dis.c 42 #define STREAM_TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((UINT64)(*((p) + 2)))) << 16) + ((((UINT64)(*((p) + 3)))) << 24) \
43 + ((((UINT64)(*((p) + 4)))) << 32) + ((((UINT64)(*((p) + 5)))) << 40) + ((((UINT64)(*((p) + 6)))) << 48) + ((((UINT64)(*((p) + 7)))) << 56)); (p) += 8;}
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 54 CompilationUnit::CompilationUnit(const SectionMap& sections, uint64 offset,
90 const uint64 abbrev_length = iter->second.second - header_.abbrev_offset;
96 const uint64 number = reader_->ReadUnsignedLEB128(abbrevptr, &len);
104 const uint64 tag = reader_->ReadUnsignedLEB128(abbrevptr, &len);
115 const uint64 nametemp = reader_->ReadUnsignedLEB128(abbrevptr, &len);
119 const uint64 formtemp = reader_->ReadUnsignedLEB128(abbrevptr, &len);
204 uint64 size = reader_->ReadUnsignedLEB128(start, &len);
225 const uint64 initial_length
252 uint64 CompilationUnit::Start() {
271 uint64 ourlength = header_.length
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 258 UInt64 Val;
262 void Add(UInt64 v) { Val += v; Def = true; }
287 UInt64 NumFiles;
304 UInt64 NumDirs;
314 const UInt64 GetNumStreams() const { return MainFiles.NumFiles + AltStreams.NumFiles; }
342 void PrintSum(const CListStat &stat, UInt64 numDirs, const char *str);
501 g_StdOut << (UInt64)index;
677 static void PrintNumberAndString(AString &s, UInt64 value, const char *text)
686 void CFieldPrinter::PrintSum(const CListStat &stat, UInt64 numDirs, const char *str)
760 static void PrintPropNameAndNumber(const char *name, UInt64 val)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 92 func (state *encoderState) encodeUint(x uint64) {
111 var x uint64
113 x = uint64(^i<<1) | 1
115 x = uint64(i << 1)
117 state.encodeUint(uint64(x))
135 state.encodeUint(uint64(instr.field - state.fieldnum))
182 // encUint encodes the unsigned integer (uint uint8 uint16 uint32 uint64 uintptr) referenced by v.
191 // floatBits returns a uint64 holding the bits of a floating-point number.
197 func floatBits(f float64) uint64 {
199 var v uint64
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 92 func (state *encoderState) encodeUint(x uint64) {
111 var x uint64
113 x = uint64(^i<<1) | 1
115 x = uint64(i << 1)
117 state.encodeUint(uint64(x))
135 state.encodeUint(uint64(instr.field - state.fieldnum))
182 // encUint encodes the unsigned integer (uint uint8 uint16 uint32 uint64 uintptr) referenced by v.
191 // floatBits returns a uint64 holding the bits of a floating-point number.
197 func floatBits(f float64) uint64 {
199 var v uint64
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
strconv.a 21 func @"".ParseUint (@"".s·3 string, @"".base·4 int, @"".bitSize·5 int) (@"".n·1 uint64, @"".err·2 error)
26 func @"".FormatUint (@"".i·2 uint64, @"".base·3 int) (? string)
30 func @"".AppendUint (@"".dst·2 []byte "esc:0x1a", @"".i·3 uint64, @"".base·4 int) (? []byte)
218 0runtime.morestack_noctxt@?."".autotmp_0039type.float64"".autotmp_0038type.float64"".autotmp_0037type.*float64"".autotmp_0036type.float64"".autotmp_0035type.float64"".autotmp_0034type.*float64"".autotmp_0033type.float64"".autotmp_0032type.float64"".autotmp_0031type.*float64"".autotmp_0030type.float64"".autotmp_0028type.*float64"".autotmp_0026type.bool"".autotmp_0025type.bool"".autotmp_0024type.bool"".autotmp_0023type.bool"".autotmp_0022type.boolmath.b·2/type.uint64math.b·2Otype.uint64math.b·2type.uint64math.b·2?type.uint64
375 0runtime.morestack_noctxtP."".autotmp_0078type.int"".autotmp_0077type.int"".autotmp_0076type.int"".autotmp_0075type.int"".autotmp_0074type.int"".autotmp_0073type.int"".autotmp_0072type.int"".autotmp_0071type.int"".autotmp_0070type.int"".autotmp_0069type.int"".autotmp_0068type.int"".autotmp_0067type.int"".autotmp_0066type.uint64"".autotmp_0064type.int"".autotmp_0062type.int"".autotmp_0061type.int"".autotmp_0060type.int
378 "".okDtype.bool"".truncBtype.bool "".neg@type.bool "".exp0type.int"".mantissa type.uint64"".stype.stringFH[!F??????? ??
464 0runtime.morestack_noctxt@?*"".autotmp_0089type.uint64"".autotmp_0088type.uint64"".autotmp_0087type.int"".autotmp_0086type.uint64"".a (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
strconv.a 21 func @"".ParseUint (@"".s·3 string, @"".base·4 int, @"".bitSize·5 int) (@"".n·1 uint64, @"".err·2 error)
26 func @"".FormatUint (@"".i·2 uint64, @"".base·3 int) (? string)
30 func @"".AppendUint (@"".dst·2 []byte "esc:0x1a", @"".i·3 uint64, @"".base·4 int) (? []byte)
218 0runtime.morestack_noctxt@?."".autotmp_0039type.float64"".autotmp_0038type.float64"".autotmp_0037type.*float64"".autotmp_0036type.float64"".autotmp_0035type.float64"".autotmp_0034type.*float64"".autotmp_0033type.float64"".autotmp_0032type.float64"".autotmp_0031type.*float64"".autotmp_0030type.float64"".autotmp_0028type.*float64"".autotmp_0026type.bool"".autotmp_0025type.bool"".autotmp_0024type.bool"".autotmp_0023type.bool"".autotmp_0022type.boolmath.b·2/type.uint64math.b·2Otype.uint64math.b·2type.uint64math.b·2?type.uint64
375 0runtime.morestack_noctxtP."".autotmp_0078type.int"".autotmp_0077type.int"".autotmp_0076type.int"".autotmp_0075type.int"".autotmp_0074type.int"".autotmp_0073type.int"".autotmp_0072type.int"".autotmp_0071type.int"".autotmp_0070type.int"".autotmp_0069type.int"".autotmp_0068type.int"".autotmp_0067type.int"".autotmp_0066type.uint64"".autotmp_0064type.int"".autotmp_0062type.int"".autotmp_0061type.int"".autotmp_0060type.int
378 "".okDtype.bool"".truncBtype.bool "".neg@type.bool "".exp0type.int"".mantissa type.uint64"".stype.stringFH[!F??????? ??
464 0runtime.morestack_noctxt@?*"".autotmp_0089type.uint64"".autotmp_0088type.uint64"".autotmp_0087type.int"".autotmp_0086type.uint64"".a (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 72 vmaddr uint64
73 vmsize uint64
86 addr uint64
87 size uint64
125 value uint64
180 e8 := m.e.Uint64
193 c.seg.vmaddr = uint64(e4(p[24:]))
194 c.seg.vmsize = uint64(e4(p[28:]))
211 s.addr = uint64(e4(p[32:]))
212 s.size = uint64(e4(p[36:])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 69 vmaddr uint64
70 vmsize uint64
83 addr uint64
84 size uint64
122 value uint64
177 e8 := m.e.Uint64
190 c.seg.vmaddr = uint64(e4(p[24:]))
191 c.seg.vmsize = uint64(e4(p[28:]))
208 s.addr = uint64(e4(p[32:]))
209 s.size = uint64(e4(p[36:])
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 72 vmaddr uint64
73 vmsize uint64
86 addr uint64
87 size uint64
125 value uint64
180 e8 := m.e.Uint64
193 c.seg.vmaddr = uint64(e4(p[24:]))
194 c.seg.vmsize = uint64(e4(p[28:]))
211 s.addr = uint64(e4(p[32:]))
212 s.size = uint64(e4(p[36:])
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 69 vmaddr uint64
70 vmsize uint64
83 addr uint64
84 size uint64
122 value uint64
177 e8 := m.e.Uint64
190 c.seg.vmaddr = uint64(e4(p[24:]))
191 c.seg.vmsize = uint64(e4(p[28:]))
208 s.addr = uint64(e4(p[32:]))
209 s.size = uint64(e4(p[36:])
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 86 static unsigned ConvertMethodIdToString_Back(char *s, UInt64 id)
98 static void ConvertMethodIdToString(AString &res, UInt64 id)
151 void CHandler::AddMethodName(AString &s, UInt64 id)
188 UInt64 id = pm.IDs[i];
257 UInt64 value;
278 UInt64 id64 = 0;
386 UInt64 id64 = 0;
587 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v); break; }
637 prop = (UInt64)0;
640 prop = (UInt64)0;
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 59 #define ICV_RNG_NEXT(x) ((uint64)(unsigned)(x)*1554115554 + ((x) >> 32))
62 #define ICV_CVT_DBL(x) (((uint64)(unsigned)(x) << 20)|((x) >> 44)|ICV_1D)
71 uint64* state, const int* param ) \
73 uint64 temp = *state; \
153 uint64* state, const double* param ) \
155 uint64 temp = *state; \
212 uint64* state, const double* param )
214 uint64 temp = *state;
279 icvRandn_0_1_32f_C1R( float* arr, int len, uint64* state )
281 uint64 temp = *state
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 48 UInt64 InSize;
49 UInt64 OutSize;
50 UInt64 PhySize;
52 UInt64 NumStreams;
53 UInt64 NumBlocks;
405 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
430 UInt64 Offset;
439 UInt64 files = 0;
440 UInt64 value = Offset + InSize;
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_write.c 464 td->td_stripoffset = (uint64 *)
465 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
466 td->td_stripbytecount = (uint64 *)
467 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
474 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
475 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64));
605 uint64* new_stripoffset;
606 uint64* new_stripbytecount;
609 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset,
610 (td->td_nstrips + delta) * sizeof (uint64));
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 77 #define RNG_NEXT(x) ((uint64)(unsigned)(x)*CV_RNG_COEFF + ((x) >> 32))
84 randBits_( T* arr, int len, uint64* state, const Vec2i* p, bool small_flag )
86 uint64 temp = *state;
150 randi_( T* arr, int len, uint64* state, const DivStruct* p )
152 uint64 temp = *state;
162 v0 = (unsigned)(((uint64)t0 * p[i].M) >> 32);
163 v1 = (unsigned)(((uint64)t1 * p[i+1].M) >> 32);
175 v0 = (unsigned)(((uint64)t0 * p[i+2].M) >> 32);
176 v1 = (unsigned)(((uint64)t1 * p[i+3].M) >> 32);
189 v0 = (unsigned)(((uint64)t0 * p[i].M) >> 32)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
math.a 18 func @"".Inf (@"".sign·2 int) (? float64) { var @"".v·3 uint64; ; if @"".sign·2 >= 0x0 { @"".v·3 = 0x7ff0000000000000 } else { @"".v·3 = 0xfff0000000000000 }; return @"".Float64frombits(@"".v·3) }
97 func @"".Float64bits (@"".f·2 float64) (? uint64) { return *(*uint64)(@"unsafe".Pointer(&@"".f·2)) }
98 func @"".Float64frombits (@"".b·2 uint64) (? float64) { return *(*float64)(@"unsafe".Pointer(&@"".b·2)) }
131 0runtime.morestack_noctxt @"".autotmp_0004type.float64"".autotmp_0003type.float64"".autotmp_0002type.float64"".autotmp_0001type.float64"".autotmp_0000type.float64"".btype.uint64"".ttype.float64 "".~r1type.float64"".xtype.float644@M?@??@d?@&?@%?@?2V 'Se'&??Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/darwin-x86/src/math/acosh.go?"".asin??eH? %H;a?)H?? ?T$(W?W?f.?u z ?T$0H?? ??D$W?f.???? f.???f(??T$(?Y?? ?\?? $??\$(?T$? f.?w:f(??^??$??T$?|$t??Y?f(??T$0H?? ?f(??^??$??T$??\?f(??W?H??H?\$H?\$??D$0H?? ???Y?f(??D$? ????????
146 "".autotmp_0008type.float64"".btype.uint64"".signtype.bool "".~r1type.float64"".xtype.float64$@?@??@O?@.?N,    0 (
255 0runtime.morestack_noctxt0P("".autotmp_0040type.bool"".autotmp_0039type.bool"".autotmp_0038type.bool"".autotmp_0037type.bool"".autotmp_0033type.bool"".autotmp_0032type.bool"".autotmp_0031type.bool"".autotmp_0029type.float64"".autotmp_0028type.float64"".autotmp_0027type.float64"".autotmp_0026type.float64"".autotmp_0025type.float64"".autotmp_0024type.float64"".autotmp_0023type.float64"".autotmp_0022type.float64"".ftype.float64"".btype.uint64 "".~r2 type.float64"".xtype.float64"".ytype.float64nPuOPIOP3OP?OP#OPhOP(OP?OP1OP#OPOPKOP??@&*  )&$ )?@3)$ 3)) ;) & w?Tgclocals·790e5cc5051fc0affc980ade09e929ecTgclocals·33cdeccccebe80329f1fdbee7f5874cbRprebuilts/go/darwin-x86/src/math/atan2.go?"".Atanh??eH? %H;a?H??0?\$8W?? f.???? f.???f.?????H ?<??? f.?uDzBH??W?H??|&H??H?D$W?H?\$??D$@H??0?H?????? f.?uDzBH??????W?H??|&H??H?D$(W?H?\$(??D$@H??0?H??????D$W?f.???W?? f.???? f.?w`f(??X?? ?\$8?\??^??$??T$??Y?f(?|$t??Y?f(??T$@H??0?f(??X?f(??Y?? ?\$8?\??^??X??$??T$??Y?f(??f(????Y?f(??D$????W?H??H?\$ H?\$ ??D$@H??0???????
276 0runtime.morestack_noctxt `"".autotmp_0049type.float64"".autotmp_0048type.*float64"".autotmp_0047type.float64"".autotmp_0046type.*float64"".autotmp_0042type.float64"".autotmp_0041type.float64"".btype.uint64"".b/type.uint64"".btype.uint64"".sign1type.bool "".~r1type.float64"".xtype.float640`?_`Q_`?_`?_` ? (…)
    [all...]

Completed in 773 milliseconds

<<31323334353637383940>>