Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c73 #define FONTCVT_NHASH 4096 macro
75 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
275 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph()