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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/base/
rand_util.h 16 BASE_EXPORT uint64 RandUint64();
26 BASE_EXPORT uint64 RandGenerator(uint64 range);
33 BASE_EXPORT double BitsToOpenEndedUnitInterval(uint64 bits);
  /external/chromium_org/net/base/
upload_bytes_element_reader.cc 15 uint64 length)
34 uint64 UploadBytesElementReader::GetContentLength() const {
38 uint64 UploadBytesElementReader::BytesRemaining() const {
52 std::min(BytesRemaining(), static_cast<uint64>(buf_length));
  /external/chromium_org/net/quic/congestion_control/
cube_root.h 17 static uint32 Root(uint64 a);
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
random.h 22 virtual uint64 RandUint64();
  /external/chromium_org/webkit/common/
resource_request_body.h 35 uint64 offset, uint64 length,
38 void AppendFileSystemFileRange(const GURL& url, uint64 offset, uint64 length,
data_element.h 45 uint64 offset() const { return offset_; }
46 uint64 length() const { return length_; }
88 uint64 offset, uint64 length,
93 uint64 offset, uint64 length);
95 uint64 offset, uint64 length);
99 uint64 offset, uint64 length
    [all...]
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 42 UInt64 _outSize;
43 UInt64 _nowPos64;
90 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
  /external/lzma/CPP/Windows/
Time.h 16 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds);
FileMapping.h 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name)
39 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap)
45 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress)
Time.cpp 16 static const UInt64 kUnixTimeStartValue = ((UInt64)kNumTimeQuantumsInSecond) *
26 UInt64 res;
59 UInt64 v64 = ft.dwLowDateTime | ((UInt64)ft.dwHighDateTime << 32);
120 UInt64 v = kUnixTimeStartValue + ((UInt64)unixTime) * kNumTimeQuantumsInSecond;
127 UInt64 winTime = (((UInt64)ft.dwHighDateTime) << 32) + ft.dwLowDateTime;
144 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds)
    [all...]
  /external/libffi/src/sh64/
ffi.c 50 else if (arg->size <= sizeof (UINT64))
74 argp += sizeof (UINT64);
96 *(UINT64 *) argp = (UINT64) *(UINT8 *)(*p_argv);
104 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv);
114 argp += sizeof (UINT64);
129 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv);
136 argp += sizeof (UINT64);
    [all...]
  /external/chromium/base/
rand_util.h 15 BASE_API uint64 RandUint64();
25 BASE_API uint64 RandGenerator(uint64 max);
  /external/chromium/net/base/
upload_data.h 59 uint64 file_range_offset() const { return file_range_offset_; }
60 uint64 file_range_length() const { return file_range_length_; }
80 uint64 offset, uint64 length,
110 uint64 GetContentLength();
120 void SetContentLength(uint64 content_length) {
128 uint64 file_range_offset_;
129 uint64 file_range_length_;
135 uint64 content_length_;
150 uint64 offset, uint64 length
    [all...]
  /external/chromium_org/chromeos/audio/
audio_device.h 32 uint64 id;
38 uint64 plugged_time;
46 typedef std::map<uint64, AudioDevice> AudioDeviceMap;
  /external/chromium_org/net/quic/crypto/
quic_random.cc 21 virtual uint64 RandUint64() OVERRIDE;
42 uint64 DefaultRandom::RandUint64() {
43 uint64 value;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; typedef
44 typedef unsigned long long uint64; typedef
  /external/lzma/C/
Lzma86Dec.c 13 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize)
19 for (i = 0; i < sizeof(UInt64); i++)
20 *unpackSize += ((UInt64)src[LZMA86_SIZE_OFFSET + i]) << (8 * i);
7zIn.c 83 UInt64 SzFolder_GetUnpackSize(CSzFolder *p)
158 UInt64 GetFolderPackStreamSize(int folderIndex, int streamIndex) const
163 UInt64 GetFilePackSize(int fileIndex) const
182 UInt64 startPosSize = 0;
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc);
243 UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, UInt32 indexInFolder)
249 int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, UInt64 *resSize)
253 UInt64 size = 0;
257 UInt64 t = size + p->db.PackSizes[packStreamIndex + i];
269 CObjectVector<CSzFileItem> &files, UInt64 type)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 16 const UInt64 k_AES = 0x06F10701;
42 CRecordVector<UInt64> UnpackSizes;
48 UInt64 GetUnpackSize() const // test it
101 CRecordVector<UInt64> Values;
116 bool GetItem(int index, UInt64 &value) const
127 void SetItem(int index, bool defined, UInt64 value)
144 UInt64 Size;
170 UInt64 CTime;
171 UInt64 ATime;
172 UInt64 MTime;
    [all...]
  /external/lzma/CPP/7zip/Compress/
CopyCoder.cpp 22 const UInt64 * /* inSize */, const UInt64 *outSize,
55 STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value)
  /external/stressapptest/src/
os.h 39 uint64 base_addr[6];
40 uint64 size[6];
66 virtual uint64 VirtualToPhysical(void *vaddr);
72 virtual int FindDimm(uint64 addr, char *buf, int len);
74 virtual int FindDimmExtended(uint64 addr, char *buf, int len) {
81 virtual int32 FindRegion(uint64 paddr);
146 inline static uint64 GetTimestamp(void) {
147 uint64 tsc;
161 tsc = (static_cast<uint64>(tbu) << 32) | static_cast<uint64>(tbl)
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc 51 const uint64 id_;
86 const uint64 id_;
121 const uint64 id_;
161 uint64 ServiceDiscoveryHostClient::RegisterWatcherCallback(
169 uint64 ServiceDiscoveryHostClient::RegisterResolverCallback(
177 uint64 ServiceDiscoveryHostClient::RegisterLocalDomainResolverCallback(
185 void ServiceDiscoveryHostClient::UnregisterWatcherCallback(uint64 id) {
191 void ServiceDiscoveryHostClient::UnregisterResolverCallback(uint64 id) {
198 uint64 id) {
267 uint64 id
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 139 def UInt64ByteSize(field_number, uint64):
140 return TagByteSize(field_number) + _VarUInt64ByteSizeNoTag(uint64)
232 def _VarUInt64ByteSizeNoTag(uint64):
235 uint64 must be unsigned.
237 if uint64 <= 0x7f: return 1
238 if uint64 <= 0x3fff: return 2
239 if uint64 <= 0x1fffff: return 3
240 if uint64 <= 0xfffffff: return 4
241 if uint64 <= 0x7ffffffff: return 5
242 if uint64 <= 0x3ffffffffff: return
    [all...]
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 139 def UInt64ByteSize(field_number, uint64):
140 return TagByteSize(field_number) + _VarUInt64ByteSizeNoTag(uint64)
232 def _VarUInt64ByteSizeNoTag(uint64):
235 uint64 must be unsigned.
237 if uint64 <= 0x7f: return 1
238 if uint64 <= 0x3fff: return 2
239 if uint64 <= 0x1fffff: return 3
240 if uint64 <= 0xfffffff: return 4
241 if uint64 <= 0x7ffffffff: return 5
242 if uint64 <= 0x3ffffffffff: return
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 83 UInt64 SzFolder_GetUnpackSize(CSzFolder *p)
158 UInt64 GetFolderPackStreamSize(int folderIndex, int streamIndex) const
163 UInt64 GetFilePackSize(int fileIndex) const
182 UInt64 startPosSize = 0;
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc);
243 UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, UInt32 indexInFolder)
249 int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, UInt64 *resSize)
253 UInt64 size = 0;
257 UInt64 t = size + p->db.PackSizes[packStreamIndex + i];
269 CObjectVector<CSzFileItem> &files, UInt64 type
    [all...]

Completed in 1717 milliseconds

1 2 3 4 5 6 78 91011>>