Home
last modified time | relevance | path

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

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxbcache.c74 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
82 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
84 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
87 *pcbh = cbh_next; in gx_bits_cache_alloc()
90 fsize += cbh_next->size; in gx_bits_cache_alloc()
92 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
96 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
97 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
98 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxbcache.c74 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
82 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
84 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
87 *pcbh = cbh_next; in gx_bits_cache_alloc()
90 fsize += cbh_next->size; in gx_bits_cache_alloc()
92 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
96 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
97 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
98 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxbcache.c69 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
77 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
79 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
82 *pcbh = cbh_next; in gx_bits_cache_alloc()
85 fsize += cbh_next->size; in gx_bits_cache_alloc()
87 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
88 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
91 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
92 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
93 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxbcache.c71 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
79 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
81 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
84 *pcbh = cbh_next; in gx_bits_cache_alloc()
87 fsize += cbh_next->size; in gx_bits_cache_alloc()
89 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
90 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
94 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
95 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxbcache.c69 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
77 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
79 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
82 *pcbh = cbh_next; in gx_bits_cache_alloc()
85 fsize += cbh_next->size; in gx_bits_cache_alloc()
87 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
88 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
91 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
92 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
93 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxbcache.c71 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
79 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
81 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
84 *pcbh = cbh_next; in gx_bits_cache_alloc()
87 fsize += cbh_next->size; in gx_bits_cache_alloc()
89 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
90 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
94 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
95 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxbcache.c71 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
79 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
81 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
84 *pcbh = cbh_next; in gx_bits_cache_alloc()
87 fsize += cbh_next->size; in gx_bits_cache_alloc()
89 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
90 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
94 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
95 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxbcache.c71 gx_cached_bits_head *cbh_next; in gx_bits_cache_alloc() local
79 cbh = cbh_next = (gx_cached_bits_head *) (bck->data + cnext); in gx_bits_cache_alloc()
81 if (!cb_head_is_free(cbh_next)) { /* Ask the caller to free the entry. */ in gx_bits_cache_alloc()
84 *pcbh = cbh_next; in gx_bits_cache_alloc()
87 fsize += cbh_next->size; in gx_bits_cache_alloc()
89 (ulong) cbh_next, cbh_next->size); in gx_bits_cache_alloc()
90 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + fsize); in gx_bits_cache_alloc()
93 cbh_next = (gx_cached_bits_head *) ((byte *) cbh + ssize); in gx_bits_cache_alloc()
94 cbh_next->size = fsize - ssize; in gx_bits_cache_alloc()
95 cb_head_set_free(cbh_next); in gx_bits_cache_alloc()