Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 8 of 8) sorted by relevance

/external/qemu/android/utils/
Dmisc.c24 int nrows, ncols, r, c, n, maxw = 0; in print_tabular() local
33 nrows = (count + ncols-1)/ncols; in print_tabular()
35 for (r = 0; r < nrows; r++) { in print_tabular()
38 int index = c*nrows + r; in print_tabular()
Dstralloc.c26 int nrows, ncols, r, c, n, maxw = 0; in stralloc_tabular() local
35 nrows = (count + ncols-1)/ncols; in stralloc_tabular()
37 for (r = 0; r < nrows; r++) { in stralloc_tabular()
40 int index = c*nrows + r; in stralloc_tabular()
/external/qemu/distrib/libpng-1.2.19/
Dpngwrite.c935 png_set_flush(png_structp png_ptr, int nrows) in png_set_flush() argument
940 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
Dpng.h1686 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
/external/libpng/
Dpngwrite.c973 png_set_flush(png_structp png_ptr, int nrows) in png_set_flush() argument
979 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
Dpng.h1882 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
Dlibpng-1.2.46.txt2326 png_set_flush(png_ptr, nrows);
2333 If nrows is too small (less than about 10 lines for a 640 pixel wide
Dlibpng-1.2.44.txt2326 png_set_flush(png_ptr, nrows);
2333 If nrows is too small (less than about 10 lines for a 640 pixel wide