Home
last modified time | relevance | path

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

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c58 #define FONTCVT_NHASH 4096 macro
60 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
264 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph()