Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c249 int xo_stack_size; /* Size of the stack */ member
533 if (depth >= xop->xo_stack_size) { in xo_depth_check()
542 int count = depth - xop->xo_stack_size; in xo_depth_check()
544 bzero(xsp + xop->xo_stack_size, count * sizeof(*xsp)); in xo_depth_check()
545 xop->xo_stack_size = depth; in xo_depth_check()