/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...] |
fst.h | 117 uint64 Properties() const { return properties_; } 126 void SetProperties(uint64 properties) { properties_ = properties; } 140 uint64 properties_; // FST property bits 184 virtual uint64 Properties(uint64 mask, bool test) 625 virtual uint64 Properties() const { return properties_; } 627 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; } 629 void SetProperties(uint64 props) { 634 void SetProperties(uint64 props, uint64 mask) [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];
|
wire_format.cc | 88 uint64 value; 94 uint64 value; 470 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) 473 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) 531 HANDLE_TYPE(UINT64, uint64, UInt64) [all...] |
/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);
|
compose.h | 32 // Enumeration of uint64 bits used to represent the user-defined 77 template <uint64 T = 0ULL> 85 // concrete specializations are templated on the (uint64-valued) 110 uint64 props1 = fst1.Properties(kFstProperties, false); 111 uint64 props2 = fst2.Properties(kFstProperties, false); 173 virtual uint64 ComposeFlags() const = 0; 204 template <class A, uint64 T> 328 template <class A, uint64 T> 467 virtual uint64 ComposeFlags() const { return T; } 695 template <uint64 T [all...] |
/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...] |
/external/chromium_org/base/process/ |
process_metrics_linux.cc | 34 // Read a file with a single number string and return the number as a uint64. 35 static uint64 ReadFileToUint64(const base::FilePath file) { 40 uint64 file_as_uint64 = 0; 716 // Write out uint64 variables as doubles. 790 uint64 reads = 0; 791 uint64 reads_merged = 0; 792 uint64 sectors_read = 0; 793 uint64 read_time = 0; 794 uint64 writes = 0; 795 uint64 writes_merged = 0 [all...] |
/external/chromium_org/chromeos/audio/ |
cras_audio_handler.cc | 111 bool CrasAudioHandler::IsOutputMutedForDevice(uint64 device_id) { 126 bool CrasAudioHandler::IsInputMutedForDevice(uint64 device_id) { 137 int CrasAudioHandler::GetOutputVolumePercentForDevice(uint64 device_id) { 150 int CrasAudioHandler::GetInputGainPercentForDevice(uint64 device_id) { 159 uint64 CrasAudioHandler::GetActiveOutputNode() const { 163 uint64 CrasAudioHandler::GetActiveInputNode() const { 250 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id) { 256 void CrasAudioHandler::SetActiveInputNode(uint64 node_id) { 262 void CrasAudioHandler::SetVolumeGainPercentForDevice(uint64 device_id, 282 void CrasAudioHandler::SetMuteForDevice(uint64 device_id, bool mute_on) [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 52 UInt64 _offsetPos; // offset from start of _streamIndex index
53 UInt64 _absPos;
54 UInt64 _length;
61 UInt64 Pos;
62 UInt64 RealSize;
67 CRecordVector<UInt64> Sizes;
84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
85 STDMETHOD(SetSize)(UInt64 newSize);
142 UInt64 volSize = Sizes[index];
158 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - subStream.Pos); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 444 // mach time units can be found by calling uint64 mach_absolute_time(); 527 uint64 *start, uint64 *end, char **flags, 528 uint64 *offset, int64 *inode, char **filename, 529 uint64 *file_mapping, uint64 *file_pages, 530 uint64 *anon_mapping, uint64 *anon_pages, 658 bool ProcMapsIterator::Next(uint64 *start, uint64 *end, char **flags [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 33 typedef unsigned long long UINT64;
|
/external/chromium/chrome/common/ |
guid.h | 27 std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
/external/chromium/net/http/ |
http_request_info.h | 58 uint64 request_id;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.cc | 110 bool ByteBuffer::ReadUInt64(uint64* val) { 113 uint64 v; 163 void ByteBuffer::WriteUInt64(uint64 val) { 164 uint64 v = HostToNetwork64(val);
|
/external/chromium_org/base/ |
guid.h | 27 BASE_EXPORT std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
/external/chromium_org/chrome/browser/net/ |
probe_message.proto | 32 required uint64 timestamp_micros = 1;
|
/external/chromium_org/chrome/browser/storage_monitor/ |
test_volume_mount_watcher_win.h | 33 uint64 total_size_in_bytes);
|
/external/chromium_org/chrome/common/media_galleries/ |
pmp_test_util.cc | 98 template bool PmpTestUtil::WriteColumnFileFromVector<uint64>( 100 const PmpFieldType, const std::vector<uint64>&); 147 template std::vector<char> PmpTestUtil::MakeHeaderAndBody<uint64>( 148 const PmpFieldType, const uint32, const std::vector<uint64>&);
|