Home
last modified time | relevance | path

Searched refs:gx_bits_cache_alloc (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxbcache.h111 int gx_bits_cache_alloc(gx_bits_cache *, ulong, gx_cached_bits_head **);
H A Dgxbcache.c62 gx_bits_cache_alloc(gx_bits_cache * bc, ulong lsize, gx_cached_bits_head ** pcbh) in gx_bits_cache_alloc() function
H A Dgxclbits.c438 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 Dgxccman.c793 while (gx_bits_cache_alloc((gx_bits_cache *) & dir->ccache, in alloc_char_in_chunk()