/external/lzma/CPP/Windows/ |
System.h | 12 UInt64 GetRamSize();
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_dragonfly_amd64.go | 77 Ino uint64 134 Fileno uint64 202 Len uint64 270 Ident uint64 279 Bits [16]uint64 311 Mtu uint64 312 Metric uint64 313 Link_state uint64 314 Baudrate uint64 315 Ipackets uint64 [all...] |
ztypes_netbsd_amd64.go | 54 Cur uint64 55 Max uint64 61 Dev uint64 64 Ino uint64 69 Rdev uint64 94 Fileno uint64 160 Len uint64 228 Ident uint64 267 Mtu uint64 268 Metric uint64 [all...] |
ztypes_netbsd_386.go | 53 Cur uint64 54 Max uint64 60 Dev uint64 62 Ino uint64 66 Rdev uint64 90 Fileno uint64 261 Mtu uint64 262 Metric uint64 263 Baudrate uint64 264 Ipackets uint64 [all...] |
ztypes_netbsd_arm.go | 55 Cur uint64 56 Max uint64 62 Dev uint64 65 Ino uint64 70 Rdev uint64 95 Fileno uint64 266 Mtu uint64 267 Metric uint64 268 Baudrate uint64 269 Ipackets uint64 [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_dragonfly_amd64.go | 77 Ino uint64 134 Fileno uint64 202 Len uint64 270 Ident uint64 279 Bits [16]uint64 311 Mtu uint64 312 Metric uint64 313 Link_state uint64 314 Baudrate uint64 315 Ipackets uint64 [all...] |
ztypes_netbsd_amd64.go | 54 Cur uint64 55 Max uint64 61 Dev uint64 64 Ino uint64 69 Rdev uint64 94 Fileno uint64 160 Len uint64 228 Ident uint64 267 Mtu uint64 268 Metric uint64 [all...] |
ztypes_netbsd_386.go | 53 Cur uint64 54 Max uint64 60 Dev uint64 62 Ino uint64 66 Rdev uint64 90 Fileno uint64 261 Mtu uint64 262 Metric uint64 263 Baudrate uint64 264 Ipackets uint64 [all...] |
ztypes_netbsd_arm.go | 55 Cur uint64 56 Max uint64 62 Dev uint64 65 Ino uint64 70 Rdev uint64 95 Fileno uint64 266 Mtu uint64 267 Metric uint64 268 Baudrate uint64 269 Ipackets uint64 [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.h | 37 CRecordVector<UInt64> IDs;
47 CObjArray<UInt64> PackPositions; // NumPackStreams + 1
53 CObjArray<UInt64> CoderUnpackSizes; // including unpack sizes of bind coders
70 UInt64 GetFolderUnpackSize(unsigned folderIndex) const
75 UInt64 GetStreamPackSize(unsigned index) const
165 UInt64 StartPosition;
166 UInt64 StartPositionAfterHeader;
167 UInt64 DataStartPosition;
168 UInt64 DataStartPosition2;
169 CRecordVector<UInt64> FileInfoPopIDs; [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mstats.go | 15 alloc uint64 // bytes allocated and not yet freed 16 total_alloc uint64 // bytes allocated (even if freed) 17 sys uint64 // bytes obtained from system (should be sum of xxx_sys below, no locking, approximate) 18 nlookup uint64 // number of pointer lookups 19 nmalloc uint64 // number of mallocs 20 nfree uint64 // number of frees 24 heap_alloc uint64 // bytes allocated and not yet freed (same as alloc above) 25 heap_sys uint64 // bytes obtained from system 26 heap_idle uint64 // bytes in idle spans 27 heap_inuse uint64 // bytes in non-idle span [all...] |
atomic_amd64x.go | 28 func atomicload64(ptr *uint64) uint64 { 37 func xadd64(ptr *uint64, delta int64) uint64 46 func xchg64(ptr *uint64, new uint64) uint64 63 func cas64(ptr *uint64, old, new uint64) bool 69 func atomicstore64(ptr *uint64, val uint64 [all...] |
unaligned1.go | 15 func readUnaligned64(p unsafe.Pointer) uint64 { 16 return *(*uint64)(p)
|
/prebuilts/go/linux-x86/src/runtime/ |
mstats.go | 15 alloc uint64 // bytes allocated and not yet freed 16 total_alloc uint64 // bytes allocated (even if freed) 17 sys uint64 // bytes obtained from system (should be sum of xxx_sys below, no locking, approximate) 18 nlookup uint64 // number of pointer lookups 19 nmalloc uint64 // number of mallocs 20 nfree uint64 // number of frees 24 heap_alloc uint64 // bytes allocated and not yet freed (same as alloc above) 25 heap_sys uint64 // bytes obtained from system 26 heap_idle uint64 // bytes in idle spans 27 heap_inuse uint64 // bytes in non-idle span [all...] |
atomic_amd64x.go | 28 func atomicload64(ptr *uint64) uint64 { 37 func xadd64(ptr *uint64, delta int64) uint64 46 func xchg64(ptr *uint64, new uint64) uint64 63 func cas64(ptr *uint64, old, new uint64) bool 69 func atomicstore64(ptr *uint64, val uint64 [all...] |
unaligned1.go | 15 func readUnaligned64(p unsafe.Pointer) uint64 { 16 return *(*uint64)(p)
|
/external/dng_sdk/source/ |
dng_info.h | 44 uint64 fTIFFBlockOffset; 46 uint64 fTIFFBlockOriginalOffset; 107 uint64 tagOffset, 111 uint64 ifdOffset, 119 uint64 ifdOffset, 125 uint64 ifdSize, 126 uint64 ifdOffset, 128 uint64 minOffset, 129 uint64 maxOffset, 135 uint64 makerNoteOffset [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 32 int32 GetCodedUIntSize(uint64 value) { 50 int32 GetUIntSize(uint64 value) { 68 uint64 EbmlMasterElementSize(uint64 type, uint64 value) { 78 uint64 EbmlElementSize(uint64 type, int64 value) { 79 return EbmlElementSize(type, static_cast<uint64>(value)); 82 uint64 EbmlElementSize(uint64 type, uint64 value) [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.h | 39 UInt64 _totalBytes;
40 UInt64 _completedBytes;
41 UInt64 _totalFiles;
42 UInt64 _curFiles;
43 UInt64 _inSize;
44 UInt64 _outSize;
83 HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = false);
85 void Set_NumFilesTotal(UInt64 val);
86 void Set_NumBytesTotal(UInt64 val); [all...] |
/external/lzma/CPP/7zip/Compress/ |
Bcj2Coder.h | 36 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
37 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
39 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
40 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
67 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
68 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
70 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
71 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
|
/prebuilts/go/darwin-x86/src/debug/macho/ |
macho.go | 98 Addr uint64 99 Memsz uint64 100 Offset uint64 101 Filesz uint64 152 Addr uint64 153 Size uint64 213 Value uint64 222 Value uint64 255 AX uint64 256 BX uint64 [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5609.go | 11 const Large uint64 = 18446744073709551615 13 var foo [Large]uint64 // ERROR "array bound is too large|array bound overflows"
|
/prebuilts/go/linux-x86/src/debug/macho/ |
macho.go | 98 Addr uint64 99 Memsz uint64 100 Offset uint64 101 Filesz uint64 152 Addr uint64 153 Size uint64 213 Value uint64 222 Value uint64 255 AX uint64 256 BX uint64 [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5609.go | 11 const Large uint64 = 18446744073709551615 13 var foo [Large]uint64 // ERROR "array bound is too large|array bound overflows"
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 172 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime)
174 UInt64 freq = TimeSpan.TicksPerSecond;
175 UInt64 elTime = elapsedTime;
186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size)
188 UInt64 t = GetLogSize(dictionarySize) - (18 << kSubBits);
189 UInt64 numCommandsForOne = 1060 + ((t * t * 10) >> (2 * kSubBits)); [all...] |