Searched refs:cur_b (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
H A Dconditional.c99 cond_expr_t *cur_a, *cur_b; local
118 cur_b = b->expr;
120 if (cur_a == NULL && cur_b == NULL)
122 else if (cur_a == NULL || cur_b == NULL)
124 if (cur_a->expr_type != cur_b->expr_type)
127 if (cur_a->bool != cur_b->bool)
131 cur_b = cur_b->next;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c177 const int cur_b = vp8_cost_branch(ct, *cur_p); local
183 if (cur_b - new_b > cost) {

Completed in 174 milliseconds