Home
last modified time | relevance | path

Searched defs:xpos (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/syscons/daemon/
Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string()
/freebsd-10-stable/contrib/wpa/src/crypto/
Dfips_prf_internal.c22 u8 *xpos = x; in fips186_2_prf() local
Dfips_prf_openssl.c31 u8 *xpos = x; in fips186_2_prf() local
Daes-gcm.c106 const u8 *xpos = x; in ghash() local
147 const u8 *xpos = x; in aes_gctr() local
/freebsd-10-stable/sys/dev/syscons/logo/
Dlogo_saver.c93 static int xpos = 0, ypos = 0; in logo_update() local
/freebsd-10-stable/tools/sched/
Dschedgraph.py669 def draw(self, canvas, xpos, ypos, item): argument
715 def draw(self, canvas, xpos, ypos): argument
730 def draw(self, canvas, xpos, ypos): argument
757 def draw(self, canvas, xpos, ypos): argument
786 def draw(self, canvas, xpos, ypos): argument
860 def move(self, canvas, xpos, ypos): argument
863 def movename(self, canvas, xpos, ypos): argument
/freebsd-10-stable/contrib/gdb/gdb/tui/
Dtui-source.c266 int xpos; in tui_set_source_content_nil() local
/freebsd-10-stable/crypto/openssl/apps/
Dengine.c192 int xpos = 0; in util_verbose() local
/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_tv.c1039 int xpos = 0x0, ypos = 0x0; in intel_tv_mode_set() local
/freebsd-10-stable/sys/dev/syscons/
Dsyscons.h286 int xpos; /* current X position */ member