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_0039 type.float64 "".autotmp_0038 type.float64 "".autotmp_0037 type.*float64 "".autotmp_0036 type.float64 "".autotmp_0035 type.float64 "".autotmp_0034 type.*float64 "".autotmp_0033 type.float64 "".autotmp_0032 type.float64 "".autotmp_0031 type.*float64 "".autotmp_0030 type.float64 "".autotmp_0028 type.*float64 "".autotmp_0026 type.bool "".autotmp_0025 type.bool "".autotmp_0024 type.bool "".autotmp_0023 type.bool "".autotmp_0022 type.bool math.b·2 /type.uint64 |