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

/freebsd-12-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c55 static unsigned int width = 8, wbytes, height = 16; variable
180 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH;
182 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
190 gl->g_data = xmalloc(wbytes * height);
191 memcpy(gl->g_data, bytes, wbytes * height);
251 s = wbytes * 8 - width;
253 memcpy(left, line, wbytes);
254 *(left + wbytes - 1) &= 0xFF << s;
259 for (i = 0; i < wbytes; i++) {
260 t = *(line + wbytes
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c52 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local
88 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes,
89 sizeof (wbytes));
101 rops, wops, rbytes, wbytes, rerr, werr, cerr);

Completed in 105 milliseconds