Home
last modified time | relevance | path

Searched refs:pcache (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
158 pcache->order.cache = pcache; in gx_ht_alloc_cache()
160 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
161 return pcache; in gx_ht_alloc_cache()
253 gx_ht_tile *bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
306 gx_ht_cache *pcache = in gx_dc_ht_binary_load() local
315 gx_ht_tile *bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load()
438 pcache->order = *porder; in gx_ht_init_cache()
443 pcache->tiles_fit = -1; in gx_ht_init_cache()
[all …]
H A Dgxpcmap.c384 pcache->memory = mem; in gx_pattern_alloc_cache()
385 pcache->tiles = tiles; in gx_pattern_alloc_cache()
388 pcache->next = 0; in gx_pattern_alloc_cache()
400 return pcache; in gx_pattern_alloc_cache()
412 if (pcache == 0) in ensure_pattern_cache()
463 pcache->tiles_used--; in gx_pattern_cache_free_entry()
516 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_add_entry()
518 while (pcache->bits_used + used > pcache->max_bits && in gx_pattern_cache_add_entry()
521 pcache->next = (pcache->next + 1) % pcache->num_tiles; in gx_pattern_cache_add_entry()
522 gx_pattern_cache_free_entry(pcache, &pcache->tiles[pcache->next]); in gx_pattern_cache_add_entry()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
158 pcache->order.cache = pcache; in gx_ht_alloc_cache()
160 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
161 return pcache; in gx_ht_alloc_cache()
253 gx_ht_tile *bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
306 gx_ht_cache *pcache = in gx_dc_ht_binary_load() local
315 gx_ht_tile *bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load()
438 pcache->order = *porder; in gx_ht_init_cache()
443 pcache->tiles_fit = -1; in gx_ht_init_cache()
[all …]
H A Dgxpcmap.c384 pcache->memory = mem; in gx_pattern_alloc_cache()
385 pcache->tiles = tiles; in gx_pattern_alloc_cache()
388 pcache->next = 0; in gx_pattern_alloc_cache()
400 return pcache; in gx_pattern_alloc_cache()
412 if (pcache == 0) in ensure_pattern_cache()
463 pcache->tiles_used--; in gx_pattern_cache_free_entry()
516 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_add_entry()
518 while (pcache->bits_used + used > pcache->max_bits && in gx_pattern_cache_add_entry()
521 pcache->next = (pcache->next + 1) % pcache->num_tiles; in gx_pattern_cache_add_entry()
522 gx_pattern_cache_free_entry(pcache, &pcache->tiles[pcache->next]); in gx_pattern_cache_add_entry()
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A Dnetjack_packet.c168 if (pcache == NULL) { in packet_cache_new()
197 pcache->mtu = mtu; in packet_cache_new()
199 return pcache; in packet_cache_new()
206 if( pcache == NULL ) in packet_cache_free()
214 free (pcache->packets); in packet_cache_free()
215 free (pcache); in packet_cache_free()
225 if (pcache->packets[i].valid && (pcache->packets[i].framecnt == framecnt)) in packet_cache_get_packet()
262 if (pcache->packets[i].valid && (pcache->packets[i].framecnt < minimal_frame)) { in packet_cache_get_oldest_packet()
568 if (pcache->packets[i].valid && (pcache->packets[i].framecnt < framecnt)) { in packet_cache_clear_old_packets()
582 if (pcache->packets[i].valid && (pcache->packets[i].framecnt == framecnt)) { in packet_cache_retreive_packet_pointer()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxht.c128 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
143 pcache->bits = tbits; in gx_ht_alloc_cache()
145 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
147 pcache->order.cache = pcache; in gx_ht_alloc_cache()
148 pcache->order.transfer = 0; in gx_ht_alloc_cache()
149 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
150 return pcache; in gx_ht_alloc_cache()
206 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
280 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
730 pcache->order = *porder; in gx_ht_init_cache()
[all …]
H A Dgxpcmap.c602 pcache->next = 0; in gx_pattern_alloc_cache()
616 return pcache; in gx_pattern_alloc_cache()
628 if (pcache == 0) in ensure_pattern_cache()
642 gs_free_object(pcache->memory, pcache, "gx_pattern_cache_free"); in gx_pattern_cache_free()
719 pcache->tiles_used--; in gx_pattern_cache_free_entry()
809 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_add_entry()
812 while (pcache->bits_used + used > pcache->max_bits && in gx_pattern_cache_add_entry()
815 pcache->next = (pcache->next + 1) % pcache->num_tiles; in gx_pattern_cache_add_entry()
816 gx_pattern_cache_free_entry(pcache, &pcache->tiles[pcache->next]); in gx_pattern_cache_add_entry()
883 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxht.c128 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
143 pcache->bits = tbits; in gx_ht_alloc_cache()
145 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
147 pcache->order.cache = pcache; in gx_ht_alloc_cache()
148 pcache->order.transfer = 0; in gx_ht_alloc_cache()
149 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
150 return pcache; in gx_ht_alloc_cache()
206 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
280 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
730 pcache->order = *porder; in gx_ht_init_cache()
[all …]
H A Dgxpcmap.c602 pcache->next = 0; in gx_pattern_alloc_cache()
616 return pcache; in gx_pattern_alloc_cache()
628 if (pcache == 0) in ensure_pattern_cache()
642 gs_free_object(pcache->memory, pcache, "gx_pattern_cache_free"); in gx_pattern_cache_free()
719 pcache->tiles_used--; in gx_pattern_cache_free_entry()
809 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_add_entry()
812 while (pcache->bits_used + used > pcache->max_bits && in gx_pattern_cache_add_entry()
815 pcache->next = (pcache->next + 1) % pcache->num_tiles; in gx_pattern_cache_add_entry()
816 gx_pattern_cache_free_entry(pcache, &pcache->tiles[pcache->next]); in gx_pattern_cache_add_entry()
883 ctile = &pcache->tiles[id % pcache->num_tiles]; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
155 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
157 pcache->order.cache = pcache; in gx_ht_alloc_cache()
158 pcache->order.transfer = 0; in gx_ht_alloc_cache()
159 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
160 return pcache; in gx_ht_alloc_cache()
183 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
257 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
715 pcache->order = *porder; in gx_ht_init_cache()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
155 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
157 pcache->order.cache = pcache; in gx_ht_alloc_cache()
158 pcache->order.transfer = 0; in gx_ht_alloc_cache()
159 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
160 return pcache; in gx_ht_alloc_cache()
183 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
257 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
715 pcache->order = *porder; in gx_ht_init_cache()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
155 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
157 pcache->order.cache = pcache; in gx_ht_alloc_cache()
158 pcache->order.transfer = 0; in gx_ht_alloc_cache()
159 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
160 return pcache; in gx_ht_alloc_cache()
183 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
257 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
714 pcache->order = *porder; in gx_ht_init_cache()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxht.c138 gx_ht_cache *pcache = in gx_ht_alloc_cache() local
153 pcache->bits = tbits; in gx_ht_alloc_cache()
155 pcache->ht_tiles = ht_tiles; in gx_ht_alloc_cache()
157 pcache->order.cache = pcache; in gx_ht_alloc_cache()
158 pcache->order.transfer = 0; in gx_ht_alloc_cache()
159 gx_ht_clear_cache(pcache); in gx_ht_alloc_cache()
160 return pcache; in gx_ht_alloc_cache()
183 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_render_ht_default()
257 bt = &pcache->ht_tiles[level / pcache->levels_per_tile]; in gx_dc_ht_binary_load_cache()
714 pcache->order = *porder; in gx_ht_init_cache()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dprobe-file.h35 #define for_each_probe_cache_entry(entry, pcache) \ argument
36 list_for_each_entry(entry, &pcache->entries, node)
56 int probe_cache__add_entry(struct probe_cache *pcache,
59 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
60 int probe_cache__commit(struct probe_cache *pcache);
61 void probe_cache__purge(struct probe_cache *pcache);
62 void probe_cache__delete(struct probe_cache *pcache);
63 int probe_cache__filter_purge(struct probe_cache *pcache,
65 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
67 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
[all …]
H A Dprobe-file.c470 pcache->fd = fd; in probe_cache__open()
536 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() local
538 if (pcache) { in probe_cache__alloc()
542 return pcache; in probe_cache__alloc()
557 if (!pcache) in probe_cache__delete()
561 if (pcache->fd > 0) in probe_cache__delete()
562 close(pcache->fd); in probe_cache__delete()
563 free(pcache); in probe_cache__delete()
571 if (!pcache) in probe_cache__new()
586 return pcache; in probe_cache__new()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dprobe-file.h35 #define for_each_probe_cache_entry(entry, pcache) \ argument
36 list_for_each_entry(entry, &pcache->entries, node)
56 int probe_cache__add_entry(struct probe_cache *pcache,
59 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
60 int probe_cache__commit(struct probe_cache *pcache);
61 void probe_cache__purge(struct probe_cache *pcache);
62 void probe_cache__delete(struct probe_cache *pcache);
63 int probe_cache__filter_purge(struct probe_cache *pcache,
65 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
67 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
[all …]
H A Dprobe-file.c470 pcache->fd = fd; in probe_cache__open()
536 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() local
538 if (pcache) { in probe_cache__alloc()
542 return pcache; in probe_cache__alloc()
557 if (!pcache) in probe_cache__delete()
561 if (pcache->fd > 0) in probe_cache__delete()
562 close(pcache->fd); in probe_cache__delete()
563 free(pcache); in probe_cache__delete()
571 if (!pcache) in probe_cache__new()
586 return pcache; in probe_cache__new()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dprobe-file.h35 #define for_each_probe_cache_entry(entry, pcache) \ argument
36 list_for_each_entry(entry, &pcache->entries, node)
56 int probe_cache__add_entry(struct probe_cache *pcache,
59 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
60 int probe_cache__commit(struct probe_cache *pcache);
61 void probe_cache__purge(struct probe_cache *pcache);
62 void probe_cache__delete(struct probe_cache *pcache);
63 int probe_cache__filter_purge(struct probe_cache *pcache,
65 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
67 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
[all …]
H A Dprobe-file.c470 pcache->fd = fd; in probe_cache__open()
536 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() local
538 if (pcache) { in probe_cache__alloc()
542 return pcache; in probe_cache__alloc()
557 if (!pcache) in probe_cache__delete()
561 if (pcache->fd > 0) in probe_cache__delete()
562 close(pcache->fd); in probe_cache__delete()
563 free(pcache); in probe_cache__delete()
571 if (!pcache) in probe_cache__new()
586 return pcache; in probe_cache__new()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/vulkan/
H A Ddzn_pipeline_cache.cpp29 dzn_pipeline_cache_destroy(dzn_pipeline_cache *pcache, in dzn_pipeline_cache_destroy() argument
32 if (!pcache) in dzn_pipeline_cache_destroy()
35 dzn_device *device = container_of(pcache->base.device, dzn_device, vk); in dzn_pipeline_cache_destroy()
37 vk_object_base_finish(&pcache->base); in dzn_pipeline_cache_destroy()
38 vk_free2(&device->vk.alloc, pAllocator, pcache); in dzn_pipeline_cache_destroy()
47 dzn_pipeline_cache *pcache = (dzn_pipeline_cache *) in dzn_pipeline_cache_create() local
48 vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*pcache), 8, in dzn_pipeline_cache_create()
50 if (!pcache) in dzn_pipeline_cache_create()
53 vk_object_base_init(&device->vk, &pcache->base, VK_OBJECT_TYPE_PIPELINE_CACHE); in dzn_pipeline_cache_create()
57 *out = dzn_pipeline_cache_to_handle(pcache); in dzn_pipeline_cache_create()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtGui/
H A Dqpyopengl_data_cache.cpp136 PrimaryCache *pcache = data_cache->pcache; in dataCache_clear() local
138 if (pcache) in dataCache_clear()
140 data_cache->pcache = 0; in dataCache_clear()
142 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_clear()
144 while (pit != pcache->constEnd()) in dataCache_clear()
150 delete pcache; in dataCache_clear()
184 PrimaryCache *pcache = data_cache->pcache; in dataCache_traverse() local
186 if (pcache) in dataCache_traverse()
188 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_traverse()
190 while (pit != pcache->constEnd()) in dataCache_traverse()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtGui/
H A Dqpyopengl_data_cache.cpp136 PrimaryCache *pcache = data_cache->pcache; in dataCache_clear() local
138 if (pcache) in dataCache_clear()
140 data_cache->pcache = 0; in dataCache_clear()
142 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_clear()
144 while (pit != pcache->constEnd()) in dataCache_clear()
150 delete pcache; in dataCache_clear()
184 PrimaryCache *pcache = data_cache->pcache; in dataCache_traverse() local
186 if (pcache) in dataCache_traverse()
188 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_traverse()
190 while (pit != pcache->constEnd()) in dataCache_traverse()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtGui/
H A Dqpyopengl_data_cache.cpp136 PrimaryCache *pcache = data_cache->pcache; in dataCache_clear() local
138 if (pcache) in dataCache_clear()
140 data_cache->pcache = 0; in dataCache_clear()
142 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_clear()
144 while (pit != pcache->constEnd()) in dataCache_clear()
150 delete pcache; in dataCache_clear()
184 PrimaryCache *pcache = data_cache->pcache; in dataCache_traverse() local
186 if (pcache) in dataCache_traverse()
188 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_traverse()
190 while (pit != pcache->constEnd()) in dataCache_traverse()
/dports/www/py-qt5-websockets/PyQt5-5.15.4/qpy/QtGui/
H A Dqpyopengl_data_cache.cpp136 PrimaryCache *pcache = data_cache->pcache; in dataCache_clear() local
138 if (pcache) in dataCache_clear()
140 data_cache->pcache = 0; in dataCache_clear()
142 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_clear()
144 while (pit != pcache->constEnd()) in dataCache_clear()
150 delete pcache; in dataCache_clear()
184 PrimaryCache *pcache = data_cache->pcache; in dataCache_traverse() local
186 if (pcache) in dataCache_traverse()
188 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_traverse()
190 while (pit != pcache->constEnd()) in dataCache_traverse()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtGui/
H A Dqpyopengl_data_cache.cpp136 PrimaryCache *pcache = data_cache->pcache; in dataCache_clear() local
138 if (pcache) in dataCache_clear()
140 data_cache->pcache = 0; in dataCache_clear()
142 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_clear()
144 while (pit != pcache->constEnd()) in dataCache_clear()
150 delete pcache; in dataCache_clear()
184 PrimaryCache *pcache = data_cache->pcache; in dataCache_traverse() local
186 if (pcache) in dataCache_traverse()
188 PrimaryCache::const_iterator pit = pcache->constBegin(); in dataCache_traverse()
190 while (pit != pcache->constEnd()) in dataCache_traverse()

12345678910>>...38