Searched defs:UInt64 (Results 1 - 16 of 16) sorted by path

/external/bzip2/
H A Dbzip2.c234 UInt64; typedef in typeref:struct:__anon1741
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;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2387 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h132 typedef Json::UInt64 UInt64; typedef in class:Json::Value
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h276 // Int32, UInt32, Int64, UInt64, TimeInMillis
3010 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:std::tr1
9516 // pointer. Casting to UInt64 first solves the problem.
9518 reinterpret_cast<internal::UInt64>(p));
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h73 typedef unsigned long UInt64; typedef
79 typedef unsigned __int64 UInt64; typedef
83 typedef unsigned long long int UInt64; typedef
184 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
224 Value (UInt64)(Int64)-1 for size means unknown value. */
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1735 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h74 typedef unsigned long UInt64; typedef
80 typedef unsigned __int64 UInt64; typedef
84 typedef unsigned long long int UInt64; typedef
185 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
223 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
225 Value (UInt64)(Int64)-1 for size means unknown value. */
/external/gtest/include/gtest/internal/
H A Dgtest-port.h180 // Int32, UInt32, Int64, UInt64, TimeInMillis
1903 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h132 typedef Json::UInt64 UInt64; typedef in class:Json::Value
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
/external/jsoncpp/include/json/
H A Dconfig.h86 typedef unsigned __int64 UInt64; typedef in namespace:Json
89 typedef unsigned long long int UInt64; typedef in namespace:Json
92 typedef UInt64 LargestUInt;
H A Dvalue.h132 typedef Json::UInt64 UInt64; typedef in class:Json::Value
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h276 // Int32, UInt32, Int64, UInt64, TimeInMillis
3010 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:std::tr1
9516 // pointer. Casting to UInt64 first solves the problem.
9518 reinterpret_cast<internal::UInt64>(p));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h172 // Int32, UInt32, Int64, UInt64, TimeInMillis
1745 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/lzma/C/
H A DTypes.h73 typedef unsigned long UInt64; typedef
79 typedef unsigned __int64 UInt64; typedef
83 typedef unsigned long long int UInt64; typedef
184 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
224 Value (UInt64)(Int64)-1 for size means unknown value. */
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1735 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h144 // Int32, UInt32, Int64, UInt64, TimeInMillis
1023 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal

Completed in 495 milliseconds