Searched refs:width_in_bytes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/hpc/
H A Dfontconv.c39 int width_in_bytes; local
43 width_in_bytes = (width + 7) / 8;
53 n = fread(buf, width_in_bytes, height, ifp);
68 for (j = 0; j < width_in_bytes; j++) {
98 fprintf(ofp, " %d,\t\t\t\t/* stride */\n", width_in_bytes);
111 int width_in_bytes; local
115 width_in_bytes = (width + 7) / 8;
123 n = fread(buf, width_in_bytes, height, ifp);
139 for (j = 0; j < width_in_bytes; j++) {
/netbsd-current/sys/arch/arm/ti/
H A Domap3_dss.c872 int width_in_bytes = wi * bpp; local
884 (((daddr | width_in_bytes) & 3) == 0)) {
913 (sc->sc_stride - width_in_bytes) + 1);
925 int width_in_bytes = wi * bpp; local
935 vstep = 1 - (sc->sc_stride + width_in_bytes);
939 vstep = (sc->sc_stride - width_in_bytes) + 1;
953 if (((saddr | daddr | width_in_bytes) & 3) == 0) {

Completed in 183 milliseconds