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

<<11121314151617181920

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 147 /** Write a {@code uint64} field, including tag, to the stream. */
314 /** Write a {@code uint64} field to the stream. */
443 * {@code uint64} field, including tag.
637 * {@code uint64} field, including tag.
    [all...]
FieldSet.java 438 case UINT64 : return input.readUInt64 ();
538 case UINT64 : output.writeUInt64NoTag ((Long ) value); break;
661 case UINT64 : return CodedOutputStream.computeUInt64SizeNoTag ((Long )value);
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 133 /** Write a {@code uint64} field, including tag, to the stream. */
295 /** Write a {@code uint64} field to the stream. */
418 * {@code uint64} field, including tag.
607 * {@code uint64} field, including tag.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 55 case FieldDescriptor::TYPE_UINT64 : return "UINT64";
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 69 // * int32, int64, uint32, uint64: Formatted using SimpleItoa().
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 44 typedef unsigned long long uint64; typedef
equivalent.h 116 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor;
  /external/v8/src/
double.h 82 // Returns the double's bit as uint64.
  /external/v8/test/cctest/
test-double.cc 32 // The 52 mantissa bits, plus the implicit 1 in bit 52 as a UINT64.
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp 119 if (static_cast<UInt64>(position) < dataSize) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 44 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 44 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
  /external/bluetooth/bluez/src/
sdp-xml.c 102 appender(data, "<uint64 value=\"");
103 snprintf(buf, STRBUFSIZE - 1, "0x%016jx", value->val.uint64);
759 else if (!strcmp(el, "uint64"))
  /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;
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 564 bool Tokenizer::ParseInteger(const string& text, uint64 max_value,
565 uint64* output) {
584 uint64 result = 0;
tokenizer_unittest.cc 180 uint64 ParseInteger(const string& text) {
181 uint64 result;
508 uint64 i;
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 65 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo);
409 void WebDownload::willResumeWithResponse(CFURLResponseRef response, UInt64 fromByte)
528 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo)
  /external/libffi/src/powerpc/
ffi.c 191 /* With FFI_LINUX_SOFT_FLOAT doubles are handled like UINT64. */
641 - soft-float float/doubles are treated as UINT32/UINT64 respectivley.
749 /* With FFI_LINUX_SOFT_FLOAT doubles are handled like UINT64. */
    [all...]
  /external/qemu/fpu/
softfloat.h 65 typedef uint64_t uint64; typedef
260 float32 uint64_to_float32( uint64 STATUS_PARAM );
262 float64 uint64_to_float64( uint64 STATUS_PARAM );
420 uint64 float64_to_uint64 (float64 a STATUS_PARAM);
421 uint64 float64_to_uint64_round_to_zero (float64 a STATUS_PARAM);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 239 *(Uint64 *)load = 0x00fefefe00fefefeULL;/* alpha128 mask */
241 *(Uint64 *)load = 0x0001010100010101ULL;/* !alpha128 mask */
607 Uint64 multmask;
    [all...]
  /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/opencv/cxcore/include/
cxmisc.h 274 uint64 temp = ((uint64)1 << CV_FAST_DIV_SHIFT)/divisor;
287 ((int)(((uint64)((x)*2 + (fastdiv).delta))*(fastdiv).scale>>CV_FAST_DIV_SHIFT))
    [all...]
  /external/bluetooth/glib/gobject/
gvaluetransform.c 114 #pragma message ("Check if cast from uint64 to double is supported with msvc 6.0")
  /external/chromium/base/
pickle.cc 202 bool Pickle::ReadUInt64(void** iter, uint64* result) const {
  /external/chromium/chrome/browser/automation/
automation_provider.h 342 void ConnectExternalTab(uint64 cookie,

Completed in 617 milliseconds

<<11121314151617181920