Searched refs:Int64 (Results 1 - 25 of 109) sorted by relevance

12345

/external/lzma/CS/7zip/
H A DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize);
61 Int64 inSize, Int64 outSize, ICodeProgress progress);
/external/lzma/CPP/Common/
H A DIntToString.h11 void ConvertInt64ToString(Int64 value, char *s);
12 void ConvertInt64ToString(Int64 value, wchar_t *s);
H A DStringToInt.h14 Int64 ConvertStringToInt64(const char *s, const char **end);
H A DIntToString.cpp48 void ConvertInt64ToString(Int64 value, char *s)
58 void ConvertInt64ToString(Int64 value, wchar_t *s)
H A DStringToInt.cpp85 Int64 ConvertStringToInt64(const char *s, const char **end)
88 return -(Int64)ConvertStringToUInt64(s + 1, end);
/external/jsoncpp/include/json/
H A Dconfig.h85 typedef __int64 Int64; typedef in namespace:Json
88 typedef long long int Int64; typedef in namespace:Json
91 typedef Int64 LargestInt;
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp50 Type *Int64; member in class:__anon26120::SIAnnotateControlFlow
119 Int64 = Type::getInt64Ty(Context);
120 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
125 Int64Zero = ConstantInt::get(Int64, 0);
131 ElseIntrinsic, ReturnStruct, Int64, (Type *)nullptr);
134 BreakIntrinsic, Int64, Int64, (Type *)nullptr);
137 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
140 ElseBreakIntrinsic, Int64, Int6
[all...]
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.h21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
H A DOffsetStream.cpp20 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin,
H A DFileStreams.h61 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
129 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h63 void InitSolidFiles() { _numSolidFiles = (UInt64)(Int64)(-1); }
64 void InitSolidSize() { _numSolidBytes = (UInt64)(Int64)(-1); }
H A DMultiStream.h47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
80 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
/external/lzma/CPP/7zip/
H A DIStream.h39 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
44 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h72 typedef long Int64; typedef
78 typedef __int64 Int64; typedef
82 typedef long long int Int64; typedef
166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
224 Value (UInt64)(Int64)-1 for size means unknown value. */
H A D7zFile.h49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h73 typedef long Int64; typedef
79 typedef __int64 Int64; typedef
83 typedef long long int Int64; typedef
167 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
181 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
225 Value (UInt64)(Int64)-1 for size means unknown value. */
/external/lzma/C/
H A DTypes.h72 typedef long Int64; typedef
78 typedef __int64 Int64; typedef
82 typedef long long int Int64; typedef
166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
224 Value (UInt64)(Int64)-1 for size means unknown value. */
H A DXzIn.c136 static SRes SeekFromCur(ILookInStream *inStream, Int64 *res)
141 static SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc)
155 Int64 i = 0;
167 *startOffset = -(Int64)processedSize;
200 *startOffset = -(Int64)(indexSize + XZ_STREAM_FOOTER_SIZE);
212 *startOffset = -(Int64)sum;
274 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc)
276 Int64 endOffset = 0;
302 if (progress && progress->Progress(progress, endOffset - *startOffset, (UInt64)(Int64)-1) != SZ_OK)
H A D7zFile.h49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml69 external size_in_bits : Llvm.lltype -> t -> Int64.t
71 external store_size : Llvm.lltype -> t -> Int64.t
73 external abi_size : Llvm.lltype -> t -> Int64.t
83 external element_at_offset : Llvm.lltype -> Int64.t -> t -> int
85 external offset_of_element : Llvm.lltype -> int -> t -> Int64.t
/external/llvm/lib/IR/
H A DMDBuilder.cpp100 Type *Int64 = Type::getInt64Ty(Context); local
102 Vals[i * 3 + 0] = ConstantInt::get(Int64, Fields[i].Offset);
103 Vals[i * 3 + 1] = ConstantInt::get(Int64, Fields[i].Size);
114 Type *Int64 = Type::getInt64Ty(Context); local
118 Ops[i * 2 + 2] = ConstantInt::get(Int64, Fields[i].second);
136 Type *Int64 = Type::getInt64Ty(Context); local
137 Value *Ops[3] = {BaseType, AccessType, ConstantInt::get(Int64, Offset)};
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml56 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
57 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
58 assert_equal (DL.abi_size sty dl) (Int64.of_int 12);
62 assert_equal (DL.element_at_offset sty (Int64.of_int 1) dl) 0;
63 assert_equal (DL.offset_of_element sty 1 dl) (Int64.of_int 4);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs129 public override Int64 Length { get { return 0; } }
130 public override Int64 Position { get { return 0; } set { } }
148 public Int64 ApprovedStart;
149 public Int64 InSize;
152 public void SetProgress(Int64 inSize, Int64 outSize)
314 decoder.Code(compressedStream, crcOutStream, 0, (Int64)outSize, null);
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp39 return static_cast<double>( Json::Int64(value/2) ) * 2.0 + Json::Int64(value & 1);
797 val = Json::Value(Json::Int64(1) << 40);
813 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asInt64());
814 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asLargestInt());
815 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64());
816 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asLargestUInt());
817 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asDouble());
818 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asFloat());
839 JSONTEST_ASSERT_EQUAL((Json::Int64(
[all...]
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.h37 DECLARE_CREATE_PROPERTY(Int64, INT64);

Completed in 372 milliseconds

12345