Searched refs:width0 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | bench.pl | 1633 my $width0 = 0; 1635 $width0 = length if length > $width0; 1675 print " " x $width0; 1690 printf "%-*s", $width0, $test_name; 1701 printf "%*s", $width0, $field;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | rtlanal.c | 3623 int width0 = floor_log2 (nz0) + 1; in nonzero_bits1() local 3637 result_width = MAX (width0, width1) + 1; in nonzero_bits1() 3644 result_width = width0 + width1; in nonzero_bits1() 3651 result_width = width0; in nonzero_bits1() 3656 result_width = width0; in nonzero_bits1() 3662 result_width = MIN (width0, width1); in nonzero_bits1() 3668 result_width = MIN (width0, width1); in nonzero_bits1()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | combine.c | 8498 int width0 = floor_log2 (nz0) + 1; local 8512 result_width = MAX (width0, width1) + 1; 8519 result_width = width0 + width1; 8526 result_width = width0; 8531 result_width = width0; 8537 result_width = MIN (width0, width1); 8543 result_width = MIN (width0, width1);
|