/openbsd-src/sys/dev/videomode/ |
H A D | vesagtf.c | 192 print_value(int n, const char *name, unsigned val) in print_value() function 197 #define print_value(n, name, val) macro 256 print_value(1, "[H PIXELS RND]", h_pixels); in vesagtf_mode_params() 270 print_value(2, "[V LINES RND]", v_lines); in vesagtf_mode_params() 281 print_value(3, "[V FIELD RATE RQD]", v_field_rqd); in vesagtf_mode_params() 298 print_value(4, "[TOP MARGIN (LINES)]", top_margin); in vesagtf_mode_params() 299 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vesagtf_mode_params() 312 print_value(6, "[2*INTERLACE]", interlace); in vesagtf_mode_params() 348 print_value(7, "[H PERIOD EST (ps)]", h_period_est); in vesagtf_mode_params() 360 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vesagtf_mode_params() [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sched-vis.c | 38 static void print_value (char *, rtx, int); 405 print_value (tmp, op[i], verbose); in print_exp() 418 print_value (char *buf, rtx x, int verbose) in print_value() function 451 print_value (t, XEXP (x, 0), verbose); in print_value() 457 print_value (t, XEXP (x, 0), verbose); in print_value() 487 print_value (t, SUBREG_REG (x), verbose); in print_value() 502 print_value (t, XEXP (x, 0), verbose); in print_value() 524 print_value (t1, SET_DEST (x), verbose); in print_pattern() 525 print_value (t2, SET_SRC (x), verbose); in print_pattern() 535 print_value (t1, XEXP (x, 0), verbose); in print_pattern() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | sched-vis.c | 51 static void print_value PARAMS ((char *, rtx, int)); 536 print_value (tmp, op[i], verbose); 549 print_value (buf, x, verbose) in print_value() function 585 print_value (t, XEXP (x, 0), verbose); 591 print_value (t, XEXP (x, 0), verbose); 612 print_value (t, SUBREG_REG (x), verbose); 627 print_value (t, XEXP (x, 0), verbose); 652 print_value (t1, SET_DEST (x), verbose); 653 print_value (t2, SET_SRC (x), verbose); 663 print_value (t1, XEXP (x, 0), verbose); [all …]
|
H A D | ChangeLog.0 | 4261 * haifa-sched.c (print_value, case SUBREG): Fix typo. 12086 * haifa-sched.c (print_value): Fix last change. 12134 * haifa-sched.c (print_value): Clean up ptr->int cast
|
H A D | ChangeLog.4 | 1797 print_exp, print_value, print_pattern, print_insn, target_units,
|
H A D | ChangeLog.5 | 6698 * sched-vis.c (print_value): Change SUBREG_WORD to SUBREG_BYTE.
|
H A D | ChangeLog.1 | 3677 (print_value) [CONST_INT]: Use HOST_WIDE_INT_PRINT_HEX.
|
H A D | ChangeLog | 14637 * sched-vis.c (print_value): Likewise.
|
H A D | ChangeLog.6 | 7934 * sched-vis.c (print_value): Likewise.
|
H A D | ChangeLog.7 | 8764 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
|
/openbsd-src/usr.bin/radioctl/ |
H A D | radioctl.c | 111 void print_value(int, int); 204 print_value(opt.option, show_choices); in main() 258 print_value(o->option, 0); in do_ioctls() 283 print_value(o->option, 0); in do_ioctls() 501 print_value(int optval, int show_choices) in print_value() function
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | nm.c | 84 static void print_value (bfd *, bfd_vma); 1337 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) in print_value() function 1382 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1384 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_bsd() 1389 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1420 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_sysv() 1441 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_sysv() 1467 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_posix() 1470 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_posix()
|
H A D | ChangeLog-0001 | 529 * nm.c (print_value): Add one arg, bfd *. 530 (print_value): Replace fprintf_vma with bfd_fprintf_vma. 531 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
|
H A D | ChangeLog-9197 | 2151 (print_value): New static function, to print 64 bit octal and 2154 print_value. 2155 (print_symbol_info_sysv): Use print_value.
|
H A D | ChangeLog-0203 | 2030 * nm.c (print_value): Mark abfd unused.
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | nm.c | 109 static void print_value (bfd *, bfd_vma); 1409 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) in print_value() function 1454 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1456 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_bsd() 1461 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1492 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_sysv() 1513 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_sysv() 1539 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_posix() 1542 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_posix()
|
H A D | ChangeLog-0001 | 529 * nm.c (print_value): Add one arg, bfd *. 530 (print_value): Replace fprintf_vma with bfd_fprintf_vma. 531 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
|
H A D | ChangeLog-9197 | 2151 (print_value): New static function, to print 64 bit octal and 2154 print_value. 2155 (print_symbol_info_sysv): Use print_value.
|
H A D | ChangeLog-0203 | 2030 * nm.c (print_value): Mark abfd unused.
|
/openbsd-src/usr.bin/dc/ |
H A D | extern.h | 29 void print_value(FILE *, const struct value *, const char *, u_int);
|
H A D | inout.c | 394 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_ascii() 374 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) print_value() function
|
H A D | stack.c | 247 print_value(f, &stack->stack[i], prefix, base); in stack_print()
|
H A D | bcode.c | 496 print_value(stdout, value, "", bmachine.obase); in print_tos() 507 print_value(stderr, value, "", bmachine.obase); in print_err() 542 print_value(stdout, value, "", bmachine.obase); in pop_printn()
|