Home | History | Annotate | Download | only in src

Lines Matching refs:scratch_buffer_t

192 hb_buffer_t::scratch_buffer_t *
201 assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0);
202 *size = allocated * sizeof (pos[0]) / sizeof (scratch_buffer_t);
203 return (scratch_buffer_t *) (void *) pos;