Lines Matching refs:skc_uint
32 (skc_uint)ss, \
34 (skc_uint)suballocator->total);
41 (skc_uint)ss, \
43 (skc_uint)suballocator->total);
60 skc_uint const subbufs, in skc_suballocator_create()
79 for (skc_uint ii=0; ii<subbufs; ii++) in skc_suballocator_create()
85 suballocator->align = (skc_uint)align; in skc_suballocator_create()
143 skc_uint avail_rem = suballocator->rem.avail; in skc_suballocator_subbuf_alloc()
144 skc_uint spare_rem = suballocator->rem.spare; in skc_suballocator_subbuf_alloc()
146 for (skc_uint avail_idx=0; avail_idx<avail_rem; avail_idx++) in skc_suballocator_subbuf_alloc()
189 skc_uint spare_idx = suballocator->count - spare_rem; in skc_suballocator_subbuf_alloc()
283 skc_uint const last_idx = --suballocator->rem.avail; in skc_suballocator_subbuf_free()
284 skc_uint const next_idx = next->idx; in skc_suballocator_subbuf_free()
299 skc_uint const spare_rem = suballocator->rem.spare + 2; in skc_suballocator_subbuf_free()
300 skc_uint const spare_idx = suballocator->count - spare_rem; in skc_suballocator_subbuf_free()
344 skc_uint avail_idx = suballocator->rem.avail++; in skc_suballocator_subbuf_free()