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 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/chromium_org/third_party/lzma_sdk/
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/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 74 typedef unsigned long UInt64;
80 typedef unsigned __int64 UInt64;
84 typedef unsigned long long int UInt64;
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/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/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 132 typedef Json::UInt64 UInt64;
160 static const UInt64 maxUInt64;
221 Value( UInt64 value );
272 UInt64 asUInt64() const;
    [all...]
  /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...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [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/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 242 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 170 // 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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/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 761 milliseconds