/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wrappers.proto | 73 // Wrapper message for `uint64`. 77 // The uint64 value. 78 uint64 value = 1;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
decodesym.go | 36 func decode_inuxi(p []byte, sz int) uint64 { 39 return uint64(Ctxt.Arch.ByteOrder.Uint16(p)) 41 return uint64(Ctxt.Arch.ByteOrder.Uint32(p)) 43 return Ctxt.Arch.ByteOrder.Uint64(p) 82 func findShlibSection(path string, addr uint64) *elf.Section { 115 func decodetype_gcprog_shlib(s *LSym) uint64 {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
decodesym.go | 33 func decode_inuxi(p []byte, sz int) uint64 { 36 return uint64(Ctxt.Arch.ByteOrder.Uint16(p)) 38 return uint64(Ctxt.Arch.ByteOrder.Uint32(p)) 40 return Ctxt.Arch.ByteOrder.Uint64(p) 79 func findShlibSection(path string, addr uint64) *elf.Section { 112 func decodetype_gcprog_shlib(s *LSym) uint64 {
|
/prebuilts/go/darwin-x86/src/runtime/ |
sqrt.go | 99 func isnanu(ix uint64) bool { 105 func sqrt(ix uint64) uint64 { 135 var q, s uint64 // q = sqrt(x) 136 r := uint64(1 << (float64Shift + 1)) // r = moving bit from MSB to LSB 151 ix = q>>1 + uint64(exp-1+float64Bias)<<float64Shift // significand + biased exponent
|
vlop_386.s | 32 // runtime·_mul64x32(r *uint64, a uint64, b uint32) uint32
|
/prebuilts/go/darwin-x86/test/ken/ |
divmod.go | 233 /* uint64 */ 234 var uqn1 uint64 = +5 235 var uqd1 uint64 = +3 238 println("uint64", uqn1, uqd1, uqn1/uqd1, uqn1%uqd1) 242 println("mixed uint64-1", n1, uqd1, n1/uqd1, n1%uqd1) 246 println("mixed uint64-2", uqn1, d1, uqn1/d1, uqn1%d1)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
decodesym.go | 36 func decode_inuxi(p []byte, sz int) uint64 { 39 return uint64(Ctxt.Arch.ByteOrder.Uint16(p)) 41 return uint64(Ctxt.Arch.ByteOrder.Uint32(p)) 43 return Ctxt.Arch.ByteOrder.Uint64(p) 82 func findShlibSection(path string, addr uint64) *elf.Section { 115 func decodetype_gcprog_shlib(s *LSym) uint64 {
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
decodesym.go | 33 func decode_inuxi(p []byte, sz int) uint64 { 36 return uint64(Ctxt.Arch.ByteOrder.Uint16(p)) 38 return uint64(Ctxt.Arch.ByteOrder.Uint32(p)) 40 return Ctxt.Arch.ByteOrder.Uint64(p) 79 func findShlibSection(path string, addr uint64) *elf.Section { 112 func decodetype_gcprog_shlib(s *LSym) uint64 {
|
/prebuilts/go/linux-x86/src/runtime/ |
sqrt.go | 99 func isnanu(ix uint64) bool { 105 func sqrt(ix uint64) uint64 { 135 var q, s uint64 // q = sqrt(x) 136 r := uint64(1 << (float64Shift + 1)) // r = moving bit from MSB to LSB 151 ix = q>>1 + uint64(exp-1+float64Bias)<<float64Shift // significand + biased exponent
|
/prebuilts/go/linux-x86/test/ken/ |
divmod.go | 233 /* uint64 */ 234 var uqn1 uint64 = +5 235 var uqd1 uint64 = +3 238 println("uint64", uqn1, uqd1, uqn1/uqd1, uqn1%uqd1) 242 println("mixed uint64-1", n1, uqd1, n1/uqd1, n1%uqd1) 246 println("mixed uint64-2", uqn1, d1, uqn1/d1, uqn1%d1)
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
cswap_amd64.s | 10 // func cswap(inout *[5]uint64, v uint64)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protorpc_test.proto | 43 optional uint64 uint64_value = 4; 66 repeated uint64 uint64_value = 4;
|
/external/lzma/C/ |
Lzma2Enc.c | 43 UInt64 srcPos;
227 UInt64 blockSize = (UInt64)dictSize << 2;
237 UInt64 temp = p->lzmaProps.reduceSize + p->blockSize - 1;
240 UInt64 numBlocks = temp / p->blockSize;
252 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
283 UInt64 packTotal = 0;
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Encoder.cpp | 78 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
|
/external/lzma/CS/7zip/ |
ICoder.cs | 68 const UInt64 []inSizes,
70 UInt64 []outSizes,
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_dwrite.cpp | 43 UINT64 fileOffset, 44 UINT64 fragmentSize, 47 virtual HRESULT STDMETHODCALLTYPE GetFileSize(OUT UINT64* fileSize); 48 virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(OUT UINT64* lastWriteTime); 284 UINT64 fileOffset, 285 UINT64 fragmentSize, 300 HRESULT STDMETHODCALLTYPE CDwFontFileStream::GetFileSize(OUT UINT64* fileSize) { 305 CDwFontFileStream::GetLastWriteTime(OUT UINT64* lastWriteTime) {
|
/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 59 optional uint64 optional_uint64 = 4; 98 repeated uint64 repeated_uint64 = 34; 133 optional uint64 default_uint64 = 64 [default = 44 ]; 178 repeated uint64 packed_uint64 = 93 [packed = true]; 200 optional uint64 optional_uint64_extension_lite = 4; 242 repeated uint64 repeated_uint64_extension_lite = 34; 281 optional uint64 default_uint64_extension_lite = 64 [default = 44 ]; 320 repeated uint64 packed_uint64_extension_lite = 93 [packed = true];
|
/external/tpm2/ |
Clock.c | 18 static UINT64 clock(void) 22 return (UINT64)tv.tv_sec * 1000 + tv.tv_usec / 1000;
|
PolicyTicket.c | 27 UINT64 timeout; 48 if(in->timeout.t.size != sizeof(UINT64))
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/ |
capitalize.cpp | 25 bool Uint64(uint64_t u) { return out_.Uint64(u); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
iketypes.h | 91 typedef UINT64 IKEEXT_COOKIE; 596 UINT64 authIpFilterId; 634 UINT64 saId; 645 UINT64 virtualIfTunnelId; 677 UINT64 saId; 688 UINT64 virtualIfTunnelId; 715 UINT64 saId; 726 UINT64 virtualIfTunnelId;
|
/prebuilts/go/darwin-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/darwin-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/darwin-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/darwin-x86/src/testing/ |
benchmark_test.go | 69 iters := uint64(0) 80 if iters != uint64(b.N) {
|