Searched refs:wbytes (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.c | 49 static unsigned int width = 8, wbytes, height = 16; variable 264 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph() 266 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) { in add_glyph() 274 gl->g_data = xmalloc(wbytes * height); in add_glyph() 275 memcpy(gl->g_data, bytes, wbytes * height); in add_glyph() 361 s = wbytes * 8 - width; in split_row() 363 memcpy(left, line, wbytes); in split_row() 364 *(left + wbytes - 1) &= 0xFF << s; in split_row() 369 for (i = 0; i < wbytes; i++) { in split_row() 370 t = *(line + wbytes + i - 1); in split_row() [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | util.c | 55 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local 94 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes, in show_vdev_stats() 95 sizeof (wbytes)); in show_vdev_stats() 107 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()
|