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

  /external/chromium_org/content/common/
plugin_list_win.cc 247 int cur_a, cur_b; local
249 base::StringToInt(b_ver[i], &cur_b);
251 if (cur_a > cur_b)
253 if (cur_a < cur_b)
  /external/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)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 131 const int cur_b = cost_branch256(ct, *cur_p); local
134 if (cur_b - mod_b > cost) {

Completed in 2188 milliseconds