/external/chromium_org/content/browser/loader/ |
certificate_resource_handler.h | 40 uint64 position, 41 uint64 size) OVERRIDE;
|
stream_resource_handler.cc | 36 uint64 position, 37 uint64 size) {
|
/external/chromium_org/content/plugin/ |
plugin_channel.h | 82 uint64 flags, 83 uint64 max_age);
|
/external/chromium_org/courgette/ |
disassembler.h | 62 uint64 ReadU64(const uint8* address, size_t offset) { 63 return *reinterpret_cast<const uint64*>(address + offset);
|
/external/chromium_org/crypto/ |
encryptor.cc | 24 uint64 low_num = base::NetToHost64(counter_.components64[1]); 25 uint64 new_low_num = low_num + 1;
|
/external/chromium_org/media/base/ |
bit_reader.h | 34 uint64 temp; 51 bool ReadBitsInternal(int num_bits, uint64* out);
|
/external/chromium_org/net/base/ |
upload_data.h | 38 uint64 offset, uint64 length,
|
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_probe_test.cc | 54 static_cast<uint64>(available_channel_estimate.ToBytesPerSecond())); 77 static_cast<uint64>(available_channel_estimate.ToBytesPerSecond()));
|
/external/chromium_org/net/quic/test_tools/ |
crypto_test_utils.cc | 252 MockCommonCertSets(StringPiece cert, uint64 hash, uint32 index) 263 virtual StringPiece GetCert(uint64 hash, uint32 index) const OVERRIDE { 272 uint64* out_hash, 278 if (common_set_hashes.size() % sizeof(uint64) != 0) { 282 for (size_t i = 0; i < common_set_hashes.size(); i += sizeof(uint64)) { 283 uint64 hash; 302 const uint64 hash_; 307 uint64 hash,
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.h | 115 UInt64 parent_session; 116 UInt64 session;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest_lite.proto | 59 optional uint64 optional_uint64 = 4; 98 repeated uint64 repeated_uint64 = 34; 133 optional uint64 default_uint64 = 64 [default = 44 ]; 170 repeated uint64 packed_uint64 = 93 [packed = true]; 192 optional uint64 optional_uint64_extension_lite = 4; 234 repeated uint64 repeated_uint64_extension_lite = 34; 273 optional uint64 default_uint64_extension_lite = 64 [default = 44 ]; 306 repeated uint64 packed_uint64_extension_lite = 93 [packed = true];
|
/external/chromium_org/third_party/snappy/linux/ |
snappy-stubs-public.h | 65 typedef uint64_t uint64; typedef in namespace:snappy 74 typedef unsigned long long uint64;
|
/external/chromium_org/third_party/snappy/mac/ |
snappy-stubs-public.h | 65 typedef uint64_t uint64; typedef in namespace:snappy 74 typedef unsigned long long uint64;
|
/external/chromium_org/third_party/snappy/win32/ |
snappy-stubs-public.h | 65 typedef uint64_t uint64; 74 typedef unsigned long long uint64; typedef in namespace:snappy
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Encoder.cpp | 78 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
|
/external/lzma/CS/7zip/ |
ICoder.cs | 68 const UInt64 []inSizes,
70 UInt64 []outSizes,
|
/external/openfst/src/include/fst/ |
compat.h | 123 template<> struct hash<uint64> { 124 size_t operator()(uint64 x) const { return x; }
|
compose-filter.h | 202 // uint64 Properties(uint64 props) const; 274 uint64 Properties(uint64 props) const { return props; } 359 uint64 Properties(uint64 props) const { return props; } 459 uint64 Properties(uint64 props) const { return props; } 529 uint64 Properties(uint64 iprops) const [all...] |
/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 59 optional uint64 optional_uint64 = 4; 92 repeated uint64 repeated_uint64 = 34; 125 optional uint64 default_uint64 = 64 [default = 44 ]; 162 repeated uint64 packed_uint64 = 93 [packed = true]; 184 optional uint64 optional_uint64_extension_lite = 4; 220 repeated uint64 repeated_uint64_extension_lite = 34; 256 optional uint64 default_uint64_extension_lite = 64 [default = 44 ]; 289 repeated uint64 packed_uint64_extension_lite = 93 [packed = true];
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
invert.h | 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
|
reverse.h | 75 uint64 iprops = ifst.Properties(kCopyProperties, false); 76 uint64 oprops = ofst->Properties(kFstProperties, false);
|
/external/stressapptest/src/ |
queue.cc | 28 PageEntryQueue::PageEntryQueue(uint64 queuesize) { 82 uint64 rand = random();
|
worker.cc | 114 inline uint64 addr_to_tag(void *address) { 115 return reinterpret_cast<uint64>(address); 127 uint64 actual; // This is the actual value read. 128 uint64 reread; // This is the actual value, reread. 129 uint64 expected; // This is what it should have been. 130 uint64 *vaddr; // This is where it was (or wasn't). 132 uint64 paddr; // This is the bus address, if available. 133 uint64 *tagvaddr; // This holds the tag value if this data was tagged. 134 uint64 tagpaddr; // This holds the physical address corresponding to the tag. 475 uint64 *memwords = static_cast<uint64*>(pe->addr) [all...] |
/external/opencv/cxcore/src/ |
cxrand.cpp | 59 #define ICV_RNG_NEXT(x) ((uint64)(unsigned)(x)*1554115554 + ((x) >> 32)) 62 #define ICV_CVT_DBL(x) (((uint64)(unsigned)(x) << 20)|((x) >> 44)|ICV_1D) 71 uint64* state, const int* param ) \ 73 uint64 temp = *state; \ 153 uint64* state, const double* param ) \ 155 uint64 temp = *state; \ 212 uint64* state, const double* param ) 214 uint64 temp = *state; 279 icvRandn_0_1_32f_C1R( float* arr, int len, uint64* state ) 281 uint64 temp = *state [all...] |
/external/openssh/ |
PROTOCOL | 258 uint64 f_bsize /* file system block size */ 259 uint64 f_frsize /* fundamental fs block size */ 260 uint64 f_blocks /* number of blocks (unit f_frsize) */ 261 uint64 f_bfree /* free blocks in file system */ 262 uint64 f_bavail /* free blocks for non-root */ 263 uint64 f_files /* total file inodes */ 264 uint64 f_ffree /* free file inodes */ 265 uint64 f_favail /* free file inodes for to non-root */ 266 uint64 f_fsid /* file system id */ 267 uint64 f_flag /* bit mask of f_flag values * [all...] |