HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 201 - 225 of 1490) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 56 uint64 ping_sent_;
57 uint64 pong_received_;
58 uint64 success_response_;
59 uint64 failed_response_;
61 uint64 saved_ping_sequence_number_;
128 void OnPongMessage(uint64 ping_sequence_number) {
134 bool OnCheckResponsiveness(uint64 ping_sequence_number) {
324 EXPECT_GT(io_watcher_->ping_sent_, static_cast<uint64>(0));
325 EXPECT_GT(io_watcher_->pong_received_, static_cast<uint64>(0));
328 EXPECT_GE(io_watcher_->saved_ping_sequence_number_, static_cast<uint64>(0))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 75 uint64 entry_hash,
81 uint64 entry_hash,
91 uint64 entry_hash,
97 static int DoomEntrySet(scoped_ptr<std::vector<uint64> > key_hashes,
127 uint64 entry_hash);
152 uint64 entry_hash);
155 const uint64 entry_hash_;
  /external/chromium_org/net/quic/
quic_time.cc 103 QuicWallTime QuicWallTime::FromUNIXSeconds(uint64 seconds) {
112 uint64 QuicWallTime::ToUNIXSeconds() const {
129 uint64 d;
137 if (d > static_cast<uint64>(kint64max)) {
144 uint64 seconds = seconds_ + delta.ToSeconds();
152 uint64 seconds = seconds_ - delta.ToSeconds();
159 QuicWallTime::QuicWallTime(uint64 seconds)
  /external/chromium_org/ui/base/clipboard/
custom_data_helper.cc 46 uint64 size = 0;
53 uint64 original_size = types->size();
55 for (uint64 i = 0; i < size; ++i) {
72 uint64 size = 0;
76 for (uint64 i = 0; i < size; ++i) {
95 uint64 size = 0;
99 for (uint64 i = 0; i < size; ++i) {
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 16 UInt64 FilePropID;
54 static int FindPropInMap(UInt64 filePropID)
62 static void CopyOneItem(CRecordVector<UInt64> &src,
63 CRecordVector<UInt64> &dest, UInt32 item)
74 static void RemoveOneItem(CRecordVector<UInt64> &src, UInt32 item)
84 static void InsertToHead(CRecordVector<UInt64> &dest, UInt32 item)
106 CRecordVector<UInt64> fileInfoPopIDs = _db.ArchiveInfo.FileInfoPopIDs;
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 36 UInt64 localPos = _pos - s.GlobalOffset;
41 UInt64 rem = s.Size - localPos;
52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
73 UInt64 _volSize;
74 UInt64 _curPos;
147 UInt32 curSize = (UInt32)MyMin((UInt64)size, subStream.Size - subStream.Pos);
170 STDMETHODIMP COutMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
ParseProperties.cpp 24 UInt64 v = ConvertStringToUInt64(start, &end);
47 UInt64 number = ConvertStringToUInt64(start, &end);
61 if (number >= ((UInt64)1 << kLogarithmicSizeLimit))
66 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 10)))
71 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 20)))
140 UInt64 number64 = ConvertStringToUInt64(start, &end);
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 45 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, const wchar_t * /* path */)
120 HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */)
125 HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size)
133 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue)
150 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize */)
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 27 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
122 static const UInt64 kEmptyTag = (UInt64)(Int64)-1;
149 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog);
158 void CCachedInStream::Init(UInt64 size)
177 UInt64 rem = _size - _pos;
184 UInt64 cacheTag = _pos >> _blockSizeLog;
189 UInt64 remInBlock = _size - (cacheTag << _blockSizeLog);
209 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 64 uint64 props1 = fst1.Properties(kFstProperties, false);
65 uint64 props2 = fst2.Properties(kFstProperties, false);
86 uint64 props1 = fst1.Properties(kFstProperties, false);
87 uint64 props2 = fst2.Properties(kFstProperties, false);
109 uint64 props = fst.Properties(kFstProperties, false);
137 uint64 props1 = Properties();
138 uint64 props2 = fst.Properties(kFstProperties, false);
153 uint64 props1 = Properties();
154 uint64 props2 = fst.Properties(kFstProperties, false);
169 uint64 props = Properties()
    [all...]
difference.h 27 template <uint64 T = 0>
59 uint64 props1 = fst1.Properties(kFstProperties, false);
60 uint64 props2 = fst2.Properties(kFstProperties, false);
65 template <uint64 T>
73 uint64 props1 = fst1.Properties(kFstProperties, false);
74 uint64 props2 = fst2.Properties(kFstProperties, false);
intersect.h 26 template <uint64 T = 0>
53 uint64 props1 = fst1.Properties(kFstProperties, false);
54 uint64 props2 = fst2.Properties(kFstProperties, false);
59 template <uint64 T>
65 uint64 props1 = fst1.Properties(kFstProperties, false);
66 uint64 props2 = fst2.Properties(kFstProperties, false);
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 39 UInt64 processed;
66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
324 static UInt64 GetSum(const UInt64 *values, UInt32 index)
326 UInt64 sum = 0;
335 static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes,
336 ILookInStream *inStream, UInt64 startPos
    [all...]
CpuArch.h 68 #define GetUi64(p) (*(const UInt64 *)(p))
71 #define SetUi64(p, d) *(UInt64 *)(p) = (d);
83 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
95 #define SetUi64(p, d) { UInt64 _x64_ = (d); \
106 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p))
116 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
  /external/lzma/C/
7zDec.c 39 UInt64 processed;
66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
324 static UInt64 GetSum(const UInt64 *values, UInt32 index)
326 UInt64 sum = 0;
335 static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes,
336 ILookInStream *inStream, UInt64 startPos,
    [all...]
CpuArch.h 67 #define GetUi64(p) (*(const UInt64 *)(p))
70 #define SetUi64(p, d) *(UInt64 *)(p) = (d);
82 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
94 #define SetUi64(p, d) { UInt64 _x64_ = (d); \
105 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p))
115 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
  /external/chromium/net/base/
dnsrr_resolver.h 87 uint64 requests() const { return requests_; }
88 uint64 cache_hits() const { return cache_hits_; }
89 uint64 inflight_joins() const { return inflight_joins_; }
125 uint64 requests_;
126 uint64 cache_hits_;
127 uint64 inflight_joins_;
  /external/chromium_org/chromeos/dbus/
cras_audio_client.h 41 virtual void ActiveOutputNodeChanged(uint64 node_id);
44 virtual void ActiveInputNodeChanged(uint64 node_id);
77 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) = 0;
84 virtual void SetInputNodeGain(uint64 node_id, int32 gain) = 0;
90 virtual void SetActiveOutputNode(uint64 node_id) = 0;
93 virtual void SetActiveInputNode(uint64 node_id) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.h 51 uint64 prev_total_times_;
52 uint64 prev_cpu_times_;
90 float UpdateCpuLoad(uint64 current_total_times,
91 uint64 current_cpu_times,
92 uint64 *prev_total_times,
93 uint64 *prev_cpu_times);
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.h 80 uint64 offset,
81 uint64 length);
86 uint64 offset, uint64 length,
90 const GURL& url, uint64 offset, uint64 length,
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
76 ISequentialOutStream *outStream, const UInt64 * /* inSize */,
77 const UInt64 *outSize, ICompressProgressInfo *progress)
100 const UInt64 rem = _outSize - _outSizeProcessed;
162 const UInt64 rem = _outSize - _outSizeProcessed;
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 34 static Uint64 start_date;
35 static Uint64 start_ticks;
37 static Uint64 wce_ticks(void)
39 return((Uint64)GetTickCount());
42 static Uint64 wce_date(void)
47 Uint64 itime;
  /external/stressapptest/src/
adler32memcpy.cc 78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) {
86 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes,
97 uint64 a1 = 1;
98 uint64 a2 = 1;
99 uint64 b1 = 0;
100 uint64 b2 = 0;
124 bool AdlerMemcpyC(uint64 *dstmem64, uint64 *srcmem64
    [all...]
  /external/chromium/net/spdy/
spdy_io_buffer.cc 11 uint64 SpdyIOBuffer::order_ = 0;
  /external/chromium_org/chrome/common/media_galleries/
itunes_library.cc 14 Track::Track(uint64 id, const base::FilePath& location)

Completed in 201 milliseconds

1 2 3 4 5 6 7 891011>>