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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.cc 40 const size_t i_end = i + num_bytes; local
61 while (i + 2 < i_end) {
71 i + i_diff, i_end - i, max_distance,
95 while (i + 4 < i_end &&
105 i + i_diff + 1, i_end - i - 1, max_distance,
164 if (i + 2 < i_end) {
171 best_len >= 4 && i + 20 < i_end && !best_in_dictionary) {
175 i + i_diff, i_end - i, max_distance,
189 if (i + 2 < i_end) {
211 int i_jump = std::min(i + 16, i_end - 4)
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 757 int i_end = buffered_lines; local
768 while (i < i_end && !changed[1+i])
777 if (i == i_end)
787 while (i < i_end && changed[1+i]) i++;
799 if (end != i_end
802 && end != i_end
  /external/opencv/cv/src/
cvcontourtree.cpp 86 int seq_flags = 1, i_end, prev_null, prev2_null; local
201 i_end = -1;
243 i_end = 0;
269 i_end = 1;
298 i_end = 1;
322 if( j != i - 1 || i_end == -1 )
324 else if( i_end == 0 )
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1042 milliseconds