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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 174 {name: "Lrot8", argLength: 1, aux: "Int64"},
175 {name: "Lrot16", argLength: 1, aux: "Int64"},
176 {name: "Lrot32", argLength: 1, aux: "Int64"},
177 {name: "Lrot64", argLength: 1, aux: "Int64"},
291 {name: "Const64", aux: "Int64"}, // value is auxint
314 {name: "Store", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory.
320 {name: "StoreWB", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory.
328 {name: "ClosureCall", argLength: 3, aux: "Int64", call: true}, // arg0=code pointer, arg1=context ptr, arg2=memory. auxint=arg size. Returns memory.
330 {name: "DeferCall", argLength: 1, aux: "Int64", call: true}, // defer call. arg0=memory, auxint=arg size. Returns memory.
331 {name: "GoCall", argLength: 1, aux: "Int64", call: true}, // go call. arg0=memory, auxint=arg size. Returns memory
    [all...]
AMD64Ops.go 183 {name: "ADDQconst", argLength: 1, reg: gp11sp, asm: "ADDQ", aux: "Int64", typ: "UInt64", clobberFlags: true}, // arg0 + auxint
188 {name: "SUBQconst", argLength: 1, reg: gp11, asm: "SUBQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
193 {name: "MULQconst", argLength: 1, reg: gp11, asm: "IMULQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
207 {name: "DIVQ", argLength: 2, reg: gp11div, typ: "(Int64,Int64)", asm: "IDIVQ", clobberFlags: true}, // [arg0 / arg1, arg0 % arg1]
219 {name: "ANDQconst", argLength: 1, reg: gp11, asm: "ANDQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 & auxint
224 {name: "ORQconst", argLength: 1, reg: gp11, asm: "ORQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 | auxint
229 {name: "XORQconst", argLength: 1, reg: gp11, asm: "XORQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxint
236 {name: "CMPQconst", argLength: 1, reg: gp1flags, asm: "CMPQ", typ: "Flags", aux: "Int64"}, // arg0 compare to auxint
248 {name: "TESTQconst", argLength: 1, reg: gp1flags, asm: "TESTQ", typ: "Flags", aux: "Int64"}, // (arg0 & auxint) compare to
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 174 {name: "Lrot8", argLength: 1, aux: "Int64"},
175 {name: "Lrot16", argLength: 1, aux: "Int64"},
176 {name: "Lrot32", argLength: 1, aux: "Int64"},
177 {name: "Lrot64", argLength: 1, aux: "Int64"},
291 {name: "Const64", aux: "Int64"}, // value is auxint
314 {name: "Store", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory.
320 {name: "StoreWB", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory.
328 {name: "ClosureCall", argLength: 3, aux: "Int64", call: true}, // arg0=code pointer, arg1=context ptr, arg2=memory. auxint=arg size. Returns memory.
330 {name: "DeferCall", argLength: 1, aux: "Int64", call: true}, // defer call. arg0=memory, auxint=arg size. Returns memory.
331 {name: "GoCall", argLength: 1, aux: "Int64", call: true}, // go call. arg0=memory, auxint=arg size. Returns memory
    [all...]
AMD64Ops.go 183 {name: "ADDQconst", argLength: 1, reg: gp11sp, asm: "ADDQ", aux: "Int64", typ: "UInt64", clobberFlags: true}, // arg0 + auxint
188 {name: "SUBQconst", argLength: 1, reg: gp11, asm: "SUBQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
193 {name: "MULQconst", argLength: 1, reg: gp11, asm: "IMULQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
207 {name: "DIVQ", argLength: 2, reg: gp11div, typ: "(Int64,Int64)", asm: "IDIVQ", clobberFlags: true}, // [arg0 / arg1, arg0 % arg1]
219 {name: "ANDQconst", argLength: 1, reg: gp11, asm: "ANDQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 & auxint
224 {name: "ORQconst", argLength: 1, reg: gp11, asm: "ORQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 | auxint
229 {name: "XORQconst", argLength: 1, reg: gp11, asm: "XORQ", aux: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxint
236 {name: "CMPQconst", argLength: 1, reg: gp1flags, asm: "CMPQ", typ: "Flags", aux: "Int64"}, // arg0 compare to auxint
248 {name: "TESTQconst", argLength: 1, reg: gp1flags, asm: "TESTQ", typ: "Flags", aux: "Int64"}, // (arg0 & auxint) compare to
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 44 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2));
45 const Int64 Value::maxInt64 = Int64(UInt64(-1) / 2);
66 return static_cast<double>(Int64(value / 2)) * 2.0 + Int64(value & 1);
275 Value::Value(Int64 value) {
599 Value::Int64 Value::asInt64() const {
602 return Int64(value_.int_);
604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range")
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zStream.c 36 Int64 t = offset;
127 static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin)
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 63 static const MCPhysReg Int64[] = {
82 return Int64;
  /external/lzma/C/
7zStream.c 38 Int64 t = offset;
129 static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin)
Xz.h 117 #define XZ_SIZE_OVERFLOW ((UInt64)(Int64)-1)
131 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *inStream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 242 Int64 Offset; // it's offset of start of archive inside stream that is open by Archive Handler
252 Int64 GetGlobalOffset() const { return ArcStreamOffset + Offset; } // it's global offset of archive
Extract.cpp 374 Int64 correctionSize = arcLink.VolumesSize;
389 Int64 newPackSize = (Int64)totalPackSize + correctionSize;
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 82 HANDLE_TYPE(INT64 , Int64 );
107 HANDLE_TYPE(INT64 , Int64 );
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 24 func extractDigit() int64 {
34 return tmp1.Int64()
37 func nextTerm(k int64) {
45 func eliminateDigit(d int64) {
53 k := int64(0)
55 d := int64(-1)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 210 s := b.Int64()
237 s := b.Int64()
255 func (a *Mpint) CmpInt64(c int64) int {
266 func (a *Mpint) Int64() int64 {
274 return a.Val.Int64()
277 func (a *Mpint) SetInt64(c int64) {
  /prebuilts/go/darwin-x86/src/reflect/
tostring_test.go 25 case Int, Int8, Int16, Int32, Int64:
  /prebuilts/go/darwin-x86/test/bench/garbage/
tree2.go 26 heapsize = flag.Int64("heapsize", 100*1024*1024, "size of the heap in bytes")
33 numobjects int64
38 objsize := int64(unsafe.Sizeof(Object{}))
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 24 func extractDigit() int64 {
34 return tmp1.Int64()
37 func nextTerm(k int64) {
45 func eliminateDigit(d int64) {
53 k := int64(0)
55 d := int64(-1)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpint.go 210 s := b.Int64()
237 s := b.Int64()
255 func (a *Mpint) CmpInt64(c int64) int {
266 func (a *Mpint) Int64() int64 {
274 return a.Val.Int64()
277 func (a *Mpint) SetInt64(c int64) {
  /prebuilts/go/linux-x86/src/reflect/
tostring_test.go 25 case Int, Int8, Int16, Int32, Int64:
  /prebuilts/go/linux-x86/test/bench/garbage/
tree2.go 26 heapsize = flag.Int64("heapsize", 100*1024*1024, "size of the heap in bytes")
33 numobjects int64
38 objsize := int64(unsafe.Sizeof(Object{}))
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 56 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
313 if (unpackSize != (UInt64)(Int64)-1)
324 if (unpackSize != (UInt64)(Int64)-1)
  /external/autotest/client/common_lib/cros/
dbus_send.py 54 'int64', 'uint64', 'byte')
135 dbus.Int64: 'int64:',
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 144 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(Int64)); // NOLINT
213 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value));
218 EXPECT_FALSE((LosslessArithmeticConvertible<Int64, unsigned int>::value));
237 EXPECT_FALSE((LosslessArithmeticConvertible<double, Int64>::value));
  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 169 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(Int64)); // NOLINT
238 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value));
243 EXPECT_FALSE((LosslessArithmeticConvertible<Int64, unsigned int>::value));
262 EXPECT_FALSE((LosslessArithmeticConvertible<double, Int64>::value));
  /external/lzma/CPP/Common/
MyWindows.h 47 typedef Int64 LONGLONG;

Completed in 2608 milliseconds

1 2 34 5 6 7 8 91011>>