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

  /external/jsoncpp/include/json/
config.h 101 typedef unsigned __int64 UInt64;
104 typedef unsigned long long int UInt64;
107 typedef UInt64 LargestUInt;
value.h 129 typedef Json::UInt64 UInt64;
157 static const UInt64 maxUInt64;
217 Value(UInt64 value);
268 UInt64 asUInt64() const;
  /external/lzma/C/
7zTypes.h 74 typedef unsigned long UInt64;
80 typedef unsigned __int64 UInt64;
84 typedef unsigned long long int UInt64;
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/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 24 typedef unsigned __int64 UInt64;
26 typedef unsigned long long int UInt64;
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)b << (8 * i);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndattrib.h 131 ULONGLONG UInt64;
  /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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 172 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 172 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 156 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 455 UInt64,
476 uint64_t UInt64;
495 VARIANT_EQUAL_CASE(UInt64)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 251 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 734 milliseconds