Searched refs:pip_dec (Results 1 – 3 of 3) sorted by relevance
2427 ppl_PIP_Decision_Node_OK(ppl_const_PIP_Decision_Node_t pip_dec) try { in ppl_PIP_Decision_Node_OK() argument2428 return to_const(pip_dec)->OK() ? 1 : 0; in ppl_PIP_Decision_Node_OK()2433 ppl_PIP_Decision_Node_get_child_node(ppl_const_PIP_Decision_Node_t pip_dec, in ppl_PIP_Decision_Node_get_child_node() argument2436 *pip_tree = to_const(to_const(pip_dec)->child_node(b != 0)); in ppl_PIP_Decision_Node_get_child_node()
3138 PPL_PROTO((ppl_const_PIP_Decision_Node_t pip_dec,
3177 (if \p b is not zero) or the false branch (if \p b is zero) of \p pip_dec.3181 PPL_PROTO((ppl_const_PIP_Decision_Node_t pip_dec,