Searched refs:Int64 (Results 76 - 100 of 109) sorted by relevance

12345

/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp49 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp206 UInt64 dest64 = (currentPos + 5) + Int64(Int32(src));
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs298 Int64 fileSize;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc389 HANDLE_TYPE( INT64, Int64, int64);
422 HANDLE_TYPE( INT64, Int64, int64);
451 HANDLE_TYPE( INT64, Int64, int64_value);
H A Dtext_format.cc558 SET_FIELD(Int64, value);
1327 OUTPUT_FIELD( INT64, Int64, SimpleItoa);
H A Dextension_set.h673 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
H A Dgenerated_message_reflection.cc738 DEFINE_PRIMITIVE_ACCESSORS(Int64 , int64 , int64 , INT64 )
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
184 STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
724 di.Size = (UInt64)(Int64)-1;
/external/gtest/test/
H A Dgtest-printers_test.cc345 // Test that Int64 provides more storage than wchar_t.
347 EXPECT_LT(sizeof(wchar_t), sizeof(testing::internal::Int64));
361 Print(static_cast<testing::internal::Int64>(1) << 63)); // int64
1028 testing::internal::Int64, float, double, const char*, void*, string>
/external/lzma/C/
H A DMtCoder.c78 if (size != (UInt64)(Int64)-1) { total += size - prev; prev = size; }
H A D7zIn.c1221 Int64 startArcPos;
1257 Int64 pos = 0;
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c357 else if (File_Seek(&archiveStream.file, (Int64 *)&pos, SZ_SEEK_SET) != 0)
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp324 id = (UInt64)(Int64)-1;
/external/lzma/CPP/Windows/
H A DFileIO.cpp193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h144 // Int32, UInt32, Int64, UInt64, TimeInMillis
1022 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp417 const TInt diff = specTime - delta.Int64();
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc367 SET_FIELD(Int64, value);
1047 OUTPUT_FIELD( INT64, Int64, SimpleItoa);
H A Dextension_set.h599 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c1221 Int64 startArcPos;
1257 Int64 pos = 0;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2386 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1734 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h180 // Int32, UInt32, Int64, UInt64, TimeInMillis
1902 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml461 external const_of_int64 : lltype -> Int64.t -> bool -> llvalue
463 external int64_of_const : llvalue -> Int64.t option
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h172 // Int32, UInt32, Int64, UInt64, TimeInMillis
1744 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1734 typedef TypeWithSize<8>::Int Int64; typedef in namespace:testing::internal

Completed in 1918 milliseconds

12345