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

  /external/chromium_org/content/common/
plugin_list_win.cc 248 int cur_a, cur_b; local
250 base::StringToInt(b_ver[i], &cur_b);
252 if (cur_a > cur_b)
254 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/chromium_org/third_party/libvpx/source/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/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 186 milliseconds