HomeSort by relevance Sort by last modified time
    Searched refs:Int64 (Results 51 - 75 of 361) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
target.ml 49 ignore (element_at_offset td sty (Int64.of_int 1));
executionengine.ml 57 let i64gv = GenericValue.of_int64 i64_type (Int64.of_int 6) in
58 assert ((Int64.of_int 6) = GenericValue.as_int64 i64gv)
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.cpp 98 DEFINE_ALLOC_VECTOR_METHODS(Int64,jlong,Long)
143 DEFINE_RELEASE_ARRAY_CASE(Int64,jlong,Long)
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.cpp 58 if (m_Total == (UInt64)(Int64)-1)
  /external/lzma/CPP/Common/
StdOutStream.cpp 87 CStdOutStream & CStdOutStream::operator<<(Int64 number) throw()
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
writertest.cpp 72 TEST(Writer, Int64) {
192 T(writer.Int64(0));
242 T(writer.Int64(0));
314 T(writer.Int64(0));
  /external/jsoncpp/src/test_lib_json/
main.cpp 37 return static_cast<double>(Json::Int64(value / 2)) * 2.0 +
38 Json::Int64(value & 1);
721 // int64 max
740 // int64 min
779 val = Json::Value(Json::Int64(1) << 40);
795 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asInt64());
796 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asLargestInt());
797 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64());
798 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asLargestUInt());
799 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asDouble())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 146 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin)
168 *pos = ((Int64)value.HighPart << 32) | value.LowPart;
238 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin)
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 45 Int64 = 0x0076, // 64 bit signed int
151 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); }
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 270 Int64,
299 int64_t Int64;
321 VARIANT_EQUAL_CASE(Int64)
  /external/lzma/C/
7zFile.c 169 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin)
191 *pos = ((Int64)value.HighPart << 32) | value.LowPart;
261 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin)
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 11 #define PROGRESS_UNKNOWN_VALUE ((UInt64)(Int64)-1)
110 static SRes InStreamWrap_Seek(void *pp, Int64 *offset, ESzSeek origin) throw()
123 *offset = (Int64)newPosition;
StreamObjects.cpp 29 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
148 static const UInt64 kEmptyTag = (UInt64)(Int64)-1;
235 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
  /external/v8/src/
machine-type.h 91 return (kPointerSize == 4) ? Int32() : Int64();
124 static MachineType Int64() {
195 return isSigned ? MachineType::Int64() : MachineType::Uint64();
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 94 val size_in_bits : Llvm.lltype -> t -> Int64.t
98 val store_size : Llvm.lltype -> t -> Int64.t
102 val abi_size : Llvm.lltype -> t -> Int64.t
122 val element_at_offset : Llvm.lltype -> Int64.t -> t -> int
126 val offset_of_element : Llvm.lltype -> int -> t -> Int64.t
  /external/protobuf/src/google/protobuf/
wire_format.cc 333 size += sizeof(int64);
514 HANDLE_PACKED_TYPE( INT64, int64, Int64)
516 HANDLE_PACKED_TYPE(SINT64, int64, Int64)
523 HANDLE_PACKED_TYPE(SFIXED64, int64, Int64)
547 int64 sign_extended_value = static_cast<int64>(value)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 195 {name: "ADDconst", argLength: 1, reg: gp11sp, asm: "ADD", aux: "Int64", typ: "UInt64", clobberFlags: true}, // arg0 + auxint
202 {name: "SUBconst", argLength: 1, reg: gp11, asm: "SUB", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
207 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
209 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int64", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
214 {name: "MULHD", argLength: 2, reg: gp21, asm: "MULHD", typ: "Int64", resultInArg0: true, clobberFlags: true}, // (arg0 * arg1) >> width
215 {name: "MULHDU", argLength: 2, reg: gp21, asm: "MULHDU", typ: "Int64", resultInArg0: true, clobberFlags: true}, // (arg0 * arg1) >> width
230 {name: "ANDconst", argLength: 1, reg: gp11, asm: "AND", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 & auxint
237 {name: "ORconst", argLength: 1, reg: gp11, asm: "OR", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 | auxint
244 {name: "XORconst", argLength: 1, reg: gp11, asm: "XOR", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxin
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 195 {name: "ADDconst", argLength: 1, reg: gp11sp, asm: "ADD", aux: "Int64", typ: "UInt64", clobberFlags: true}, // arg0 + auxint
202 {name: "SUBconst", argLength: 1, reg: gp11, asm: "SUB", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
207 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
209 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int64", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
214 {name: "MULHD", argLength: 2, reg: gp21, asm: "MULHD", typ: "Int64", resultInArg0: true, clobberFlags: true}, // (arg0 * arg1) >> width
215 {name: "MULHDU", argLength: 2, reg: gp21, asm: "MULHDU", typ: "Int64", resultInArg0: true, clobberFlags: true}, // (arg0 * arg1) >> width
230 {name: "ANDconst", argLength: 1, reg: gp11, asm: "AND", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 & auxint
237 {name: "ORconst", argLength: 1, reg: gp11, asm: "OR", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 | auxint
244 {name: "XORconst", argLength: 1, reg: gp11, asm: "XOR", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxin
    [all...]
  /external/jsoncpp/include/json/
value.h 130 typedef Json::Int64 Int64;
153 static const Int64 minInt64;
155 static const Int64 maxInt64;
216 Value(Int64 value);
267 Int64 asInt64() const;
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
executionengine_ocaml.c 118 /* Llvm.lltype -> int64 -> t */
119 CAMLprim value llvm_genericvalue_of_int64(LLVMTypeRef Ty, value Int64) {
120 CAMLparam1(Int64);
122 LLVMCreateGenericValueOfInt(Ty, Int64_val(Int64), 1)));
152 /* t -> int64 */
156 && "Generic value too wide to treat as an int64!");
  /external/clang/include/clang/Basic/
TargetBuiltins.h 112 Int64,
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 237 typedef __int64 Int64;
240 typedef long long int Int64;
243 typedef Int64 LargestInt;
557 typedef Json::Int64 Int64;
581 static const Int64 minInt64;
583 static const Int64 maxInt64;
656 Value(Int64 value);
723 Int64 asInt64() const;
    [all...]
  /external/vixl/src/
utils-vixl.cc 147 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); }
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 45 typedef std::int64_t int64; typedef in namespace:glm::detail
62 typedef Int64 sint64;
72 typedef sint64 int64;
92 typedef detail::int64 int64; typedef in namespace:glm
181 GLM_STATIC_ASSERT(sizeof(glm::int64) == 8, "int64 size isn't 8 bytes on this platform");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndattrib.h 130 LONGLONG Int64;

Completed in 2967 milliseconds

1 23 4 5 6 7 8 91011>>