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

<<11121314151617181920>>

  /external/chromium_org/webkit/browser/fileapi/
sandbox_database_test_helper.cc 27 uint64 picked_file_number = kuint64max;
30 uint64 number = kuint64max;
88 uint64 number = kuint64max;
  /external/chromium_org/win8/metro_driver/
winrt_utils_unittest.cc 63 static HRESULT CreateProperty<UINT64>(UINT64 value,
111 TestCompareProperties<UINT64>(42, 43);
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 21 UInt64 Low;
106 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; }
200 UInt64 GetProcessedSize() {return Stream.GetProcessedSize(); }
  /external/openfst/src/include/fst/
product-weight.h 73 static uint64 Properties() {
74 uint64 props1 = W1::Properties();
75 uint64 props2 = W2::Properties();
verify.h 106 uint64 fst_props = fst.Properties(kFstProperties, false);
112 uint64 known_props;
113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
weight.h 95 const uint64 kLeftSemiring = 0x0000000000000001ULL;
98 const uint64 kRightSemiring = 0x0000000000000002ULL;
100 const uint64 kSemiring = kLeftSemiring | kRightSemiring;
103 const uint64 kCommutative = 0x0000000000000004ULL;
106 const uint64 kIdempotent = 0x0000000000000008ULL;
109 const uint64 kPath = 0x0000000000000010ULL;
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 265 HANDLE_TYPE( UINT64, uint64);
346 HANDLE_TYPE( UINT64, UInt64, uint64);
350 HANDLE_TYPE( FIXED64, Fixed64, uint64);
379 HANDLE_TYPE( UINT64, UInt64, uint64);
383 HANDLE_TYPE( FIXED64, Fixed64, uint64);
    [all...]
  /external/regex-re2/util/
util.h 74 typedef uint64_t uint64; typedef in namespace:re2
123 static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) {
128 return ((uint64)x << 32) | y;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 82 uint64 Properties() const { return properties_; }
91 void SetProperties(uint64 properties) { properties_ = properties; }
104 uint64 properties_; // FST property bits
140 virtual uint64 Properties(uint64 mask, bool test)
420 uint64 Properties() const { return properties_; }
422 uint64 Properties(uint64 mask) const { return properties_ & mask; }
424 void SetProperties(uint64 props) { properties_ = props; }
426 void SetProperties(uint64 props, uint64 mask)
    [all...]
verify.h 103 uint64 fst_props = fst.Properties(kFstProperties, false);
104 uint64 known_props;
105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
  /external/chromium/net/base/
cert_verifier.h 117 uint64 requests() const { return requests_; }
118 uint64 cache_hits() const { return cache_hits_; }
119 uint64 inflight_joins() const { return inflight_joins_; }
173 uint64 requests_;
174 uint64 cache_hits_;
175 uint64 inflight_joins_;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.cc 40 uint64 GetUniqueEventId(const content::P2PSocketHostUdp* obj,
41 uint64 packet_id) {
42 uint64 uid = reinterpret_cast<uintptr_t>(obj);
53 const net::IPEndPoint& to, const std::vector<char>& content, uint64 id)
223 void P2PSocketHostUdp::OnSend(uint64 packet_id, int result) {
238 void P2PSocketHostUdp::HandleSendResult(uint64 packet_id, int result) {
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 103 static const uint64 kHashes[] = { 11, 22, 33 };
107 SimpleIndexFile::IndexMetadata index_metadata(static_cast<uint64>(kNumHashes),
110 uint64 hash = kHashes[i];
175 static const uint64 kHashes[] = { 11, 22, 33 };
179 uint64 hash = kHashes[i];
185 const uint64 kCacheSize = 456U;
  /external/libvpx/libvpx/libmkv/
WebMElement.c 46 static UInt64 generateTrackID(unsigned int trackNumber) {
47 UInt64 t = time(NULL) * trackNumber;
48 UInt64 r = rand();
51 UInt64 rval = t ^ r;
61 UInt64 trackID = generateTrackID(trackNumber);
83 UInt64 trackID = generateTrackID(trackNumber);
  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 60 UINT64 system_id;
70 UINT64 system_id;
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 34 #define STREAM_TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((UINT64)(*((p) + 2)))) << 16) + ((((UINT64)(*((p) + 3)))) << 24) \
35 + ((((UINT64)(*((p) + 4)))) << 32) + ((((UINT64)(*((p) + 5)))) << 40) + ((((UINT64)(*((p) + 6)))) << 48) + ((((UINT64)(*((p) + 7)))) << 56)); (p) += 8;}
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.h 38 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size);
download_throttling_resource_handler.h 44 uint64 position,
45 uint64 size);
save_file_resource_handler.cc 28 uint64 position,
29 uint64 size) {
  /external/chromium/chrome/common/extensions/
extension_localization_peer.h 33 virtual void OnUploadProgress(uint64 position, uint64 size);
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 53 bool ReadUInt64(uint64* val);
61 void WriteUInt64(uint64 val);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_flash_lso_helper.cc 73 const uint64 kClearAllData = 0;
75 site, kClearAllData, std::numeric_limits<uint64>::max());
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.h 32 virtual void OnUploadProgress(uint64 position, uint64 size) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 116 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE {
139 virtual void SetInputNodeGain(uint64 node_id, int32 input_gain) OVERRIDE {
162 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE {
173 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE {
227 uint64 node_id;
237 uint64 node_id;
369 void CrasAudioClient::Observer::ActiveOutputNodeChanged(uint64 node_id){
372 void CrasAudioClient::Observer::ActiveInputNodeChanged(uint64 node_id) {
  /external/chromium_org/content/browser/download/
save_file_resource_handler.h 28 uint64 position,
29 uint64 size) OVERRIDE;

Completed in 762 milliseconds

<<11121314151617181920>>