Searched refs:shift_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/less/ |
| H A D | command.c | 60 extern int shift_count; 1860 shift_count = number; in commands() 1862 number = (shift_count > 0) ? in commands() 1863 shift_count : sc_width / 2; in commands() 1875 shift_count = number; in commands() 1877 number = (shift_count > 0) ? in commands() 1878 shift_count : sc_width / 2; in commands()
|
| H A D | optfunc.c | 51 extern int shift_count; 245 shift_count = hs; 253 parg.p_int = shift_count; 274 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
|
| H A D | opttbl.c | 49 public int shift_count; /* Number of positions to shift horizontally */ variable
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | externals.c | 98 int shift_count; in find_and_remove_externals_revision() local 110 shift_count = 2; in find_and_remove_externals_revision() 120 shift_count = 1; in find_and_remove_externals_revision() 138 for (j = i; j < num_line_parts-shift_count; ++j) in find_and_remove_externals_revision() 139 line_parts[j] = line_parts[j+shift_count]; in find_and_remove_externals_revision() 140 line_parts[num_line_parts-shift_count] = NULL; in find_and_remove_externals_revision()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.c | 1589 int shift_count, left_shift, outof_word; in expand_binop() local 1602 shift_count = INTVAL (op1); in expand_binop() 1618 if (shift_count == BITS_PER_WORD) in expand_binop() 1631 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1634 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1637 if (shift_count > BITS_PER_WORD) in expand_binop() 1639 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop() 1640 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count); in expand_binop() 1644 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop() 1645 second_shift_count = GEN_INT (shift_count); in expand_binop()
|
| H A D | combine.c | 9588 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local 9591 mask &= (mask >> shift_count) << shift_count; in simplify_comparison() 9593 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison() 10429 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local 10434 && GET_CODE (shift_count) == CONST_INT in simplify_comparison() 10437 == (HOST_WIDE_INT) 1 << INTVAL (shift_count)))) in simplify_comparison() 10441 gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count), in simplify_comparison()
|
| H A D | ChangeLog-2005 | 20681 ASHIFT into MULT, multiply by 1 << shift_count instead of 20682 1 << log2 (shift_count).
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 1399 int shift_count) in sparc_emit_set_const64_quick2() argument 1421 GEN_INT (shift_count)))); in sparc_emit_set_const64_quick2()
|