/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 52 UInt64 _offsetPos; // offset from start of _streamIndex index
53 UInt64 _absPos;
54 UInt64 _length;
61 UInt64 Pos;
62 UInt64 RealSize;
67 CRecordVector<UInt64> Sizes;
84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
85 STDMETHOD(SetSize)(UInt64 newSize);
142 UInt64 volSize = Sizes[index];
158 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - subStream.Pos); [all...] |
/external/openfst/src/include/fst/ |
fst.h | 117 uint64 Properties() const { return properties_; } 126 void SetProperties(uint64 properties) { properties_ = properties; } 140 uint64 properties_; // FST property bits 184 virtual uint64 Properties(uint64 mask, bool test) 625 virtual uint64 Properties() const { return properties_; } 627 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; } 629 void SetProperties(uint64 props) { 634 void SetProperties(uint64 props, uint64 mask) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 444 // mach time units can be found by calling uint64 mach_absolute_time(); 527 uint64 *start, uint64 *end, char **flags, 528 uint64 *offset, int64 *inode, char **filename, 529 uint64 *file_mapping, uint64 *file_pages, 530 uint64 *anon_mapping, uint64 *anon_pages, 658 bool ProcMapsIterator::Next(uint64 *start, uint64 *end, char **flags [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 88 uint64 value; 94 uint64 value; 470 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) 473 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) 531 HANDLE_TYPE(UINT64, uint64, UInt64) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 32 // Enumeration of uint64 bits used to represent the user-defined 77 template <uint64 T = 0ULL> 85 // concrete specializations are templated on the (uint64-valued) 110 uint64 props1 = fst1.Properties(kFstProperties, false); 111 uint64 props2 = fst2.Properties(kFstProperties, false); 173 virtual uint64 ComposeFlags() const = 0; 204 template <class A, uint64 T> 328 template <class A, uint64 T> 467 virtual uint64 ComposeFlags() const { return T; } 695 template <uint64 T [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 33 typedef unsigned long long UINT64;
|
/external/chromium/chrome/common/ |
guid.h | 27 std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
/external/chromium/net/http/ |
http_request_info.h | 58 uint64 request_id;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.cc | 110 bool ByteBuffer::ReadUInt64(uint64* val) { 113 uint64 v; 163 void ByteBuffer::WriteUInt64(uint64 val) { 164 uint64 v = HostToNetwork64(val);
|
/external/chromium_org/base/ |
guid.h | 27 BASE_EXPORT std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
/external/chromium_org/cc/debug/ |
devtools_instrumentation.h | 45 uint64 tree_id)
|
/external/chromium_org/chrome/browser/nacl_host/ |
nacl_browser.h | 105 void PutFilePath(const base::FilePath& path, uint64* file_token_lo, 106 uint64* file_token_hi); 107 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
|
/external/chromium_org/chrome/browser/net/ |
probe_message.proto | 32 required uint64 timestamp_micros = 1;
|
/external/chromium_org/chrome/browser/storage_monitor/ |
test_volume_mount_watcher_win.h | 36 uint64 total_size_in_bytes);
|
/external/chromium_org/chrome/common/media_galleries/ |
pmp_test_helper.cc | 103 template bool PmpTestHelper::WriteColumnFileFromVector<uint64>( 104 const std::string&, const PmpFieldType, const std::vector<uint64>&); 151 template std::vector<char> PmpTestHelper::MakeHeaderAndBody<uint64>( 152 const PmpFieldType, const uint32, const std::vector<uint64>&);
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
x_privet_token.h | 39 std::string GenerateXTokenWithTime(uint64 issue_time) const;
|
/external/chromium_org/components/visitedlink/common/ |
visitedlink_messages.h | 23 IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_Add, std::vector<uint64>)
|
/external/chromium_org/crypto/third_party/nss/ |
README.chromium | 13 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
|
/external/chromium_org/media/webm/ |
tracks_builder.cc | 12 static int GetUIntMkvSize(uint64 value) { 31 static int GetUIntSize(uint64 value) { 78 static void WriteUInt(uint8** buf, int* buf_size, uint64 value) { 107 const uint64 size = value.length();
|
/external/chromium_org/net/base/ |
upload_data_stream.h | 78 uint64 size() const { return total_size_; } 79 uint64 position() const { return current_position_; } 135 uint64 total_size_; 136 uint64 current_position_;
|
/external/chromium_org/net/disk_cache/ |
disk_format.h | 84 uint64 create_time; // Creation time for this set of files. 108 uint64 creation_time; 139 uint64 last_used; // LRU info. 140 uint64 last_modified; // LRU info.
|
/external/chromium_org/net/http/ |
http_request_info.h | 54 uint64 request_id;
|
/external/chromium_org/net/quic/congestion_control/ |
cubic.cc | 20 const uint64 kCubeFactor = (1ull << kCubeScale) / kCubeCongestionWindowScale; 27 int FindMostSignificantBit(uint64 x) { 81 uint32 Cubic::CubeRoot(uint64 a) { 96 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)
|
/external/chromium_org/net/quic/crypto/ |
quic_random.h | 28 virtual uint64 RandUint64() = 0;
|
/external/chromium_org/net/quic/ |
reliable_quic_stream.h | 106 uint64 stream_bytes_read() { return stream_bytes_read_; } 107 uint64 stream_bytes_written() { return stream_bytes_written_; } 165 uint64 stream_bytes_read_; 166 uint64 stream_bytes_written_;
|