HomeSort by relevance Sort by last modified time
    Searched refs:istop (Results 1 - 25 of 35) sorted by null

1 2

  /external/skia/src/core/
SkScan_Antihair.cpp 335 int istart, istop;
351 istop = SkFDot6Ceil(x1);
363 SkASSERT(istop > istart);
364 if (istop - istart == 1) {
375 if (istart >= clip->fRight || istop <= clip->fLeft) {
382 if (istop - istart == 1) {
388 if (istop > clip->fRight) {
389 istop = clip->fRight;
393 SkASSERT(istart <= istop);
394 if (istart == istop) {
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_dfs.h 153 StorageIndex istop = ito + jptr - jm1ptr; local
154 xprune(jcolm1) = istop; // intialize xprune(jcol-1)
155 glu.xlsub(jcol) = istop;
159 nextl = ito; // = istop + length(jcol)
  /external/libpng/mips/
filter_msa_intrinsics.c 370 png_size_t istop = row_info->rowbytes; local
375 for (i = 0; i < (istop >> 6); i++)
388 if (istop & 0x3F)
390 cnt32 = istop & 0x20;
391 cnt16 = istop & 0x10;
392 cnt = istop & 0xF;
461 png_size_t istop = row_info->rowbytes; local
469 istop -= 4;
475 for (count = 0; count < istop; count += 16)
500 png_size_t istop = row_info->rowbytes local
548 png_size_t istop = row_info->rowbytes - 4; local
599 png_size_t istop = row_info->rowbytes - 3; local
    [all...]
  /external/libpng/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 273 png_size_t istop = row_info->rowbytes; local
275 for (i = 0; i < istop; i++)
287 png_size_t istop = row_info->rowbytes; local
289 for (i = 0; i < istop; i += 2)
302 png_size_t istop = row_info->rowbytes; local
304 for (i = 0; i < istop; i += 4)
327 png_uint_32 istop= row_info->width * row_info->channels; local
329 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 469 png_size_t i, istop; local
473 istop = png_ptr->save_buffer_size;
475 i < istop; i++, sp++, dp++)
  /external/pdfium/third_party/libpng16/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 272 png_size_t istop = row_info->rowbytes; local
274 for (i = 0; i < istop; i++)
286 png_size_t istop = row_info->rowbytes; local
288 for (i = 0; i < istop; i += 2)
301 png_size_t istop = row_info->rowbytes; local
303 for (i = 0; i < istop; i += 4)
326 png_uint_32 istop= row_info->width * row_info->channels; local
328 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 469 png_size_t i, istop; local
473 istop = png_ptr->save_buffer_size;
475 i < istop; i++, sp++, dp++)
  /external/skia/third_party/libpng/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 272 png_size_t istop = row_info->rowbytes; local
274 for (i = 0; i < istop; i++)
286 png_size_t istop = row_info->rowbytes; local
288 for (i = 0; i < istop; i += 2)
301 png_size_t istop = row_info->rowbytes; local
303 for (i = 0; i < istop; i += 4)
326 png_uint_32 istop= row_info->width * row_info->channels; local
328 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 467 png_size_t i, istop; local
471 istop = png_ptr->save_buffer_size;
473 i < istop; i++, sp++, dp++)
  /external/syslinux/com32/lib/libpng/
pngwtran.c 293 png_uint_32 istop = channels * row_info->width;
295 for (i = 0; i < istop; i++, bp++)
317 png_uint_32 istop = channels * row_info->width;
319 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 220 png_uint_32 istop = row_info->rowbytes; local
222 for (i = 0; i < istop; i++)
233 png_uint_32 istop = row_info->rowbytes; local
235 for (i = 0; i < istop; i+=2)
246 png_uint_32 istop = row_info->rowbytes; local
248 for (i = 0; i < istop; i+=4)
273 png_uint_32 istop= row_info->width * row_info->channels; local
275 for (i = 0; i < istop; i++, rp += 2)
pngread.c 1271 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1282 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1292 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngrutil.c 156 png_size_t istop = png_ptr->zbuf_size; local
158 for (i = (png_size_t)skip; i > istop; i -= istop)
2938 png_uint_32 istop = row_info->rowbytes; local
2953 png_uint_32 istop = row_info->rowbytes; local
2971 png_uint_32 istop = row_info->rowbytes - bpp; local
2996 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
pngrtran.c 883 int i, istop; local
884 istop=(int)png_ptr->num_trans;
885 for (i=0; i<istop; i++)
1121 int istop = (int)png_ptr->num_trans; local
1158 png_uint_16 istop = png_ptr->num_palette; local
1723 png_uint_32 istop = row_info->rowbytes; local
1737 png_uint_32 istop = row_info->rowbytes; local
1753 png_uint_32 istop = row_width * channels; local
1766 png_uint_32 istop = channels * row_width; local
1798 png_uint_32 istop = row_info->width * row_info->channels; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 83 _PySlice_FromIndices(Py_ssize_t istart, Py_ssize_t istop)
89 end = PyInt_FromSsize_t(istop);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 83 _PySlice_FromIndices(Py_ssize_t istart, Py_ssize_t istop)
89 end = PyInt_FromSsize_t(istop);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 196 istop = _int(stop)
197 if istop != stop:
199 width = istop - istart
204 # = -2 and istop = 0. Then the guts would be in
218 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)

Completed in 492 milliseconds

1 2