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

  /external/jpeg/
jcprepct.c 135 int numrows, ci; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
148 numrows);
149 *in_row_ctr += numrows;
150 prep->next_buf_row += numrows;
151 prep->rows_to_go -= numrows;
202 int numrows, ci; local
210 numrows = prep->next_buf_stop - prep->next_buf_row
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
gen.c 231 int numrows; local
250 numrows = csize / 8;
252 for ( j = 0; j < numrows; ++j )
254 for ( i = j; i < csize; i = i + numrows )
    [all...]

Completed in 212 milliseconds