HomeSort by relevance Sort by last modified time
    Searched refs:cur_b (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/src/
conditional.c 99 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/
encodemv.c 207 const int cur_b = vp8_cost_branch(ct, *cur_p); local
211 if (cur_b - new_b > cost)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 207 const int cur_b = vp8_cost_branch(ct, *cur_p); local
211 if (cur_b - new_b > cost)

Completed in 191 milliseconds