/external/jemalloc/test/unit/ |
atomic.c | 68 TEST_STRUCT(uint64, uint64_t) 75 TEST_BODY(uint64, uint64_t, uint64_t, u64, FMTx64);
|
/external/lzma/C/ |
Ppmd7.h | 126 UInt64 Low;
129 UInt64 CacheSize;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderOutStream.cpp | 124 STDMETHODIMP CFolderOutStream::GetSubStreamSize(UInt64 subStream, UInt64 *value)
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 144 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
|
/external/lzma/CPP/Windows/ |
FileFind.h | 28 UInt64 Size;
97 UInt64 Size;
|
/external/mmc-utils/3rdparty/hmac_sha/ |
sha2.h | 55 typedef unsigned long long uint64; typedef 73 uint64 h[8];
|
/external/protobuf/src/google/protobuf/ |
unittest_repeated_packables_nano.proto | 55 repeated uint64 uint64s = 4; 80 repeated uint64 uint64s = 4 [ packed = true ];
|
/external/tpm2/ |
PolicySecret.c | 35 UINT64 authTimeout = 0; 83 out->timeout.t.size = sizeof(UINT64);
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.cpp | 137 template class StochasticLinearRanker<uint64, std::unordered_map<uint64, double> >;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sqltypes.h | 38 typedef UINT64 SQLULEN; 39 typedef UINT64 SQLSETPOSIROW;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
pcln.go | 58 fmt.Fprintf(ctxt.Bso, "%6x %6d %v\n", uint64(pc), val, func_.Text) 70 fmt.Fprintf(ctxt.Bso, "%6x %6s %v\n", uint64(int64(p.Pc)), "", p) 82 fmt.Fprintf(ctxt.Bso, "%6x %6s %v\n", uint64(int64(p.Pc)), "", p) 102 fmt.Fprintf(ctxt.Bso, "%6x %6d %v\n", uint64(int64(p.Pc)), val, p) 124 fmt.Fprintf(ctxt.Bso, "%6x done\n", uint64(int64(func_.Text.Pc)+func_.Size)) 249 if (havefunc[p.From.Offset/32]>>uint64(p.From.Offset%32))&1 != 0 { 252 havefunc[p.From.Offset/32] |= 1 << uint64(p.From.Offset%32) 256 havepc[p.From.Offset/32] |= 1 << uint64(p.From.Offset%32)
|
/prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/ |
p1.go | 116 func Bar1(x int8, y int16, z int64) uint64 {} 117 func Bar2(x int8, y int16, z int64) (uint8, uint64) {}
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
note.go | 98 if p.Type != elf.PT_NOTE || p.Off >= uint64(len(data)) || p.Off+p.Filesz >= uint64(len(data)) || p.Filesz < 16 {
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
pcln.go | 55 fmt.Fprintf(ctxt.Bso, "%6x %6d %v\n", uint64(pc), val, func_.Text) 67 fmt.Fprintf(ctxt.Bso, "%6x %6s %v\n", uint64(int64(p.Pc)), "", p) 79 fmt.Fprintf(ctxt.Bso, "%6x %6s %v\n", uint64(int64(p.Pc)), "", p) 99 fmt.Fprintf(ctxt.Bso, "%6x %6d %v\n", uint64(int64(p.Pc)), val, p) 121 fmt.Fprintf(ctxt.Bso, "%6x done\n", uint64(int64(func_.Text.Pc)+func_.Size)) 246 if (havefunc[p.From.Offset/32]>>uint64(p.From.Offset%32))&1 != 0 { 249 havefunc[p.From.Offset/32] |= 1 << uint64(p.From.Offset%32) 253 havepc[p.From.Offset/32] |= 1 << uint64(p.From.Offset%32)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
prune.go | 18 prune := make(map[uint64]bool) 19 pruneBeneath := make(map[uint64]bool)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 48 lines := make(map[uint64]profile.Line) 72 ID: uint64(len(p.Function) + 1),
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5.go | 38 len uint64 63 d.len += uint64(nn)
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1.go | 37 len uint64 63 d.len += uint64(nn)
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
open.go | 29 typeSigs map[uint64]*typeUnit 53 typeSigs: make(map[uint64]*typeUnit),
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
dec_helpers.go | 29 reflect.Uint64: decUint64Array, 48 reflect.Uint64: decUint64Slice, 323 if n < 0 || uint64(n) != u || n > state.b.Len() { 429 slice, ok := v.Interface().([]uint64) 431 // It is kind uint64 but not type uint64. TODO: We can handle this unsafely. 436 errorf("decoding uint64 array or slice: length exceeds input size (%d elements)", length) 462 if uint64(^uintptr(0)) < x {
|
/prebuilts/go/darwin-x86/src/fmt/ |
stringer_test.go | 21 type TU64 uint64 38 func (v TU64) String() string { return Sprintf("U64: %d", uint64(v)) }
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
shifts.src | 57 k = uint64(1<<s) // 1 has type uint64; k == 1<<33 260 var ux uint64 275 var mantissa uint64 276 shift := uint64(-1022 - (exp - 1)) // [1..53) 290 var gm uint64 297 var mant uint64 312 var s struct { Whitespace uint64 }
|
/prebuilts/go/darwin-x86/src/net/ |
fd_mutex_test.go | 133 var readState [2]uint64 134 var writeState [2]uint64
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfixalloc.go | 29 stat *uint64 43 func fixAlloc_Init(f *fixalloc, size uintptr, first func(unsafe.Pointer, unsafe.Pointer), arg unsafe.Pointer, stat *uint64) {
|
/prebuilts/go/darwin-x86/src/strconv/ |
atof.go | 157 func readFloat(s string) (mantissa uint64, exp int, neg, trunc, ok bool) { 198 mantissa += uint64(c - '0') 256 func (d *decimal) floatBits(flt *floatInfo) (b uint64, overflow bool) { 258 var mant uint64 346 bits := mant & (uint64(1)<<flt.mantbits - 1) 347 bits |= uint64((exp-flt.bias)&(1<<flt.expbits-1)) << flt.mantbits 369 func atof64exact(mantissa uint64, exp int, neg bool) (f float64, ok bool) { 403 func atof32exact(mantissa uint64, exp int, neg bool) (f float32, ok bool) {
|