Searched refs:display (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm18 (display (format #f "y~As" "e"))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm18 (display (format #f "y~As" "e"))
/netbsd-current/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A DMakefile.am22 bin_SCRIPTS = gp-display-html
27 gp-display-html: gp-display-html.in Makefile
28 $(do_subst) < $(srcdir)/gp-display-html.in > $@
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A DMakefile.am22 bin_SCRIPTS = gp-display-html
27 gp-display-html: gp-display-html.in Makefile
28 $(do_subst) < $(srcdir)/gp-display-html.in > $@
33 man_MANS = gp-display-html.1
40 # gp-display-html.1: $(common_mandeps) gp-display-html
56 gp-display-html.1: gp-display-html
58 --name=$(TEXT_GP_DISPLAY_HTML) ./gp-display
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A DMakefile69 i915-$(CONFIG_DEBUG_FS) += i915_debugfs.o display/intel_pipe_crc.o
173 display/intel_atomic.o \
174 display/intel_atomic_plane.o \
175 display/intel_audio.o \
176 display/intel_bios.o \
177 display/intel_bw.o \
178 display/intel_cdclk.o \
179 display/intel_color.o \
180 display/intel_combo_phy.o \
181 display/intel_connecto
[all...]
H A Di915_pci.c35 #include "display/intel_fbdev.h"
167 .display.has_overlay = 1, \
168 .display.cursor_needs_physical = 1, \
169 .display.overlay_needs_physical = 1, \
170 .display.has_gmch = 1, \
186 .display.has_overlay = 1, \
187 .display.overlay_needs_physical = 1, \
188 .display.has_gmch = 1, \
214 .display.has_fbc = 1,
225 .display
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/experiments/
H A Dprofile.sh70 gprofng display text -functions $exp_directory
73 gprofng display text -limit 5 -functions $exp_directory
76 gprofng display text -metrics e.totalcpu -source mxv_core $exp_directory
79 gprofng display text -metrics e.totalcpu -disasm mxv_core $exp_directory
/netbsd-current/external/gpl3/binutils/dist/gprofng/doc/
H A DMakefile.am37 man_MANS = gprofng.1 gp-archive.1 gp-collect-app.1 gp-display-html.1 gp-display-src.1 gp-display-text.1
52 gp-display-html.1: $(srcdir)/gp-display-html.texi
53 gp-display-src.1: $(srcdir)/gp-display-src.texi
54 gp-display-text.1: $(srcdir)/gp-display-text.texi
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-scheme-111 (display (_ "help"))
13 (display (_ "me"))
16 (display (_ "The Fabulous Four"))
/netbsd-current/external/bsd/nvi/dist/motif/
H A Dm_main.c175 Display *display;
190 display = XtDisplay(top_level);
205 XpmCreatePixmapFromData( display,
206 DefaultRootWindow(display),
223 display,
224 DefaultRootWindow(display),
230 DefaultDepth( display, DefaultScreen(display) )
300 Display *display = XtDisplay(wid);
307 win = XCreateSimpleWindow( display,
173 Display *display; local
297 Display *display = XtDisplay(wid); local
352 Display *display = XtDisplay(wid); local
[all...]
/netbsd-current/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
16 COPTS.display.c += -Wno-format-nonliteral
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
H A Dhello.scm16 (display (_ "Hello, world!"))
/netbsd-current/sys/arch/playstation2/ee/
H A Dgs.c51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member in struct:gs_crt_param
64 .display=DISPLAY(239, 2559, 0, 3, 25, 632)
77 .display= DISPLAY(479, 2559, 0, 3, 50, 632)
90 .display= DISPLAY(287, 2559, 0, 3, 36, 652)
103 .display= DISPLAY(575,2559,0,3,72,652)
116 .display= DISPLAY(479, 1279, 0, 1, 34, 276)
153 /* display environment */
154 _reg_write_8(GS_S_DISPLAY2_REG, p->display);
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddisplay.c1 /* $NetBSD: display.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* display.c -- How to display Info windows.
4 Id: display.c,v 1.7 2004/04/11 17:56:45 karl Exp
25 #include "display.h"
29 static void free_display (DISPLAY_LINE **display);
36 /* An array of display lines which tell us what is currently visible on
37 the display. */
54 display_clear_display (DISPLAY_LINE **display) argument
58 for (i = 0; display[
135 DISPLAY_LINE **display = the_display; local
617 DISPLAY_LINE **display; local
634 free_display(DISPLAY_LINE **display) argument
[all...]
H A Ddisplay.h1 /* $NetBSD: display.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* display.h -- How the display in Info is done.
4 Id: display.h,v 1.3 2004/04/11 17:56:45 karl Exp
39 /* An array of display lines which tell us what is currently visible on
40 the display. */
53 extern void display_clear_display (DISPLAY_LINE **display);
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil_meter.h51 const lutil_meter_display_t *display; member in struct:__anon39
66 const lutil_meter_display_t *display,
/netbsd-current/sys/modules/amdgpu/
H A DMakefile32 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display
33 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/include
34 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc
35 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/inc
36 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw
37 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr
38 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/modules/inc
39 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/modules/hdcp
40 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm
41 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dmu
[all...]
/netbsd-current/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js121 searchSelectWindow.style.display='block';
133 searchSelectWindow.style.display='block';
189 this.DOMPopupSearchResultsWindow().style.display = 'none';
190 this.DOMSearchClose().style.display = 'none';
209 this.DOMPopupSearchResultsWindow().style.display = 'none';
210 this.DOMSearchClose().style.display = 'none';
294 this.DOMPopupSearchResultsWindow().style.display = 'none';
295 this.DOMSearchClose().style.display = 'none';
301 this.DOMSearchSelectWindow().style.display = 'none';
341 if (domPopupSearchResultsWindow.style.display!
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c105 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local
112 query.display = NULL;
115 if (query.display != NULL) {
116 memcpy(display, query.display, sizeof(struct mod_hdcp_display));
122 display->adjust.disable = 0;
131 display->adjust.disable = 1;
136 display->state = MOD_HDCP_DISPLAY_ACTIVE;
139 mod_hdcp_add_display(&hdcp_w->hdcp, link, display,
321 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local
[all...]
/netbsd-current/sbin/chkconfig/
H A Dchkconfig.sh19 # must display the following acknowledgement:
51 display() function
209 display ${i}
213 display ${rcfile}
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dmeter.c105 const lutil_meter_display_t *display,
112 assert( display != NULL );
118 meter->display = display;
125 rc = meter->display->display_open( &meter->display_data );
130 meter->display->display_close( &meter->display_data );
158 rc = meter->display->display_update(
176 rc = meter->display->display_update(
196 meter->display->display_close( &meter->display_data );
201 /* Default display an
103 lutil_meter_open( lutil_meter_t *meter, const lutil_meter_display_t *display, const lutil_meter_estimator_t *estimator, size_t goal_value) argument
[all...]
/netbsd-current/external/mit/xorg/lib/libXcursor/
H A DMakefile10 SRCS= cursor.c display.c file.c library.c xlib.c
/netbsd-current/usr.bin/talk/
H A DMakefile9 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
/netbsd-current/usr.bin/ipcs/
H A Dipcs.c90 static int display = 0; variable
175 display |= SHMTOTAL;
178 display |= SHMINFO;
181 display |= MSGTOTAL;
184 display |= MSGINFO;
187 display |= SEMTOTAL;
190 display |= SEMINFO;
193 display |= SHMTOTAL | MSGTOTAL | SEMTOTAL;
225 if (display == 0)
226 display
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp.c312 struct mod_hdcp_link *link, struct mod_hdcp_display *display,
318 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index);
321 /* skip inactive display */
322 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) {
327 /* check existing display container */
328 if (get_active_display_at_index(hdcp, display->index)) {
333 /* find an empty display container */
345 /* add display to connection */
347 *display_container = *display;
370 struct mod_hdcp_display *display local
311 mod_hdcp_add_display(struct mod_hdcp *hdcp, struct mod_hdcp_link *link, struct mod_hdcp_display *display, struct mod_hdcp_output *output) argument
410 struct mod_hdcp_display *display = NULL; local
[all...]

Completed in 458 milliseconds

1234567891011>>