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

/external/libvpx/libvpx/vpx_dsp/
H A Dprob.c38 const unsigned int left_count = (l <= 0) local
45 const unsigned int ct[2] = { left_count, right_count };
47 return left_count + right_count;
/external/bison/src/
H A Dprint.c441 int left_count = 0, right_count = 0;
449 left_count++;
464 if (left_count > 0)
481 if (left_count > 0)
439 int left_count = 0, right_count = 0; local

Completed in 75 milliseconds