Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpcache.h36 uint tiles_used; member
H A Dgxpcmap.c832 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
980 pcache->tiles_used--; in gx_pattern_cache_free_entry()
1023 pcache->tiles_used++; in gx_pattern_cache_update_used()
1272 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpcache.h36 uint tiles_used; member
H A Dgxpcmap.c832 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
980 pcache->tiles_used--; in gx_pattern_cache_free_entry()
1023 pcache->tiles_used++; in gx_pattern_cache_update_used()
1272 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpcache.h39 uint tiles_used; member
H A Dgxpcmap.c601 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
719 pcache->tiles_used--; in gx_pattern_cache_free_entry()
867 pcache->tiles_used++; in gx_pattern_cache_add_entry()
927 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpcache.h39 uint tiles_used; member
H A Dgxpcmap.c601 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
719 pcache->tiles_used--; in gx_pattern_cache_free_entry()
867 pcache->tiles_used++; in gx_pattern_cache_add_entry()
927 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpcache.h41 uint tiles_used; member
H A Dgxpcmap.c756 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
878 pcache->tiles_used--; in gx_pattern_cache_free_entry()
914 pcache->tiles_used++; in gx_pattern_cache_update_used()
1121 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpcache.h41 uint tiles_used; member
H A Dgxpcmap.c756 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
878 pcache->tiles_used--; in gx_pattern_cache_free_entry()
914 pcache->tiles_used++; in gx_pattern_cache_update_used()
1121 pcache->tiles_used++; in gx_pattern_cache_add_dummy_entry()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpcache.h44 uint tiles_used; member
H A Dgxpcmap.c387 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
463 pcache->tiles_used--; in gx_pattern_cache_free_entry()
542 pcache->tiles_used++; in gx_pattern_cache_add_entry()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpcache.h44 uint tiles_used; member
H A Dgxpcmap.c387 pcache->tiles_used = 0; in gx_pattern_alloc_cache()
463 pcache->tiles_used--; in gx_pattern_cache_free_entry()
542 pcache->tiles_used++; in gx_pattern_cache_add_entry()
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg_grid.h45 …, int *chunks, int *bytes_mgmt, int *bytes_used, int *bytes_free, int *tiles_used, int *tiles_free…
H A Dcfg_grid.c476 int tiles_used = 0; in cfg_grid_stat() local
491 tiles_used += (seg->gs_tile_num - seg->gs_tile_free_num); in cfg_grid_stat()
505 *ptiles_used = tiles_used; in cfg_grid_stat()