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

12 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 19 UInt64 TotalSize;
26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
27 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
Lzma2Decoder.h 32 UInt64 _outSize;
33 UInt64 _inSizeProcessed;
34 UInt64 _outSizeProcessed;
51 ISequentialOutStream *outStream, const UInt64 *_inSize, const UInt64 *outSize,
56 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
LzmaDecoder.h 32 UInt64 _outSize;
33 UInt64 _inSizeProcessed;
34 UInt64 _outSizeProcessed;
43 void SetOutStreamSizeResume(const UInt64 *outSize);
58 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
70 HRESULT CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress);
72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; }
  /external/valgrind/main/coregrind/m_gdbserver/
s390-fpr-valgrind-s1.xml 11 <reg name="f0s1" bitsize="64" type="uint64" group="float"/>
12 <reg name="f1s1" bitsize="64" type="uint64" group="float"/>
13 <reg name="f2s1" bitsize="64" type="uint64" group="float"/>
14 <reg name="f3s1" bitsize="64" type="uint64" group="float"/>
15 <reg name="f4s1" bitsize="64" type="uint64" group="float"/>
16 <reg name="f5s1" bitsize="64" type="uint64" group="float"/>
17 <reg name="f6s1" bitsize="64" type="uint64" group="float"/>
18 <reg name="f7s1" bitsize="64" type="uint64" group="float"/>
19 <reg name="f8s1" bitsize="64" type="uint64" group="float"/>
20 <reg name="f9s1" bitsize="64" type="uint64" group="float"/
    [all...]
s390-fpr-valgrind-s2.xml 11 <reg name="f0s2" bitsize="64" type="uint64" group="float"/>
12 <reg name="f1s2" bitsize="64" type="uint64" group="float"/>
13 <reg name="f2s2" bitsize="64" type="uint64" group="float"/>
14 <reg name="f3s2" bitsize="64" type="uint64" group="float"/>
15 <reg name="f4s2" bitsize="64" type="uint64" group="float"/>
16 <reg name="f5s2" bitsize="64" type="uint64" group="float"/>
17 <reg name="f6s2" bitsize="64" type="uint64" group="float"/>
18 <reg name="f7s2" bitsize="64" type="uint64" group="float"/>
19 <reg name="f8s2" bitsize="64" type="uint64" group="float"/>
20 <reg name="f9s2" bitsize="64" type="uint64" group="float"/
    [all...]
  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 15 UInt64 _size;
16 UInt64 _pos;
21 void Init(UInt64 streamSize)
31 UInt64 GetSize() const { return _pos; }
40 UInt64 _virtPos;
41 UInt64 _physPos;
42 UInt64 _size;
43 UInt64 _startOffset;
48 HRESULT InitAndSeek(UInt64 startOffset, UInt64 size)
    [all...]
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h 47 typedef std::map<uint64, linked_ptr<ServiceWatcher> > ServiceWatchers;
48 typedef std::map<uint64, linked_ptr<ServiceResolver> > ServiceResolvers;
49 typedef std::map<uint64, linked_ptr<LocalDomainResolver> >
61 void OnStartWatcher(uint64 id, const std::string& service_type);
62 void OnDiscoverServices(uint64 id, bool force_update);
63 void OnDestroyWatcher(uint64 id);
64 void OnResolveService(uint64 id, const std::string& service_name);
65 void OnDestroyResolver(uint64 id);
66 void OnResolveLocalDomain(uint64 id, const std::string& domain,
68 void OnDestroyLocalDomainResolver(uint64 id)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 26 UInt64 _currentSize;
27 UInt64 _filePos;
39 CRecordVector<UInt64> Sizes;
43 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
47 UInt64 GetFullSize() const
49 UInt64 size = 0;
7zSpecStream.h 17 UInt64 _size;
26 UInt64 GetSize() const { return _size; }
32 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops;
47 uint64 ComplementProperties(uint64 inprops) {
48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons |
58 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2) {
59 uint64 outprops = kAccessible
    [all...]
  /external/chromium_org/webkit/common/
data_element.cc 20 uint64 offset, uint64 length,
31 uint64 offset, uint64 length) {
40 uint64 offset, uint64 length,
  /external/lzma/C/
XzCrc64.c 7 UInt64 g_Crc64Table[256];
14 UInt64 r = i;
17 r = (r >> 1) ^ ((UInt64)kCrc64Poly & ~((r & 1) - 1));
22 UInt64 MY_FAST_CALL Crc64Update(UInt64 v, const void *data, size_t size)
30 UInt64 MY_FAST_CALL Crc64Calc(const void *data, size_t size)
  /external/stressapptest/src/
adler32memcpy.h 32 void Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2);
36 uint64 a1_, a2_, b1_, b2_;
42 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes,
46 bool AdlerMemcpyC(uint64 *dstmem64, uint64 *srcmem64,
51 bool AdlerMemcpyWarmC(uint64 *dstmem64, uint64 *srcmem64
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 15 const UInt64 *InSize;
16 const UInt64 *OutSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 28 STDMETHOD(SetTotal)(UInt64 total);
29 STDMETHOD(SetCompleted)(const UInt64 *completeValue);
33 const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize,
34 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
36 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
56 UInt64 NumArchives;
57 UInt64 NumArchiveErrors;
58 UInt64 NumFileErrors;
59 UInt64 NumFileErrorsInCurrentArchive;
OpenCallbackConsole.cpp 17 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *)
22 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UInt64 *)
  /external/lzma/CPP/Windows/
System.h 12 UInt64 GetRamSize();
  /external/chromium_org/content/common/gpu/
gpu_memory_manager.h 45 uint64 max_surfaces_with_frontbuffer_soft_limit);
65 uint64 GetClientMemoryUsage(const GpuMemoryManagerClient* client) const;
117 static uint64 ComputeCap(std::vector<uint64> bytes, uint64 bytes_sum_limit);
127 uint64 ComputeClientAllocationWhenVisible(
129 uint64 bytes_above_required_cap,
130 uint64 bytes_above_minimum_cap,
131 uint64 bytes_overall_cap);
139 uint64 GetAvailableGpuMemory() const
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
upload_file_system_file_element_reader.h 29 uint64 range_offset,
30 uint64 range_length,
36 virtual uint64 GetContentLength() const OVERRIDE;
37 virtual uint64 BytesRemaining() const OVERRIDE;
48 const uint64 range_offset_;
49 const uint64 range_length_;
54 uint64 stream_length_;
55 uint64 position_;
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 16 virtual HRESULT SetTotal(UInt64 size) x; \
17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
49 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
57 CRecordVector<UInt64> VolumesSizes;
  /external/lzma/CPP/Common/
IntToString.h 9 void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base = 10);
10 void ConvertUInt64ToString(UInt64 value, wchar_t *s);
StringToInt.cpp 7 UInt64 ConvertStringToUInt64(const char *s, const char **end)
9 UInt64 result = 0;
25 UInt64 ConvertOctStringToUInt64(const char *s, const char **end)
27 UInt64 result = 0;
43 UInt64 ConvertHexStringToUInt64(const char *s, const char **end)
45 UInt64 result = 0;
66 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end)
68 UInt64 result = 0;
  /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...]
  /external/chromium_org/net/base/
upload_file_element_reader.h 31 uint64 range_offset,
32 uint64 range_length,
37 uint64 range_offset() const { return range_offset_; }
38 uint64 range_length() const { return range_length_; }
46 virtual uint64 GetContentLength() const OVERRIDE;
47 virtual uint64 BytesRemaining() const OVERRIDE;
80 uint64* content_length,
92 ScopedOverridingContentLengthForTests(uint64 value);
98 const uint64 range_offset_;
99 const uint64 range_length_
    [all...]
  /external/openfst/src/lib/
properties.cc 38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops;
51 uint64 ComplementProperties(uint64 inprops) {
52 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons |
63 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2) {
64 uint64 outprops = kError & (inprops1 | inprops2)
    [all...]

Completed in 411 milliseconds

12 3 4 5 6 7 8 91011>>