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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/common/gpu/
gpu_memory_manager_client.h 42 virtual bool GetTotalGpuMemory(uint64* bytes) = 0;
90 uint64 bytes_nicetohave_limit_low_;
91 uint64 bytes_nicetohave_limit_high_;
95 uint64 bytes_allocation_when_visible_;
99 uint64 bytes_allocation_ideal_nicetohave_;
100 uint64 bytes_allocation_ideal_required_;
101 uint64 bytes_allocation_ideal_minimum_;
gpu_memory_manager_unittest.cc 20 uint64 operator()(content::GpuMemoryManagerClient* ptr) const {
21 return hash<uint64>()(reinterpret_cast<uint64>(ptr));
78 uint64 total_gpu_memory_;
129 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE {
136 void SetTotalGpuMemory(uint64 bytes) { total_gpu_memory_ = bytes; }
157 uint64 BytesWhenVisible() const {
164 static const uint64 kFrontbufferLimitForTest = 3;
211 uint64 CalcAvailableFromGpuTotal(uint64 bytes)
    [all...]
  /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/net/websockets/
websocket_test_util.cc 14 const uint64 kA =
15 (static_cast<uint64>(0x5851f42d) << 32) + static_cast<uint64>(0x4c957f2d);
16 const uint64 kC = 12345;
17 const uint64 kM = static_cast<uint64>(1) << 48;
25 uint64 result = current_;
  /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/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 76 void OnDoomStart(uint64 entry_hash);
81 void OnDoomComplete(uint64 entry_hash);
84 virtual void DoomEntries(std::vector<uint64>* entry_hashes,
110 typedef base::hash_map<uint64, base::WeakPtr<SimpleEntryImpl> > EntryMap;
112 typedef base::Callback<void(base::Time mtime, uint64 max_size, int result)>
118 uint64 max_size;
136 uint64 suggested_max_size);
141 uint64 entry_hash,
148 int OpenEntryFromHash(uint64 entry_hash,
155 int DoomEntryFromHash(uint64 entry_hash, const CompletionCallback & callback)
    [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);
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 261 uint64 id,
268 void ServiceDiscoveryMessageHandler::OnDiscoverServices(uint64 id,
275 void ServiceDiscoveryMessageHandler::OnDestroyWatcher(uint64 id) {
282 uint64 id,
289 void ServiceDiscoveryMessageHandler::OnDestroyResolver(uint64 id) {
296 uint64 id, const std::string& domain,
303 void ServiceDiscoveryMessageHandler::OnDestroyLocalDomainResolver(uint64 id) {
311 uint64 id,
326 void ServiceDiscoveryMessageHandler::DiscoverServices(uint64 id,
335 void ServiceDiscoveryMessageHandler::DestroyWatcher(uint64 id)
    [all...]
  /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/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 24 // Note that uint64 is used to represent addresses instead of uintptr_t, and
27 // uint64 for addresses, and HeapProfileTable::DumpOrderedProfile uses int
132 bool AppendBase64(uint64 value, int width);
133 bool AppendPtr(uint64 value, int width);
155 virtual size_t CommittedSize(uint64 first_address,
156 uint64 last_address,
178 virtual size_t CommittedSize(uint64 first_address,
179 uint64 last_address,
204 virtual size_t CommittedSize(uint64 first_address,
205 uint64 last_address
    [all...]
  /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 37 virtual void ActiveOutputNodeChanged(uint64 node_id);
40 virtual void ActiveInputNodeChanged(uint64 node_id);
80 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) = 0;
87 virtual void SetInputNodeGain(uint64 node_id, int32 gain) = 0;
93 virtual void SetActiveOutputNode(uint64 node_id) = 0;
96 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 84 uint64 offset,
85 uint64 length);
90 uint64 offset, uint64 length,
94 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;

Completed in 1286 milliseconds

1 2 3 4 5 6 7 891011>>