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

  /external/jsoncpp/include/json/
config.h 86 typedef unsigned __int64 UInt64;
89 typedef unsigned long long int UInt64;
92 typedef UInt64 LargestUInt;
value.h 132 typedef Json::UInt64 UInt64;
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
    [all...]
  /external/lzma/C/
Types.h 73 typedef unsigned long UInt64;
79 typedef unsigned __int64 UInt64;
83 typedef unsigned long long int UInt64;
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/marisa-trie/lib/marisa/
base.h 150 typedef ::marisa_uint64 UInt64;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
base.h 144 typedef ::marisa_alpha_uint64 UInt64;
  /external/jsoncpp/chromium-overrides/include/json/
value.h 132 typedef Json::UInt64 UInt64;
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
    [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...]
  /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 451 UInt64,
472 uint64_t UInt64;
491 VARIANT_EQUAL_CASE(UInt64)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 251 // 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 2333 milliseconds