Home
last modified time | relevance | path

Searched refs:print_value (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/sys/dev/videomode/
Dvesagtf.c198 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/
Dsched-vis.c38 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 …]
DChangeLog.gcc43121 * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
DChangeLog-19973048 * haifa-sched.c (print_value): Fix last change.
3096 * haifa-sched.c (print_value): Clean up ptr->int cast
DChangeLog-20017934 * sched-vis.c (print_value): Likewise.
25905 * sched-vis.c (print_value): Change SUBREG_WORD to SUBREG_BYTE.
DChangeLog-200613873 (print_value): Print the mode of registers if not inside scheduling.
DChangeLog-20028792 * sched-vis.c (print_value): Likewise.
23211 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
DChangeLog-199812840 * haifa-sched.c (print_value, case SUBREG): Fix typo.
DChangeLog-199918145 (print_value) [CONST_INT]: Use HOST_WIDE_INT_PRINT_HEX.
DChangeLog-20001803 print_exp, print_value, print_pattern, print_insn, target_units,
DChangeLog-200522535 * sched-vis.c (print_value): Use CONST_DOUBLE_LOW and
/freebsd-12-stable/contrib/unbound/contrib/
Dunbound_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/
Dnm.c84 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()
DChangeLog-0001529 * 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 ().
DChangeLog362 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
DChangeLog-91972151 (print_value): New static function, to print 64 bit octal and
2154 print_value.
2155 (print_symbol_info_sysv): Use print_value.
DChangeLog-02032030 * nm.c (print_value): Mark abfd unused.
/freebsd-12-stable/usr.bin/dc/
Dextern.h30 void print_value(FILE *, const struct value *, const char *, u_int);
Dbcode.c499 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()
Dstack.c266 print_value(f, &stack->stack[i], prefix, base); in stack_print()
Dinout.c409 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_value() function
/freebsd-12-stable/lib/libsysdecode/
Dflags.c234 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()