Searched defs:UInt64 (Results 1 - 17 of 17) sorted by relevance

/external/jsoncpp/include/json/
H A Dconfig.h101 typedef unsigned __int64 UInt64; typedef in namespace:Json
104 typedef unsigned long long int UInt64; typedef in namespace:Json
107 typedef UInt64 LargestUInt;
H A Dvalue.h129 typedef Json::UInt64 UInt64; typedef in class:Json::Value
157 static const UInt64 maxUInt64;
217 Value(UInt64 value);
268 UInt64 asUInt64() const;
/external/lzma/C/
H A D7zTypes.h74 typedef unsigned long UInt64; typedef
80 typedef unsigned __int64 UInt64; typedef
84 typedef unsigned long long int UInt64; typedef
186 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
226 Value (UInt64)(Int64)-1 for size means unknown value. */
/external/marisa-trie/lib/marisa/
H A Dbase.h150 typedef ::marisa_uint64 UInt64; typedef in namespace:marisa
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbase.h144 typedef ::marisa_alpha_uint64 UInt64; typedef in namespace:marisa_alpha
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp24 typedef unsigned __int64 UInt64; typedef
26 typedef unsigned long long int UInt64; typedef
33 UInt64 Processed;
51 UInt64 Processed;
354 int Decode(bool unpackSizeDefined, UInt64 unpackSize);
467 int CLzmaDecoder::Decode(bool unpackSizeDefined, UInt64 unpackSize)
578 void ConvertUInt64ToString(UInt64 val, char *s)
596 void PrintUInt64(const char *title, UInt64 v)
638 UInt64 unpackSize = 0;
645 unpackSize |= (UInt64)
[all...]
/external/bzip2/
H A Dbzip2.c234 UInt64; typedef in typeref:struct:__anon777
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/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/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.h156 // Int32, UInt32, Int64, UInt64, TimeInMillis
1457 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h172 // Int32, UInt32, Int64, UInt64, TimeInMillis
1807 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h180 // Int32, UInt32, Int64, UInt64, TimeInMillis
2178 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h455 UInt64, enumerator in enum:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
476 uint64_t UInt64; member in union:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon11942
495 VARIANT_EQUAL_CASE(UInt64)
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h251 // Int32, UInt32, Int64, UInt64, TimeInMillis
2519 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:std::tr1
/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h276 // Int32, UInt32, Int64, UInt64, TimeInMillis
3010 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:std::tr1
9517 // pointer. Casting to UInt64 first solves the problem.
9519 reinterpret_cast<internal::UInt64>(p));

Completed in 9813 milliseconds