| /src/sys/dev/videomode/ |
| vesagtf.c | 186 * print_value() - print the result of the named computation; this is 193 print_value(int n, const char *name, unsigned val) function 198 #define print_value(n, name, val) macro 257 print_value(1, "[H PIXELS RND]", h_pixels); 271 print_value(2, "[V LINES RND]", v_lines); 282 print_value(3, "[V FIELD RATE RQD]", v_field_rqd); 299 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 300 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 313 print_value(6, "[2*INTERLACE]", interlace); 349 print_value(7, "[H PERIOD EST (ps)]", h_period_est) [all...] |
| /src/external/bsd/unbound/dist/contrib/ |
| 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...] |
| /src/usr.bin/dc/ |
| extern.h | 29 void print_value(FILE *, const struct value *, const char *, u_int);
|
| inout.c | 378 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) function
|
| stack.c | 252 print_value(f, &stack->stack[i], prefix, base);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-stack.c | 226 enum print_values print_value; local 272 print_value = mi_parse_print_values (argv[oind]); 278 result = mi_apply_ext_lang_frame_filter (frame, flags, print_value, 287 locals, print_value, frame, 421 enum print_values print_value; local 466 print_value = mi_parse_print_values (argv[oind]); 475 print_value, 484 all, print_value, frame,
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-stack.c | 226 enum print_values print_value; local 272 print_value = mi_parse_print_values (argv[oind]); 278 result = mi_apply_ext_lang_frame_filter (frame, flags, print_value, 287 locals, print_value, frame, 421 enum print_values print_value; local 466 print_value = mi_parse_print_values (argv[oind]); 475 print_value, 484 all, print_value, frame,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| print-rtl.h | 86 extern void print_value (pretty_printer *, const_rtx, int);
|
| print-rtl.cc | 1646 print_value (pp, op[i], verbose); 1658 print_value (pretty_printer *pp, const_rtx x, int verbose) 1732 print_value (pp, XEXP (x, 0), verbose); 1748 print_value (pp, SUBREG_REG (x), verbose); 1758 print_value (pp, XEXP (x, 0), verbose); 1768 } /* print_value */ 1784 print_value (pp, SET_DEST (x), verbose); 1786 print_value (pp, SET_SRC (x), verbose); 1799 print_value (pp, XEXP (x, 0), verbose); 1803 print_value (pp, PAT_VAR_LOCATION_LOC (x), verbose) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| print-rtl.h | 86 extern void print_value (pretty_printer *, const_rtx, int);
|
| print-rtl.cc | 1648 print_value (pp, op[i], verbose); 1660 print_value (pretty_printer *pp, const_rtx x, int verbose) 1734 print_value (pp, XEXP (x, 0), verbose); 1750 print_value (pp, SUBREG_REG (x), verbose); 1760 print_value (pp, XEXP (x, 0), verbose); 1770 } /* print_value */ 1786 print_value (pp, SET_DEST (x), verbose); 1788 print_value (pp, SET_SRC (x), verbose); 1801 print_value (pp, XEXP (x, 0), verbose); 1805 print_value (pp, PAT_VAR_LOCATION_LOC (x), verbose) [all...] |
| /src/usr.bin/radioctl/ |
| radioctl.c | 92 static void print_value(int); 163 print_value(opt.option); 224 print_value(o->option); 249 print_value(o->option); 444 print_value(int optval) function
|
| /src/external/bsd/nsd/dist/contrib/ |
| nsd_munin_ | 342 print_value ( ) { function 368 print_value $x 393 print_value $x
|
| /src/external/gpl3/gdb/dist/gdb/ |
| varobj.c | 491 var->print_value = varobj_value_get_print_value (var->value.get (), 1260 std::string print_value; 1263 print_value = varobj_value_get_print_value (value, var->format, var); 1302 gdb_assert (!var->print_value.empty () && !print_value.empty ()); 1303 if (var->print_value != print_value) 1332 print_value = varobj_value_get_print_value (var->value.get (), 1334 if (var->print_value != print_value) 1259 std::string print_value; local [all...] |
| valprint.h | 294 extern void print_value (value *val, const value_print_options &opts);
|
| varobj.h | 147 std::string print_value; member in struct:varobj
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| varobj.c | 494 var->print_value = varobj_value_get_print_value (var->value.get (), 1263 std::string print_value; 1266 print_value = varobj_value_get_print_value (value, var->format, var); 1305 gdb_assert (!var->print_value.empty () && !print_value.empty ()); 1306 if (var->print_value != print_value) 1335 print_value = varobj_value_get_print_value (var->value.get (), 1337 if (var->print_value != print_value) 1262 std::string print_value; local [all...] |
| valprint.h | 294 extern void print_value (value *val, const value_print_options &opts);
|
| varobj.h | 147 std::string print_value; member in struct:varobj
|
| /src/external/gpl3/binutils/dist/binutils/ |
| nm.c | 118 static void print_value (bfd *, bfd_vma); 1845 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) 1881 print_value (abfd, SYM_SIZE (info)); 1883 print_value (abfd, SYM_VALUE (info)); 1887 print_value (abfd, SYM_SIZE (info)); 1918 print_value (abfd, SYM_VALUE (info)); 1942 print_value (abfd, SYM_SIZE (info)); 1970 print_value (abfd, SYM_VALUE (info)); 1973 print_value (abfd, SYM_SIZE (info)); 1832 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) function
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| nm.c | 118 static void print_value (bfd *, bfd_vma); 1846 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) 1882 print_value (abfd, SYM_SIZE (info)); 1884 print_value (abfd, SYM_VALUE (info)); 1888 print_value (abfd, SYM_SIZE (info)); 1919 print_value (abfd, SYM_VALUE (info)); 1943 print_value (abfd, SYM_SIZE (info)); 1971 print_value (abfd, SYM_VALUE (info)); 1974 print_value (abfd, SYM_SIZE (info)); 1833 print_value (bfd *abfd ATTRIBUTE_UNUSED, bfd_vma val) function
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| v850-dis.c | 40 print_value (int flags, function 628 print_value (operand->flags, memaddr, info, value);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| v850-dis.c | 40 print_value (int flags, function 628 print_value (operand->flags, memaddr, info, value);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| v850-dis.c | 40 print_value (int flags, function 628 print_value (operand->flags, memaddr, info, value);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| v850-dis.c | 40 print_value (int flags, function 628 print_value (operand->flags, memaddr, info, value);
|