Home
last modified time | relevance | path

Searched refs:p_width (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dscrsize.c50 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument
53 int *p_width;
79 *p_width = win_attributes.width / hints.width_inc;
/netbsd-src/sys/dev/ic/
H A Dssdfb.c124 .p_width = 128,
144 .p_width = 128,
164 .p_width = 128,
183 .p_width = 128,
202 .p_width = 256,
218 .p_width = 160,
237 .p_width = 160,
294 sc->sc_gddram_len = sc->sc_p->p_width * sc->sc_p->p_height in ssdfb_attach()
300 aprint_normal_dev(sc->sc_dev, "%dx%d%s\n", sc->sc_p->p_width, in ssdfb_attach()
337 ri->ri_width = sc->sc_p->p_width; in ssdfb_attach()
[all …]
H A Dssdfbvar.h316 int p_width; member