/external/lzma/C/ |
MtCoder.h | 38 UInt64 totalInSize;
39 UInt64 totalOutSize;
43 UInt64 inSizes[NUM_MT_CODER_THREADS_MAX];
44 UInt64 outSizes[NUM_MT_CODER_THREADS_MAX];
47 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize);
|
Xz.h | 21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
22 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
37 UInt64 id;
44 UInt64 packSize;
45 UInt64 unpackSize;
81 UInt64 crc64;
101 UInt64 unpackSize;
102 UInt64 totalSize;
111 UInt64 startOffset;
117 #define XZ_SIZE_OVERFLOW ((UInt64)(Int64)-1) [all...] |
7z.h | 50 UInt64 MethodID;
68 UInt64 *UnpackSizes;
79 UInt64 SzFolder_GetUnpackSize(CSzFolder *p);
82 UInt64 SzFolder_GetUnpackSize(CSzFolder *p);
84 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
85 ILookInStream *stream, UInt64 startPos,
97 UInt64 Size;
112 UInt64 *PackSizes;
150 UInt64 startPosAfterHeader;
151 UInt64 dataPos; [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.h | 20 UInt64 CTime;
21 UInt64 ATime;
22 UInt64 MTime;
24 UInt64 Size;
65 UInt64 NumSolidFiles;
66 UInt64 NumSolidBytes;
|
7zFolderOutStream.h | 31 UInt64 _rem;
43 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
|
/external/chromium_org/base/containers/ |
hash_tables.h | 132 uint64 value1_64 = value1; 133 uint64 hash64 = (value1_64 << 32) | value2; 135 if (sizeof(std::size_t) >= sizeof(uint64)) 138 uint64 odd_random = 481046412LL << 32 | 1025306955LL; 143 hash64 >> (sizeof(uint64) - sizeof(std::size_t))); 152 inline std::size_t HashInts64(uint64 value1, uint64 value2) { 163 uint64 product1 = static_cast<uint64>(value1a) * short_random1; 164 uint64 product2 = static_cast<uint64>(value1b) * short_random2 [all...] |
/external/chromium_org/base/ |
rand_util.cc | 20 uint64 range = static_cast<uint64>(max) - min + 1; 31 double BitsToOpenEndedUnitInterval(uint64 bits) { 39 uint64 random_bits = bits & ((GG_UINT64_C(1) << kBits) - 1); 46 uint64 RandGenerator(uint64 range) { 52 uint64 max_acceptable_value = 53 (std::numeric_limits<uint64>::max() / range) * range - 1; 55 uint64 value; 64 uint64 random_int [all...] |
/external/chromium_org/net/base/ |
int128.h | 18 uint128(uint64 top, uint64 bottom); 21 uint128(uint64 bottom); // hi_ = 0 25 void Initialize(uint64 top, uint64 bottom); 44 friend uint64 Uint128Low64(const uint128& v); 45 friend uint64 Uint128High64(const uint128& v); 55 uint64 lo_; 56 uint64 hi_; 73 uint64 hi [all...] |
upload_file_element_reader.cc | 21 uint64 overriding_content_length = 0; 26 uint64 range_offset, 27 uint64 range_length, 30 uint64* out_content_length) { 51 range_offset < static_cast<uint64>(length)) { 76 uint64 bytes_remaining, 80 const uint64 num_bytes_to_read = 81 std::min(bytes_remaining, static_cast<uint64>(buf_length)); 114 uint64 range_offset, 115 uint64 range_length [all...] |
/external/lzma/CPP/7zip/Common/ |
StreamObjects.h | 23 UInt64 _pos;
38 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
100 UInt64 _size;
104 UInt64 GetSize() const { return _size; }
114 UInt64 *_tags;
119 UInt64 _size;
120 UInt64 _pos;
122 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;
128 void Init(UInt64 size);
132 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition); [all...] |
CWrappers.h | 38 UInt64 Processed;
52 UInt64 Processed;
67 UInt64 GetProcessed() const { return Processed + (Cur - Buf); }
85 UInt64 Processed;
99 UInt64 GetProcessed() const { return Processed + (Cur - Buf); }
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 40 UInt64 _position;
67 UInt64 _curSize;
83 UInt64 _packTotal;
84 UInt64 _unpTotal;
94 UInt64 NumFolders;
95 UInt64 NumFiles;
96 UInt64 UnpackSize;
104 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
139 UInt64 packSize); [all...] |
ArchiveOpenCallback.h | 32 virtual HRESULT Open_SetTotal(const UInt64 *files, const UInt64 *bytes) x; \
33 virtual HRESULT Open_SetCompleted(const UInt64 *files, const UInt64 *bytes) x; \
88 UInt64 TotalSize;
|
Extract.h | 52 UInt64 NumArchives;
53 UInt64 UnpackSize;
54 UInt64 PackSize;
55 UInt64 NumFolders;
56 UInt64 NumFiles;
|
/external/lzma/CPP/Windows/ |
FileIO.h | 21 UInt64 Size;
23 UInt64 FileIndex;
42 UInt64 Length;
50 bool GetPosition(UInt64 &position) const;
51 bool GetLength(UInt64 &length) const;
53 bool Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const;
54 bool Seek(UInt64 position, UInt64 &newPosition);
56 bool SeekToEnd(UInt64 &newPosition);
131 bool SetLength(UInt64 length); [all...] |
/external/chromium_org/third_party/smhasher/src/ |
City.cpp | 37 static uint64 UNALIGNED_LOAD64(const char *p) { 38 uint64 result; 84 static uint64 Fetch64(const char *p) { 93 static const uint64 k0 = 0xc3a5c85c97cb3127ULL; 94 static const uint64 k1 = 0xb492b66fbe98f273ULL; 95 static const uint64 k2 = 0x9ae16a3b2f90404fULL; 96 static const uint64 k3 = 0xc949d7c7509e6557ULL; 100 static uint64 Rotate(uint64 val, int shift) { 108 static uint64 RotateByAtLeast1(uint64 val, int shift) [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.cpp | 19 UInt64 NumIterations;
20 UInt64 Rating;
21 UInt64 Usage;
22 UInt64 RPU;
54 static void NormalizeVals(UInt64 &v1, UInt64 &v2)
63 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7z.h | 50 UInt64 MethodID; 68 UInt64 *UnpackSizes; 79 UInt64 SzFolder_GetUnpackSize(CSzFolder *p); 82 UInt64 SzFolder_GetUnpackSize(CSzFolder *p); 84 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, 85 ILookInStream *stream, UInt64 startPos, 97 UInt64 Size; 112 UInt64 *PackSizes; 150 UInt64 startPosAfterHeader; 151 UInt64 dataPos [all...] |
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
learning_rate_controller-inl.h | 47 void SetIterationNumber(uint64 num) { 53 uint64 GetIterationNumber() const { 57 uint64 GetMiniBatchSize() const { 60 void SetMiniBatchSize(uint64 size) { 83 uint64 GetMiniBatchCounter() const { 118 uint64 iteration_num_; 119 uint64 sample_num_; 120 uint64 mini_batch_size_; 121 uint64 mini_batch_counter_;
|
/external/chromium/base/ |
rand_util.cc | 19 uint64 range = static_cast<uint64>(max) - min + 1; 33 uint64 random_bits = base::RandUint64() & ((GG_UINT64_C(1) << kBits) - 1); 39 uint64 RandGenerator(uint64 max) {
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_tracking.h | 23 uint64 old_size, 24 uint64 new_size, 26 bool EnsureGPUMemoryAvailable(uint64 size_needed); 30 uint64 GetSize() const { 45 uint64 size_;
|
gpu_memory_tracking.cc | 27 uint64 old_size, 28 uint64 new_size, 34 bool GpuMemoryTrackingGroup::EnsureGPUMemoryAvailable(uint64 size_needed) {
|
/external/chromium_org/net/quic/congestion_control/ |
cube_root_test.cc | 20 uint64 cube = i * i * i; 29 for (uint64 i = 1300; i < 20000; i += 100) { 30 uint64 cube = i * i * i; 37 for (uint64 i = 20000; i < 130000; i *= 2) { 38 uint64 cube = i * i * i;
|
/external/lzma/CPP/7zip/Archive/Common/ |
InStreamWithCRC.h | 22 UInt64 _size;
35 UInt64 GetSize() const { return _size; }
47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
50 UInt64 _size;
63 UInt64 GetSize() const { return _size; }
|
/external/lzma/CPP/7zip/Compress/ |
PpmdDecoder.h | 36 UInt64 _outSize;
37 UInt64 _processedSize;
56 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
|