Home
last modified time | relevance | path

Searched refs:checkInt (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DMips.cpp583 checkInt(loc, val, 16, rel); in relocate()
591 checkInt(loc, val, 16, rel); in relocate()
602 checkInt(loc, val, 16, rel); in relocate()
616 checkInt(loc, val, 16, rel); in relocate()
628 checkInt(loc, val, 7, rel); in relocate()
672 checkInt(loc, val, 18, rel); in relocate()
677 checkInt(loc, val, 21, rel); in relocate()
682 checkInt(loc, val, 23, rel); in relocate()
687 checkInt(loc, val, 28, rel); in relocate()
695 checkInt(loc, val, 27, rel); in relocate()
[all …]
DAArch64.cpp331 checkInt(loc, val, 32, rel); in relocate()
345 checkInt(loc, val, 33, rel); in relocate()
351 checkInt(loc, val, 21, rel); in relocate()
365 checkInt(loc, val, 28, rel); in relocate()
371 checkInt(loc, val, 21, rel); in relocate()
425 checkInt(loc, val, 17, rel); in relocate()
434 checkInt(loc, val, 33, rel); in relocate()
443 checkInt(loc, val, 49, rel); in relocate()
452 checkInt(loc, val, 16, rel); in relocate()
DRISCV.cpp273 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, rel); in relocate()
288 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, rel); in relocate()
307 checkInt(loc, imm, 6, rel); in relocate()
319 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, rel); in relocate()
334 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, rel); in relocate()
352 checkInt(loc, hi, 20, rel); in relocate()
367 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
DAVR.cpp159 checkInt(loc, val, 7, rel); in relocate()
173 checkInt(loc, val, 6, rel); in relocate()
178 checkInt(loc, val, 6, rel); in relocate()
DSPARCV9.cpp100 checkInt(loc, val, 32, rel); in relocate()
106 checkInt(loc, val, 32, rel); in relocate()
127 checkInt(loc, val, 21, rel); in relocate()
DARM.cpp491 checkInt(loc, val, 31, rel); in relocate()
509 checkInt(loc, val, 26, rel); in relocate()
524 checkInt(loc, val, 26, rel); in relocate()
528 checkInt(loc, val, 12, rel); in relocate()
533 checkInt(loc, val, 21, rel); in relocate()
569 checkInt(loc, val, 23, rel); in relocate()
584 checkInt(loc, val, 25, rel); in relocate()
DHexagon.cpp298 checkInt(loc, val, 11, rel); in relocate()
305 checkInt(loc, val, 15, rel); in relocate()
309 checkInt(loc, val, 17, rel); in relocate()
318 checkInt(loc, val, 22, rel); in relocate()
DPPC.cpp307 checkInt(loc, val, 16, rel); in relocate()
343 checkInt(loc, val, 16, rel); in relocate()
352 checkInt(loc, val, 26, rel); in relocate()
DX86.cpp277 checkInt(loc, val, 8, rel); in relocate()
295 checkInt(loc, val, 17, rel); in relocate()
317 checkInt(loc, val, 32, rel); in relocate()
DMSP430.cpp82 checkInt(loc, offset, 10, rel); in relocate()
DPPC64.cpp1210 checkInt(loc, val, 16, rel); in relocate()
1285 checkInt(loc, val, 16, rel); in relocate()
1289 checkInt(loc, val, 32, rel); in relocate()
1299 checkInt(loc, val, 16, rel); in relocate()
1307 checkInt(loc, val, 26, rel); in relocate()
1330 checkInt(loc, val, 34, rel); in relocate()
DX86_64.cpp684 checkInt(loc, val, 8, rel); in relocate()
692 checkInt(loc, val, 16, rel); in relocate()
714 checkInt(loc, val, 32, rel); in relocate()
/external/llvm-project/libcxx/test/std/thread/futures/futures.async/
Dasync.pass.cpp116 auto checkInt = [](std::future<int>& f) { return f.get() == 3; }; in main() local
117 test<int>(checkInt, DPID, f0); in main()
118 test<int>(checkInt, false, std::launch::async, f0); in main()
119 test<int>(checkInt, true, std::launch::deferred, f0); in main()
120 test<int>(checkInt, DPID, AnyPolicy, f0); in main()
/external/libcxx/test/std/thread/futures/futures.async/
Dasync.pass.cpp117 auto checkInt = [](std::future<int>& f) { return f.get() == 3; }; in main() local
118 test<int>(checkInt, DPID, f0); in main()
119 test<int>(checkInt, false, std::launch::async, f0); in main()
120 test<int>(checkInt, true, std::launch::deferred, f0); in main()
121 test<int>(checkInt, DPID, AnyPolicy, f0); in main()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceDebuggee.java42 int[] checkInt = {1}; in run() local
49 …logWriter.println("DUMP{" + Arrays.toString(checkString) + Arrays.toString(checkInt) + Arrays.toSt… in run()
/external/skqp/src/core/
DSkReadBuffer.h201 int32_t checkInt(int min, int max);
204 return static_cast<T>(this->checkInt(static_cast<int32_t>(min), in checkRange()
334 int32_t checkInt(int min, int) { return min; } in checkInt() function
DSkReadBuffer.cpp442 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
/external/skia/src/core/
DSkReadBuffer.h196 int32_t checkInt(int min, int max);
199 return static_cast<T>(this->checkInt(static_cast<int32_t>(min), in checkRange()
DSkReadBuffer.cpp533 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DInvokeMethodDebuggee.java58 static int checkInt = 1; field in InvokeMethodDebuggee
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java394 public static void checkInt(long value) { in checkInt() method in LiteralTools
DsmaliTreeWalker.java1861 LiteralTools.checkInt(long_literal58); value = (int)long_literal58; in fixed_32bit_literal()
7405 LiteralTools.checkInt(long_literal220); in integral_literal()
/external/llvm-project/lld/ELF/
DTarget.h237 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java175 RubyNumeric.checkInt(value, num); in num2uint()
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g320 | long_literal { LiteralTools.checkInt($long_literal.value); $value = (int)$long_literal.value; }
1333 LiteralTools.checkInt($long_literal.value);