HomeSort by relevance Sort by last modified time
    Searched refs:Int64 (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfInt64.h 40 // Int64 -- unsigned 64-bit integers, imported from namespace Imath
48 using Imath::Int64;
ImfStdIO.h 81 virtual Int64 tellg ();
82 virtual void seekg (Int64 pos);
121 virtual Int64 tellp ();
122 virtual void seekp (Int64 pos);
143 virtual Int64 tellp ();
144 virtual void seekp (Int64 pos);
ImfTileOffsets.h 70 Int64 writeTo (OStream &os) const;
84 Int64 & operator () (int dx, int dy, int lx, int ly);
85 Int64 & operator () (int dx, int dy, int l);
86 const Int64 & operator () (int dx, int dy, int lx, int ly) const;
87 const Int64 & operator () (int dx, int dy, int l) const;
101 std::vector<std::vector<std::vector <Int64> > > _offsets;
ImfHuf.cpp 145 inline Int64
146 hufLength (Int64 code)
152 inline Int64
153 hufCode (Int64 code)
160 outputBits (int nBits, Int64 bits, Int64 &c, int &lc, char *&out)
172 inline Int64
173 getBits (int nBits, Int64 &c, int &lc, const char *&in)
207 hufCanonicalCodeTable (Int64 hcode[HUF_ENCSIZE])
209 Int64 n[59]
    [all...]
ImfIO.h 110 virtual Int64 tellg () = 0;
118 virtual void seekg (Int64 pos) = 0;
180 virtual Int64 tellp () = 0;
188 virtual void seekp (Int64 pos) = 0;
ImfStdIO.cpp 135 Int64
143 StdIFStream::seekg (Int64 pos)
195 Int64
203 StdOFStream::seekp (Int64 pos)
225 Int64
233 StdOSStream::seekp (Int64 pos)
ImfXdr.h 162 write (T &out, Int64 v);
245 read (T &in, Int64 &v);
499 write (T &out, Int64 v)
540 union {Int64 i; double d;} u;
781 read (T &in, Int64 &v)
787 v = ((Int64) b[0] & 0x00000000000000ffLL) |
788 (((Int64) b[1] << 8) & 0x000000000000ff00LL) |
789 (((Int64) b[2] << 16) & 0x0000000000ff0000LL) |
790 (((Int64) b[3] << 24) & 0x00000000ff000000LL) |
791 (((Int64) b[4] << 32) & 0x000000ff00000000LL)
    [all...]
ImfTileOffsets.cpp 120 Int64 tileOffset = is.tellg();
158 Int64 position = is.tellg();
217 Int64
226 Int64 pos = os.tellp();
305 Int64 &
338 Int64 &
345 const Int64 &
378 const Int64 &
  /external/opencv3/3rdparty/openexr/Imath/
ImathInt64.h 41 // Int64 -- unsigned 64-bit integers
51 typedef unsigned __int64 Int64;
53 typedef long unsigned int Int64;
55 typedef long long unsigned int Int64;
ImathRandom.cpp 68 static const Int64 a = Int64 (0x5deece66dLL);
69 static const Int64 c = Int64 (0xbLL);
76 Int64 x = (Int64 (state[2]) << 32) |
77 (Int64 (state[1]) << 16) |
78 Int64 (state[0]);
122 union {double d; Int64 i;} u;
124 u.i = (Int64 (0x3ff) << 52) | // sign and exponen
    [all...]
ImathFun.cpp 114 union {double d; Int64 i;} u;
149 union {double d; Int64 i;} u;
  /external/jsoncpp/include/json/
config.h 100 typedef __int64 Int64;
103 typedef long long int Int64;
106 typedef Int64 LargestInt;
  /external/lzma/CPP/Common/
IntToString.h 21 void ConvertInt64ToString(Int64 value, char *s) throw();
22 void ConvertInt64ToString(Int64 value, wchar_t *s) throw();
  /external/lzma/CPP/Windows/
TimeUtils.h 14 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
16 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
  /external/lzma/CPP/7zip/Common/
OffsetStream.h 22 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
OffsetStream.cpp 21 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 51 Type *Int64;
123 Int64 = Type::getInt64Ty(Context);
124 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
129 Int64Zero = ConstantInt::get(Int64, 0);
135 ElseIntrinsic, ReturnStruct, Int64, (Type *)nullptr);
138 BreakIntrinsic, Int64, Int64, (Type *)nullptr);
141 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
144 ElseBreakIntrinsic, Int64, Int64, Int64, (Type *)nullptr)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 19 m_PrevValue(0), m_CurValue(0), m_Total((UInt64)(Int64)-1), m_NumExtraChars(0) {}
  /external/llvm/lib/IR/
MDBuilder.cpp 132 Type *Int64 = Type::getInt64Ty(Context);
134 Vals[i * 3 + 0] = createConstant(ConstantInt::get(Int64, Fields[i].Offset));
135 Vals[i * 3 + 1] = createConstant(ConstantInt::get(Int64, Fields[i].Size));
146 Type *Int64 = Type::getInt64Ty(Context);
150 Ops[i * 2 + 2] = createConstant(ConstantInt::get(Int64, Fields[i].second));
168 IntegerType *Int64 = Type::getInt64Ty(Context);
169 ConstantInt *Off = ConstantInt::get(Int64, Offset);
172 createConstant(ConstantInt::get(Int64, 1))});
  /external/lzma/C/
7zTypes.h 73 typedef long Int64;
79 typedef __int64 Int64;
83 typedef long long int Int64;
168 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
182 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
226 Value (UInt64)(Int64)-1 for size means unknown value. */
XzIn.c 137 static SRes SeekFromCur(ILookInStream *inStream, Int64 *res)
142 static SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc)
167 *startOffset = -(Int64)i;
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;
303 if (progress && progress->Progress(progress, endOffset - *startOffset, (UInt64)(Int64)-1) != SZ_OK)
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 68 external size_in_bits : Llvm.lltype -> t -> Int64.t
70 external store_size : Llvm.lltype -> t -> Int64.t
72 external abi_size : Llvm.lltype -> t -> Int64.t
82 external element_at_offset : Llvm.lltype -> Int64.t -> t -> int
84 external offset_of_element : Llvm.lltype -> int -> t -> Int64.t
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 52 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
85 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
  /external/lzma/CPP/7zip/
IStream.h 84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
89 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 24 bool Int64(int64_t i) { return out_.Int64(i); }

Completed in 481 milliseconds

1 2 3 4 5 6 7 8