| /netbsd/src/lib/libedit/ |
| D | tokenizer.c | 89 Char *wptr, *wmax; /* Space and limit on the word buffer */ in TYPE() local 148 tok->wmax = tok->wspace + WINCR; in TYPE() 407 if (tok->wptr >= tok->wmax - 4) { in FUN() 408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN() 424 tok->wmax = s + size; in FUN()
|
| /netbsd/src/usr.bin/menuc/ |
| D | menu_sys.def | 134 int wmax; 143 wmax = 0; 161 wmax = MAX(wmax, i); 166 wmax = MAX(wmax, i); 217 wmax = MAX(wmax, i); 234 wmax = MAX(wmax, l); 236 w = wmax;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | value-range.h | 436 int_range<N>::int_range (tree type, const wide_int &wmin, const wide_int &wmax, in int_range() argument 441 tree max = wide_int_to_tree (type, wmax); in int_range()
|
| D | range-op.cc | 108 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_includes_zero_p() argument 111 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p() 117 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_zero_p() argument 120 return wmin == wmax && wi::eq_p (wmin, wi::zero (prec)); in wi_zero_p() 307 const wide_int &wmax) in value_range_from_overflowed_bounds() argument 313 wide_int tmax = wide_int::from (wmax, prec, sgn); in value_range_from_overflowed_bounds() 343 const wide_int &wmin, const wide_int &wmax, in value_range_with_overflow() argument 353 if (prec == 1 && wi::ne_p (wmax, wmin)) in value_range_with_overflow() 366 wide_int tmax = wide_int::from (wmax, prec, sgn); in value_range_with_overflow() 381 value_range_from_overflowed_bounds (r, type, wmin, wmax); in value_range_with_overflow() [all …]
|
| D | tree-vrp.cc | 613 const wide_int &wmin, const wide_int &wmax, in set_value_range_with_overflow() argument 622 if (prec == 1 && wi::lt_p (wmax, wmin, sgn)) in set_value_range_with_overflow() 633 wide_int tmax = wide_int::from (wmax, prec, sgn); in set_value_range_with_overflow() 702 max = wide_int_to_tree (type, wmax); in set_value_range_with_overflow() 849 wide_int wmin, wmax; in extract_range_from_plus_minus_expr() local 855 combine_bound (code, wmax, max_ovf, expr_type, max_op0, max_op1); in extract_range_from_plus_minus_expr() 871 wmin, wmax, min_ovf, max_ovf); in extract_range_from_plus_minus_expr()
|
| D | vr-values.cc | 883 wide_int wmax = wi::to_wide (max, TYPE_PRECISION (TREE_TYPE (max))); in extract_range_from_binary_expr() local 885 tree range_max = wide_int_to_tree (expr_type, wmax - 1); in extract_range_from_binary_expr() 1112 widest_int wmin, wmax; in check_for_binary_op_overflow() local 1139 wmax = wt; in check_for_binary_op_overflow() 1144 wmax = wi::smax (wmax, wt); in check_for_binary_op_overflow() 1154 if (wmax < wtmin || wmin > wtmax) in check_for_binary_op_overflow()
|
| D | gimple-range-fold.cc | 1234 wide_int wmax in range_of_builtin_call() local 1242 tree range_max = wide_int_to_tree (type, wmax - 2); in range_of_builtin_call()
|
| D | simplify-rtx.cc | 2156 wide_int wmax, wmin; in simplify_const_unary_operation() local 2168 wmax = wi::max_value (width, SIGNED); in simplify_const_unary_operation() 2169 real_from_integer (&t, VOIDmode, wmax, SIGNED); in simplify_const_unary_operation() 2171 return immed_wide_int_const (wmax, mode); in simplify_const_unary_operation() 2187 wmax = wi::max_value (width, UNSIGNED); in simplify_const_unary_operation() 2188 real_from_integer (&t, VOIDmode, wmax, UNSIGNED); in simplify_const_unary_operation() 2190 return immed_wide_int_const (wmax, mode); in simplify_const_unary_operation()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | mangle.cc | 3858 offset_int wmax = wi::to_offset (max) + 1; in write_array_type() local 3861 wmax = wi::zext (wmax, TYPE_PRECISION (TREE_TYPE (max))); in write_array_type() 3862 gcc_assert (wi::fits_uhwi_p (wmax)); in write_array_type() 3863 write_unsigned_number (wmax.to_uhwi ()); in write_array_type()
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | sha256.sum | 12293 75073c5ba69335a8a8af257756bb4d91f2f9323cd43f6bbe6bb62e041d319d74 sim/testsuite/arm/iwmmxt/wmax.cgs
|