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

  /external/llvm/include/llvm/IR/
MDBuilder.h 150 Type *Int64 = IntegerType::get(Context, 64);
152 Vals[i * 3 + 0] = ConstantInt::get(Int64, Fields[i].Offset);
153 Vals[i * 3 + 1] = ConstantInt::get(Int64, Fields[i].Size);
164 Type *Int64 = IntegerType::get(Context, 64);
168 Ops[i * 2 + 2] = ConstantInt::get(Int64, Fields[i].second);
178 Type *Int64 = IntegerType::get(Context, 64);
181 Ops[2] = ConstantInt::get(Int64, Offset);
189 Type *Int64 = IntegerType::get(Context, 64);
190 Value *Ops[3] = { BaseType, AccessType, ConstantInt::get(Int64, Offset) };
  /external/clang/include/clang/Basic/
TargetBuiltins.h 90 Int64,
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 48 Type *Int64;
118 Int64 = Type::getInt64Ty(Context);
119 ReturnStruct = StructType::get(Boolean, Int64, (Type *)0);
124 Int64Zero = ConstantInt::get(Int64, 0);
130 ElseIntrinsic, ReturnStruct, Int64, (Type *)0);
133 BreakIntrinsic, Int64, Int64, (Type *)0);
136 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)0);
139 ElseBreakIntrinsic, Int64, Int64, Int64, (Type *)0)
    [all...]
  /bionic/libc/bionic/
time64.c 70 typedef int64_t Int64;
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 112 // Int32, UInt32, Int64, UInt64, TimeInMillis
562 typedef TypeWithSize<8>::Int Int64;
  /external/chromium_org/third_party/lzma_sdk/
Types.h 72 typedef long Int64;
78 typedef __int64 Int64;
82 typedef long long int Int64;
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. */
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 73 typedef long Int64;
79 typedef __int64 Int64;
83 typedef long long int Int64;
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/
Types.h 72 typedef long Int64;
78 typedef __int64 Int64;
82 typedef long long int Int64;
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. */
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 133 typedef Json::Int64 Int64;
156 static const Int64 minInt64;
158 static const Int64 maxInt64;
220 Value( Int64 value );
271 Int64 asInt64() const;
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 167 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 176 // 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/clang/utils/TableGen/
NeonEmitter.cpp 127 Int64,
473 s += "int64";
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 171 // 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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 1215 milliseconds