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

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 144 static __inline__ Uint64 SDL_Swap64(Uint64 x)
148 Uint64 u;
157 static __inline__ Uint64 SDL_Swap64(Uint64 x)
163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 144 static __inline__ Uint64 SDL_Swap64(Uint64 x)
148 Uint64 u;
157 static __inline__ Uint64 SDL_Swap64(Uint64 x)
163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 144 static __inline__ Uint64 SDL_Swap64(Uint64 x)
148 Uint64 u;
157 static __inline__ Uint64 SDL_Swap64(Uint64 x)
163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
  /external/chromium_org/webkit/browser/blob/
blob_storage_controller.cc 181 uint64 offset, uint64 length) {
183 length != static_cast<uint64>(-1));
197 uint64 current_length = iter->length() - offset;
198 uint64 new_length = current_length > length ? length : current_length;
224 const base::FilePath& file_path, uint64 offset, uint64 length,
238 const GURL& url, uint64 offset, uint64 length,
  /external/chromium_org/net/quic/congestion_control/
cube_root.cc 12 int FindMostSignificantBit(uint64 x) {
61 uint32 CubeRoot::Root(uint64 a) {
76 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)
  /external/chromium_org/net/quic/
quic_data_writer.cc 49 bool QuicDataWriter::WriteUInt48(uint64 value) {
55 bool QuicDataWriter::WriteUInt64(uint64 value) {
142 bool QuicDataWriter::WriteUInt48ToOffset(uint64 value, size_t offset) {
quic_data_writer.h 44 bool WriteUInt48(uint64 value);
45 bool WriteUInt64(uint64 value);
58 bool WriteUInt48ToOffset(uint64 value, size_t offset);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 115 void AddVarint(int number, uint64 value);
117 void AddFixed64(int number, uint64 value);
174 inline uint64 varint() const;
176 inline uint64 fixed64() const;
180 inline void set_varint(uint64 value);
182 inline void set_fixed64(uint64 value);
209 uint64 varint_;
211 uint64 fixed64_;
257 inline uint64 UnknownField::varint () const {
265 inline uint64 UnknownField::fixed64() const
    [all...]
extension_set.cc 300 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64)
717 HANDLE_TYPE( UINT64, uint64, RepeatedField < uint64>);
759 HANDLE_TYPE(UINT64, uint64, UInt64);
    [all...]
  /external/libyuv/files/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; // NOLINT typedef
44 typedef unsigned long long uint64; // NOLINT typedef
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 11 static const UInt64 k_LZMA = 0x030101;
12 static const UInt64 k_LZMA2 = 0x21;
14 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder)
  /external/lzma/CPP/7zip/UI/Common/
Update.h 134 CRecordVector<UInt64> VolumesSizes;
156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
  /external/lzma/CPP/Windows/
FileIO.cpp 169 bool CFileBase::GetPosition(UInt64 &position) const
174 bool CFileBase::GetLength(UInt64 &length) const
189 length = (((UInt64)sizeHigh) << 32) + sizeLow;
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition)
220 UInt64 newPosition;
224 bool CFileBase::SeekToEnd(UInt64 &newPosition)
239 fileInfo.Size = (((UInt64)winFileInfo.nFileSizeHigh) << 32) + winFileInfo.nFileSizeLow;
241 fileInfo.FileIndex = (((UInt64)winFileInfo.nFileIndexHigh) << 32) + winFileInfo.nFileIndexLow;
    [all...]
PropVariantConversions.cpp 12 static UString ConvertUInt64ToString(UInt64 value)
95 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop)
102 case VT_UI8: return (UInt64)prop.uhVal.QuadPart;
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 100 void AddVarint(int number, uint64 value);
102 void AddFixed64(int number, uint64 value);
149 inline uint64 varint() const;
151 inline uint64 fixed64() const;
155 inline void set_varint(uint64 value);
157 inline void set_fixed64(uint64 value);
174 uint64 varint_;
176 uint64 fixed64_;
219 inline uint64 UnknownField::varint () const {
227 inline uint64 UnknownField::fixed64() const
    [all...]
extension_set.cc 277 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64)
613 HANDLE_TYPE( UINT64, uint64, RepeatedField < uint64>);
655 HANDLE_TYPE(UINT64, uint64, UInt64);
747 HANDLE_TYPE( UINT64, UInt64, uint64)
    [all...]
  /external/openfst/src/include/fst/
arc-map.h 91 // uint64 Properties(uint64 props) const;
125 uint64 props = fst->Properties(kFstProperties, false);
216 uint64 iprops = ifst.Properties(kCopyProperties, false);
285 uint64 oprops = ofst->Properties(kFstProperties, false);
429 uint64 Properties() const { return Properties(kFstProperties); }
432 uint64 Properties(uint64 mask) const {
506 uint64 props = fst_->Properties(kCopyProperties, false);
700 uint64 Properties(uint64 props) const { return props;
    [all...]
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 106 bool CrasAudioHandler::IsOutputMutedForDevice(uint64 device_id) {
121 bool CrasAudioHandler::IsInputMutedForDevice(uint64 device_id) {
132 int CrasAudioHandler::GetOutputVolumePercentForDevice(uint64 device_id) {
147 int CrasAudioHandler::GetInputGainPercentForDevice(uint64 device_id) {
158 uint64 CrasAudioHandler::GetActiveOutputNode() const {
162 uint64 CrasAudioHandler::GetActiveInputNode() const {
249 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id) {
255 void CrasAudioHandler::SetActiveInputNode(uint64 node_id) {
261 void CrasAudioHandler::SetVolumeGainPercentForDevice(uint64 device_id,
281 void CrasAudioHandler::SetMuteForDevice(uint64 device_id, bool mute_on)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 63 static void SetUInt64(Byte *p, UInt64 d)
151 UInt64 COutArchive::GetPos() const
195 void COutArchive::WriteUInt64(UInt64 value)
204 void COutArchive::WriteNumber(UInt64 value)
211 if (value < ((UInt64(1) << ( 7 * (i + 1)))))
227 static UInt32 GetBigNumberSize(UInt64 value)
231 if (value < (((UInt64)1 << (i * 7))))
237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 43 static const uint64 MAX_ADDRESS = kuint64max;
113 uint64 first_address,
114 uint64 last_address,
117 uint64 page_address = (first_address / page_size) * page_size;
151 uint64 pagecount = ReadPageCount(state.pfn);
198 uint64 DeepHeapProfile::MemoryInfoGetterLinux::ReadPageCount(uint64 pfn) const {
203 uint64 kpagecount_value;
211 bool DeepHeapProfile::MemoryInfoGetterLinux::Seek(uint64 address) const {
221 static const uint64 U64_1 = 1
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 60 // uint64 Properties(uint64 props) const;
88 uint64 props = fst->Properties(kFstProperties, false);
222 uint64 iprops = ifst.Properties(kCopyProperties, false);
223 uint64 oprops = ofst->Properties(kFstProperties, false);
410 uint64 props = fst_->Properties(kCopyProperties, false);
502 virtual uint64 Properties(uint64 mask, bool test) const {
504 uint64 known, test = TestProperties(*this, mask, &known);
629 uint64 Properties(uint64 props) const { return props;
    [all...]
  /external/chromium/chrome/browser/policy/proto/
device_management_local.proto 20 optional uint64 timestamp = 2;
  /external/chromium/crypto/third_party/nss/
README.chromium 12 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
  /external/chromium/net/base/
network_delegate.cc 20 int NetworkDelegate::NotifyBeforeSendHeaders(uint64 request_id,
  /external/chromium_org/chrome/browser/policy/proto/cloud/
device_management_local.proto 20 optional uint64 timestamp = 2;

Completed in 1020 milliseconds

<<11121314151617181920>>