Searched refs:printer (Results 126 - 150 of 257) sorted by relevance

1234567891011

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c512 * @printer: DRM printer to use
517 struct drm_printer *printer)
522 drm_mm_print(&mgr->mm, printer);
525 drm_printf(printer, "man size:%"PRIu64" pages, ram usage:%"PRIu64"MB, vis usage:%"PRIu64"MB\n",
516 amdgpu_vram_mgr_debug(struct ttm_mem_type_manager *man, struct drm_printer *printer) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-hw.c69 struct printer { struct
77 struct printer *p = file;
88 struct printer p;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-hw.c64 struct printer { struct
72 struct printer *p = file;
83 struct printer p;
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp221 TextDiagnosticPrinter printer(llvm::errs(), diagOpts);
224 new DiagnosticsEngine(DiagID, diagOpts, &printer,
228 printer.BeginSourceFile(PP.getLangOpts(), &PP);
230 printer.EndSourceFile();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py539 for printer in self.subprinters:
540 if printer.enabled and printer.handles_type(str_type):
541 return printer.class_(gdbval)
543 # Couldn't find a pretty printer (or it was disabled):
H A Dtree-diagnostic.c49 pp_set_prefix (context->printer, diagnostic_build_prefix (context,
245 /* Default tree printer. Handles declarations only. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py539 for printer in self.subprinters:
540 if printer.enabled and printer.handles_type(str_type):
541 return printer.class_(gdbval)
543 # Couldn't find a pretty printer (or it was disabled):
H A Dtree-diagnostic.cc49 pp_set_prefix (context->printer, diagnostic_build_prefix (context,
245 /* Default tree printer. Handles declarations only. */
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dlocal_space.h6 #include <isl/printer.h>
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_graft_private.h8 #include <isl/printer.h>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py514 # TODO add printer for vector<bool>'s _Bit_iterator and _Bit_const_iterator
671 # This is a pretty printer for std::_Rb_tree_iterator (which is
1538 # A "regular expression" printer which conforms to the
1557 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
1558 # gdb.printing. It can also be used directly as an old-style printer.
1573 printer = RxPrinter(name, function)
1574 self.subprinters.append(printer)
1575 self.lookup[name] = printer
1620 # Cannot find a pretty printer. Return None.
1627 A type printer fo
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py752 # This is a pretty printer for std::_Rb_tree_iterator (which is
1908 # A "regular expression" printer which conforms to the
1927 # A pretty-printer that conforms to the "PrettyPrinter" protocol from
1928 # gdb.printing. It can also be used directly as an old-style printer.
1946 printer = RxPrinter(name, function)
1947 self.subprinters.append(printer)
1948 self.lookup[name] = printer
1994 # Cannot find a pretty printer. Return None.
2003 A type printer for class templates with default template arguments.
2098 """Return a recognizer object for this type printer
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c171 char *saved_prefix = pp_take_prefix (context->printer);
172 pp_set_prefix (context->printer, NULL);
173 pp_newline (context->printer);
178 pp_set_prefix (context->printer, saved_prefix);
179 pp_flush (context->printer);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc172 char *saved_prefix = pp_take_prefix (context->printer);
173 pp_set_prefix (context->printer, NULL);
174 pp_newline (context->printer);
179 pp_set_prefix (context->printer, saved_prefix);
180 pp_flush (context->printer);
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.cpp64 class lbp_printer : public printer {
246 /* Bitmap font selection is ugly in this printer, so don't expect
262 // Fortunately there are only two bitmapped fonts shipped with the printer.
559 printer *make_printer()
577 // First test for a standard (i.e. supported directly by the printer)
/netbsd-current/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp164 class lj4_printer : public printer {
584 printer *make_printer()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp33 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer) argument
34 : Ctx(ctx), Printer(printer) {}
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_print.h119 * @printer: DRM printer
123 #define drm_printf_indent(printer, indent, fmt, ...) \
124 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.cc282 pp_string (pp, pp_formatted_text (tmp_dc.printer));
305 pp_show_color (&pp) = pp_show_color (global_dc->printer);
H A Dregion-model-reachability.cc355 pp_show_color (&pp) = pp_show_color (global_dc->printer);
H A Danalyzer.cc411 temporary clone of the global_dc's printer (thus using its
420 pretty_printer *pp = global_dc->printer->clone ();
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dtty.c373 printescape(option_t *opt, void (*printer)(void *, char *, ...), void *arg)
383 printer(arg, ",");
386 printer(arg, "%x", n);
390 printer(arg, "oops # nothing escaped");
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dpppoe.h286 void (*printer)(void *, char *, ...), void *arg);
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h130 * @printer: Prefix to be used in printout to identify the caller.
137 struct drm_printer *printer);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/data-directory/
H A DMakefile.in92 gdb/printer/__init__.py \
93 gdb/printer/bound_registers.py

Completed in 249 milliseconds

1234567891011