Searched refs:gx_bits_cache_alloc (Results 1 – 4 of 4) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxbcache.h | 111 int gx_bits_cache_alloc(gx_bits_cache *, ulong, gx_cached_bits_head **);
|
H A D | gxbcache.c | 62 gx_bits_cache_alloc(gx_bits_cache * bc, ulong lsize, gx_cached_bits_head ** pcbh) in gx_bits_cache_alloc() function
|
H A D | gxclbits.c | 438 gx_bits_cache_alloc(&cldev->bits, (ulong) cldev->chunk.size, in clist_add_tile() 442 gx_bits_cache_alloc(&cldev->bits, (ulong) cldev->chunk.size, in clist_add_tile() 454 while (gx_bits_cache_alloc(&cldev->bits, (ulong) tsize, &slot_head) < 0) { in clist_add_tile()
|
H A D | gxccman.c | 793 while (gx_bits_cache_alloc((gx_bits_cache *) & dir->ccache, in alloc_char_in_chunk()
|