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

/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c49 static unsigned int width = 8, wbytes, height = 16; variable
264 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH;
266 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
274 gl->g_data = xmalloc(wbytes * height);
275 memcpy(gl->g_data, bytes, wbytes * height);
361 s = wbytes * 8 - width;
363 memcpy(left, line, wbytes);
364 *(left + wbytes - 1) &= 0xFF << s;
369 for (i = 0; i < wbytes; i++) {
370 t = *(line + wbytes
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c55 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local
94 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes,
95 sizeof (wbytes));
107 rops, wops, rbytes, wbytes, rerr, werr, cerr);

Completed in 78 milliseconds