| /freebsd-12-stable/sys/dev/videomode/ |
| D | vesagtf.c | 198 print_value(int n, const char *name, unsigned val) in print_value() function 203 #define print_value(n, name, val) macro 262 print_value(1, "[H PIXELS RND]", h_pixels); in vesagtf_mode_params() 276 print_value(2, "[V LINES RND]", v_lines); in vesagtf_mode_params() 287 print_value(3, "[V FIELD RATE RQD]", v_field_rqd); in vesagtf_mode_params() 304 print_value(4, "[TOP MARGIN (LINES)]", top_margin); in vesagtf_mode_params() 305 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vesagtf_mode_params() 318 print_value(6, "[2*INTERLACE]", interlace); in vesagtf_mode_params() 354 print_value(7, "[H PERIOD EST (ps)]", h_period_est); in vesagtf_mode_params() 366 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vesagtf_mode_params() [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| 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 454 print_value (t, XEXP (x, 0), verbose); in print_value() 460 print_value (t, XEXP (x, 0), verbose); in print_value() 490 print_value (t, SUBREG_REG (x), verbose); in print_value() 505 print_value (t, XEXP (x, 0), verbose); in print_value() 527 print_value (t1, SET_DEST (x), verbose); in print_pattern() 528 print_value (t2, SET_SRC (x), verbose); in print_pattern() 538 print_value (t1, XEXP (x, 0), verbose); in print_pattern() [all …]
|
| D | ChangeLog.gcc43 | 121 * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
|
| D | ChangeLog-1997 | 3048 * haifa-sched.c (print_value): Fix last change. 3096 * haifa-sched.c (print_value): Clean up ptr->int cast
|
| D | ChangeLog-2001 | 7934 * sched-vis.c (print_value): Likewise. 25905 * sched-vis.c (print_value): Change SUBREG_WORD to SUBREG_BYTE.
|
| D | ChangeLog-2006 | 13873 (print_value): Print the mode of registers if not inside scheduling.
|
| D | ChangeLog-2002 | 8792 * sched-vis.c (print_value): Likewise. 23211 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
|
| D | ChangeLog-1998 | 12840 * haifa-sched.c (print_value, case SUBREG): Fix typo.
|
| D | ChangeLog-1999 | 18145 (print_value) [CONST_INT]: Use HOST_WIDE_INT_PRINT_HEX.
|
| D | ChangeLog-2000 | 1803 print_exp, print_value, print_pattern, print_insn, target_units,
|
| D | ChangeLog-2005 | 22535 * sched-vis.c (print_value): Use CONST_DOUBLE_LOW and
|
| /freebsd-12-stable/contrib/unbound/contrib/ |
| D | unbound_munin_ | 437 print_value ( ) { function 460 print_value $x 467 print_value $x 474 print_value $x 479 print_value $nm 484 print_value $nm 489 print_value $nm 494 print_value $nm 496 print_value "num.answer.secure" 497 print_value "num.answer.bogus" [all …]
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | nm.c | 84 static void print_value (bfd *, bfd_vma); 1335 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) in print_value() function 1393 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1395 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_bsd() 1400 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_bsd() 1431 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_sysv() 1452 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_sysv() 1478 print_value (abfd, SYM_VALUE (info)); in print_symbol_info_posix() 1481 print_value (abfd, SYM_SIZE (info)); in print_symbol_info_posix()
|
| 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 ().
|
| D | ChangeLog | 362 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
|
| 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.
|
| D | ChangeLog-0203 | 2030 * nm.c (print_value): Mark abfd unused.
|
| /freebsd-12-stable/usr.bin/dc/ |
| D | extern.h | 30 void print_value(FILE *, const struct value *, const char *, u_int);
|
| D | bcode.c | 499 print_value(stdout, value, "", bmachine.obase); in print_tos() 511 print_value(stderr, value, "", bmachine.obase); in print_err() 547 print_value(stdout, value, "", bmachine.obase); in pop_printn()
|
| D | stack.c | 266 print_value(f, &stack->stack[i], prefix, base); in stack_print()
|
| D | inout.c | 409 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_value() function
|
| /freebsd-12-stable/lib/libsysdecode/ |
| D | flags.c | 234 print_value(FILE *fp, struct name_table *table, uintmax_t val) in print_value() function 1027 if (!print_value(fp, fcntl_fd_arg, arg)) in sysdecode_fcntl_arg()
|