Home
last modified time | relevance | path

Searched defs:ycache (Results 1 – 5 of 5) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxwts.h73 wts_j_cache_el ycache[WTS_CACHE_SIZE_Y]; member
H A Dgxwts.c107 wts_j_cache_el *ycache = &wsj->ycache[y & (WTS_CACHE_SIZE_Y - 1)]; in wts_get_samples_j() local
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxwts.h73 wts_j_cache_el ycache[WTS_CACHE_SIZE_Y]; member
H A Dgxwts.c107 wts_j_cache_el *ycache = &wsj->ycache[y & (WTS_CACHE_SIZE_Y - 1)]; in wts_get_samples_j() local
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang.c3022 yang_type_cache *ycache; in yang_type_cache_set() local
3062 yang_type_cache *ycache; in yang_type_cache_regexp_set() local
3096 yang_type_cache *ycache; in yang_type_cache_get() local
3165 yang_type_cache_free(yang_type_cache *ycache) in yang_type_cache_free()