HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 76 - 100 of 492) sorted by null

1 2 34 5 6 7 8 91011>>

  /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);
basictypes.h 53 typedef unsigned __int64 uint64; typedef
63 typedef unsigned long long uint64; typedef
win32.h 90 // Convert a FILETIME to a UInt64
91 inline uint64 ToUInt64(const FILETIME& ft) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 126 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src);
127 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src);
134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 45 vector<bool> *coaccess, uint64 *props)
47 SccVisitor(uint64 *props)
181 uint64 *props_;
207 uint64 props = 0;
complement.h 59 uint64 props = fst.Properties(kILabelSorted, false);
120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor;
136 virtual uint64 Properties(uint64 mask, bool test) const {
138 uint64 known, test = TestProperties(*this, mask, &known);
relabel.h 49 uint64 props = fst->Properties(kFstProperties, false);
170 uint64 props = fst.Properties(kCopyProperties, false);
199 uint64 props = fst.Properties(kCopyProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const {
374 uint64 known, test = TestProperties(*this, mask, &known);
project.h 43 uint64 Properties(uint64 props) {
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 126 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src);
127 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src);
134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 126 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src);
127 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src);
134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 126 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src);
127 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src);
134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 234 HANDLE_TYPE(UINT64, uint64);
354 SWAP_ARRAYS(UINT64, uint64);
381 SWAP_VALUES(UINT64, uint64);
442 HANDLE_TYPE(UINT64, uint64);
480 CLEAR_TYPE(UINT64, uint64);
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 264 bool CodedInputStream::ReadLittleEndian64Fallback(uint64* value) {
316 uint64 result;
362 uint64 result;
395 bool CodedInputStream::ReadVarint64Slow(uint64* value) {
399 uint64 result = 0;
409 result |= static_cast<uint64>(b & 0x7F) << (7 * count);
418 bool CodedInputStream::ReadVarint64Fallback(uint64* value) {
450 *value = (static_cast<uint64>(part0) ) |
451 (static_cast<uint64>(part1) << 28) |
452 (static_cast<uint64>(part2) << 56)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 71 #define WideTo64bit(w) (*(UInt64 *) &(w))
145 UInt64 tick, usec1, usec2;
180 UInt64 FastMicroseconds() {
182 UInt64 usec;
222 UInt64 FastMilliseconds() {
224 UInt64 msec;
SDL_MPWtimer.c 43 #define WideTo64bit(w) (*(UInt64 *) &(w))
45 UInt64 start;
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 98 uint16 lemma_len, uint16 count, uint64 lmt);
174 static const uint64 kUserDictLMTSince = COARSE_UTC(2009, 1, 1, 0, 0, 0);
296 uint64 extract_score_lmt(int raw_score);
298 inline int build_score(uint64 lmt, int freq);
305 uint16 lemma_len, uint16 count, uint64 lmt);
361 uint16 lemma_len, uint16 count, uint64 lmt);
  /external/chromium/base/
string_number_conversions.cc 366 return IntToStringT<std::string, int64, uint64, true>::
371 return IntToStringT<string16, int64, uint64, true>::IntToString(value);
374 std::string Uint64ToString(uint64 value) {
375 return IntToStringT<std::string, uint64, uint64, false>::
379 string16 Uint64ToString16(uint64 value) {
380 return IntToStringT<string16, uint64, uint64, false>::
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.h 51 uint64 position,
52 uint64 size);
  /external/chromium/chrome/common/extensions/
extension_localization_peer.cc 44 uint64 position, uint64 size) {
  /external/chromium/net/base/
network_delegate.h 41 int NotifyBeforeSendHeaders(uint64 request_id,
74 virtual int OnBeforeSendHeaders(uint64 request_id,
upload_data_stream_unittest.cc 62 const uint64 kFakeSize = kTestDataSize*2;
76 uint64 read_counter = 0;
  /external/libffi/src/
types.c 58 FFI_TYPEDEF(uint64, UINT64, FFI_TYPE_UINT64);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_test_bad_identifiers.proto 75 optional uint64 uint64 = 17;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 129 typedef unsigned long long uint64; typedef in namespace:__gnu_parallel
135 typedef uint64 sequence_index_t;
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 45 virtual int OnBeforeSendHeaders(uint64 request_id,

Completed in 868 milliseconds

1 2 34 5 6 7 8 91011>>