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

<<11121314151617181920>>

  /external/chromium_org/win8/metro_driver/
winrt_utils.h 41 DECLARE_CREATE_PROPERTY(UInt64, UINT64);
  /external/libyuv/files/util/
compare.cc 36 uint64 sum_square_err = 0;
37 uint64 size_min = 0;
  /external/lzma/C/
Xz.c 12 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v)
76 UInt64 v = CRC64_GET_DIGEST(p->crc64);
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 106 STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UInt64 *value)
  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 45 UInt64 COutBuffer::GetProcessedSize() const
47 UInt64 res = _processedSize + _pos - _streamPos;
  /external/lzma/CPP/Windows/
PropVariant.h 26 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; }
40 CPropVariant& operator=(UInt64 value);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
d3d_enums.cpp 108 sizeof(UINT64),
109 sizeof(UINT64),
  /external/openfst/src/include/fst/
arcsort.h 71 uint64 Properties(uint64 props) const { return comp_.Properties(props); }
88 // Properties(uint64) that specifies the known properties of the
109 // also have a member Properties(uint64) that specifies the known
183 uint64 Properties(uint64 props) const {
197 uint64 Properties(uint64 props) const {
matcher.h 85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
198 uint64 true_prop = match_type_ == MATCH_INPUT ?
200 uint64 false_prop = match_type_ == MATCH_INPUT ?
202 uint64 props = fst_->Properties(true_prop | false_prop, test);
291 virtual uint64 Properties(uint64 inprops) const {
292 uint64 outprops = inprops
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 33 // uint64 values that can fit in the secondary index before an overflow
37 // bits set in each block is created using the type uint64.
54 static void Set(uint64* bits, size_t index) {
58 static void Clear(uint64* bits, size_t index) {
115 void BuildIndex(const uint64 *bits, size_t size);
118 // this constant computes the number of uint64 units that can fit into
120 static const uint64 kOne = 1;
168 const uint64* bits_;
  /external/chromium_org/content/child/
webblobregistry_impl.cc 92 static_cast<uint64>(data_item.offset),
93 static_cast<uint64>(data_item.length),
104 static_cast<uint64>(data_item.offset),
105 static_cast<uint64>(data_item.length));
117 static_cast<uint64>(data_item.offset),
118 static_cast<uint64>(data_item.length),
  /external/chromium_org/extensions/common/
user_script.cc 190 uint64 num_globs = 0;
193 for (uint64 i = 0; i < num_globs; ++i) {
203 uint64 num_patterns = 0;
207 for (uint64 i = 0; i < num_patterns; ++i) {
226 uint64 num_files = 0;
229 for (uint64 i = 0; i < num_files; ++i) {
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.h 145 uint64 cache_hits() const { return cache_hits_; }
146 uint64 requests() const { return requests_; }
147 uint64 inflight_joins() const { return inflight_joins_; }
156 uint64 requests_;
157 uint64 cache_hits_;
158 uint64 inflight_joins_;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 90 typedef base::hash_map<uint64, base::WeakPtr<SimpleEntryImpl> > EntryMap;
92 typedef base::Callback<void(base::Time mtime, uint64 max_size, int result)>
98 uint64 max_size;
116 uint64 suggested_max_size);
127 int OpenEntryFromHash(uint64 hash,
143 void OnEntryOpenedFromHash(uint64 hash,
simple_index_unittest.cc 25 const uint64 kTestEntrySize = 789;
26 const uint64 kKey1Hash = disk_cache::simple_util::GetEntryHashKey("key1");
27 const uint64 kKey2Hash = disk_cache::simple_util::GetEntryHashKey("key2");
28 const uint64 kKey3Hash = disk_cache::simple_util::GetEntryHashKey("key3");
66 uint64 cache_size,
74 scoped_ptr<std::vector<uint64> > entry_hashes,
89 const std::vector<uint64>& last_doom_entry_hashes() const {
98 std::vector<uint64> last_doom_entry_hashes_;
126 const uint64 hash_key = simple_util::GetEntryHashKey(key);
136 uint64 entry_size)
    [all...]
  /external/lzma/CPP/7zip/Archive/
IArchive.h 74 STDMETHOD(SetTotal)(const UInt64 *files, const UInt64 *bytes) x; \
75 STDMETHOD(SetCompleted)(const UInt64 *files, const UInt64 *bytes) x; \
125 STDMETHOD(Open)(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openArchiveCallback) x; \
164 STDMETHOD(GetVolumeSize)(UInt32 index, UInt64 *size) x; \
SplitHandler.cpp 40 CRecordVector<UInt64> _sizes;
41 UInt64 _totalSize;
138 const UInt64 * /* maxCheckStartPosition */,
214 UInt64 size;
227 UInt64 numFiles = _streams.Size();
254 UInt64 numFiles = _streams.Size();
306 UInt64 currentTotalSize = 0;
XzHandler.cpp 54 UInt64 _packSize;
55 UInt64 _unpackSize;
56 UInt64 _numBlocks;
59 UInt64 _unpackSizeDefined;
60 UInt64 _packSizeDefined;
300 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
343 _numBlocks = (UInt64)Xzs_GetNumBlocks(&xzs.p);
388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
427 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 29 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size)
36 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *completeValue)
43 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
109 prop = (UInt64)0;
206 STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size)
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 66 const uint64 zero = 0;
67 const uint64 ones = ~zero;
125 void BitmapIndex::BuildIndex(const uint64 *bits, size_t size) {
132 const uint64 zero = 0;
133 const uint64 ones = ~zero;
141 uint64 mask = ones;
  /external/stressapptest/src/
error_diag.h 97 uint64 addr_; // Address where error occured.
105 uint64 addr_; // Address where miscompare occured.
111 uint64 addr2_; // addr_ and addr2_ are src and dst memory addr.
121 uint64 addr_;
122 uint64 addr2_; // addr_ and addr2_ are src and dst memory addr.
140 virtual int AddMiscompareError(string dimm_string, uint64 addr, int count);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 80 uint64 GetMiniBatchSize() const {
114 void SetIterationNumber(uint64 num) {
127 void SetMiniBatchSize(const uint64 msize) {
222 uint64 iteration_num_;
225 uint64 mini_batch_counter_;
226 uint64 mini_batch_size_;
  /external/libyuv/files/source/
compare.cc 220 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed) {
229 while (count >= static_cast<uint64>(kBlockSize)) {
352 uint64 ComputeSumSquareError(const uint8* src_a, const uint8* src_b,
370 uint64 sse = 0;
393 uint64 ComputeSumSquareErrorPlane(const uint8* src_a, int stride_a,
410 uint64 sse = 0;
421 double SumSquareErrorToPsnr(uint64 sse, uint64 count) {
440 const uint64 samples = width * height;
441 const uint64 sse = ComputeSumSquareErrorPlane(src_a, stride_a
    [all...]
  /external/libffi/src/ia64/
ffi.c 47 UINT64 x[2] __attribute__((aligned(16)));
56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */
57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */
273 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i];
333 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
414 UINT64 code_pointer;
415 UINT64 gp;
420 UINT64 code_pointer; /* Pointer to ffi_closure_unix. *
    [all...]
  /external/openssh/
umac.c 83 typedef u_int64_t UINT64; /* 8 bytes */
120 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
268 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
270 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
273 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0]
    [all...]

Completed in 212 milliseconds

<<11121314151617181920>>