HomeSort by relevance Sort by last modified time
    Searched refs:UInt64 (Results 1 - 23 of 23) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.h 20 extern UInt64 FastMicroseconds(void);
21 extern UInt64 FastMilliseconds(void);
SDL_MPWtimer.c 43 #define WideTo64bit(w) (*(UInt64 *) &(w))
45 UInt64 start;
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;
  /external/libvpx/libmkv/
WebMElement.c 48 static UInt64 generateTrackID(unsigned int trackNumber)
50 UInt64 t = time(NULL) * trackNumber;
51 UInt64 r = rand();
54 UInt64 rval = t ^ r;
65 UInt64 trackID = generateTrackID(trackNumber);
88 UInt64 trackID = generateTrackID(trackNumber);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 39 typedef UInt64 uint64_t;
  /external/webkit/WebKit/win/
WebDownload.h 115 void willResumeWithResponse(CFURLResponseRef, UInt64);
WebDownloadCFNet.cpp 66 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo);
410 void WebDownload::willResumeWithResponse(CFURLResponseRef response, UInt64 fromByte)
529 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo)
  /external/protobuf/src/google/protobuf/
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...]
reflection_ops.cc 78 HANDLE_TYPE(UINT64, UInt64);
103 HANDLE_TYPE(UINT64, UInt64);
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...]
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...]
text_format.cc 358 uint64 value;
372 uint64 value;
374 SET_FIELD(UInt64, value);
487 // Consumes a uint64 and saves its value in the value parameter.
489 bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) {
510 bool ConsumeSignedInteger(int64* value, uint64 max_value) {
520 uint64 unsigned_value;
549 uint64 integer_value;
    [all...]
extension_set.h 224 uint64 GetUInt64(int number, uint64 default_value) const;
242 void SetUInt64(int number, FieldType type, uint64 value, desc);
260 uint64 GetRepeatedUInt64(int number, int index) const;
271 void SetRepeatedUInt64(int number, int index, uint64 value);
284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
389 uint64 uint64_value;
400 RepeatedField <uint64 >* repeated_uint64_value;
601 PROTOBUF_DEFINE_PRIMITIVE_TYPE(uint64, UInt64)
    [all...]
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/bzip2/
bzip2.c 234 UInt64;
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
252 double uInt64_to_double ( UInt64* n )
266 Bool uInt64_isZero ( UInt64* n )
277 Int32 uInt64_qrm10 ( UInt64* n )
291 /* ... and the Whole Entire Point of all this UInt64 stuff is
295 void uInt64_toAscii ( char* outbuf, UInt64* n )
300 UInt64 n_copy = *n;
386 UInt64 nbytes_in, nbytes_out;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 112 // Int32, UInt32, Int64, UInt64, TimeInMillis
541 // uint32, uint64, and etc here.
563 typedef TypeWithSize<8>::UInt UInt64;
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 220 return Number::New(GET(UInt64));
342 SET(UInt64, value->NumberValue());
  /external/gtest/include/gtest/internal/
gtest-port.h 135 // Int32, UInt32, Int64, UInt64, TimeInMillis
770 // uint32, uint64, and etc here.
792 typedef TypeWithSize<8>::UInt UInt64;
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 814 // we first convert it to the largest integral type (UInt64) and
819 const UInt64 wchar_as_uint64 = wchar;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 705 milliseconds