| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
| H A D | chacha-armv8.pl | 510 my @plus_one=&ROUND(0,4,8,12); 511 foreach (&NEON_lane_ROUND(0,4,8,12)) { eval; eval(shift(@plus_one)); } 513 @plus_one=&ROUND(0,5,10,15); 514 foreach (&NEON_lane_ROUND(0,5,10,15)) { eval; eval(shift(@plus_one)); }
|
| /netbsd-src/tests/usr.bin/sort/ |
| H A D | t_sort.sh | 817 atf_test_case plus_one 1014 atf_add_test_case plus_one
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | constraint-manager.cc | 82 plus_one (tree cst) in plus_one() function 582 m_ranges.safe_push (bounded_range (plus_one (rhs_const), in bounded_ranges() 587 m_ranges.safe_push (bounded_range (plus_one (rhs_const), in bounded_ranges() 621 && tree_int_cst_equal (plus_one (prev->m_upper), in canonicalize() 668 gcc_assert (tree_int_cst_lt (plus_one (prev.m_upper), next.m_lower)); in validate() 908 ranges.safe_push (bounded_range (plus_one (prev_ub), in get_or_create_inverse() 915 ranges.safe_push (bounded_range (plus_one (last_ub), max_val)); in get_or_create_inverse()
|
| H A D | region-model.cc | 6125 const svalue *plus_one = model4.get_rvalue (i, &ctxt); in test_iteration_1() local 6126 ASSERT_EQ (plus_one->get_kind (), SK_BINOP); in test_iteration_1() 6131 ASSERT_EQ (model5.get_rvalue (i, &ctxt), plus_one); in test_iteration_1()
|
| H A D | ChangeLog | 1410 (plus_one): New.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| H A D | riscv.c | 2054 HOST_WIDE_INT plus_one; in riscv_canonicalize_int_order_test() local 2063 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in riscv_canonicalize_int_order_test() 2064 if (INTVAL (*cmp1) < plus_one) in riscv_canonicalize_int_order_test() 2067 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in riscv_canonicalize_int_order_test() 2073 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in riscv_canonicalize_int_order_test() 2074 if (plus_one != 0) in riscv_canonicalize_int_order_test() 2077 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in riscv_canonicalize_int_order_test()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | riscv.cc | 2409 HOST_WIDE_INT plus_one; in riscv_canonicalize_int_order_test() local 2418 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in riscv_canonicalize_int_order_test() 2419 if (INTVAL (*cmp1) < plus_one) in riscv_canonicalize_int_order_test() 2422 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in riscv_canonicalize_int_order_test() 2428 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in riscv_canonicalize_int_order_test() 2429 if (plus_one != 0) in riscv_canonicalize_int_order_test() 2432 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in riscv_canonicalize_int_order_test()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | loongarch.cc | 3581 HOST_WIDE_INT plus_one; in loongarch_canonicalize_int_order_test() local 3590 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in loongarch_canonicalize_int_order_test() 3591 if (INTVAL (*cmp1) < plus_one) in loongarch_canonicalize_int_order_test() 3594 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in loongarch_canonicalize_int_order_test() 3600 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in loongarch_canonicalize_int_order_test() 3601 if (plus_one != 0) in loongarch_canonicalize_int_order_test() 3604 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in loongarch_canonicalize_int_order_test()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-strlen.cc | 267 strinfo *si = NULL, bool plus_one = false, 272 bool plus_one = false, bool rawmem = false); 2044 strinfo *si, bool plus_one, bool rawmem) in maybe_warn_overflow() argument 2098 if (destsize == len && !plus_one in maybe_warn_overflow() 2109 if (plus_one) in maybe_warn_overflow() 2227 strinfo *si, bool plus_one, bool rawmem) in maybe_warn_overflow() argument 2230 maybe_warn_overflow (stmt, call_lhs, tlen, si, plus_one, rawmem); in maybe_warn_overflow()
|
| H A D | ChangeLog-2013 | 5701 * tree-loop-distribution.c (struct partition_s): Add plus_one member.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 3159 plus_one (tree expr) in plus_one() function 3672 plus_one (newpos)); in warn_parm_array_mismatch() 3690 curparmstr.c_str (), plus_one (curpos)); in warn_parm_array_mismatch()
|
| H A D | ChangeLog | 1957 (plus_one): Define new function.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-strlen.c | 1911 strinfo *si = NULL, bool plus_one = false, 2079 if (destsize == len && !plus_one && offrng[0] == 0 && offrng[0] == offrng[1]) 2089 if (plus_one) 2343 bool plus_one = false, bool rawmem = false) 2346 si, plus_one, rawmem);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1106 template <bool plus_one, typename T, size_t sizeofT>
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 5376 HOST_WIDE_INT plus_one; in mips_canonicalize_int_order_test() local 5385 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in mips_canonicalize_int_order_test() 5386 if (INTVAL (*cmp1) < plus_one) in mips_canonicalize_int_order_test() 5389 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in mips_canonicalize_int_order_test() 5395 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in mips_canonicalize_int_order_test() 5396 if (plus_one != 0) in mips_canonicalize_int_order_test() 5399 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in mips_canonicalize_int_order_test()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.c | 5365 HOST_WIDE_INT plus_one; in mips_canonicalize_int_order_test() local 5374 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in mips_canonicalize_int_order_test() 5375 if (INTVAL (*cmp1) < plus_one) in mips_canonicalize_int_order_test() 5378 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in mips_canonicalize_int_order_test() 5384 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); in mips_canonicalize_int_order_test() 5385 if (plus_one != 0) in mips_canonicalize_int_order_test() 5388 *cmp1 = force_reg (mode, GEN_INT (plus_one)); in mips_canonicalize_int_order_test()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 49543 (gdb) print plus_one(23) 49544 'pck.plus_one' has unknown return type; cast the call to its declared return type
|