Searched refs:stackpool (Results 1 – 2 of 2) sorted by relevance
298 JQP_STACK stackpool[JQP_AUX_STACKPOOL_NUM]; member
77 if (aux->stackn < (sizeof(aux->stackpool) / sizeof(aux->stackpool[0]))) { in _jqp_push()78 stack = &aux->stackpool[aux->stackn++]; in _jqp_push()112 if (aux->stackn-- > (sizeof(aux->stackpool) / sizeof(aux->stackpool[0]))) { in _jqp_pop()