Searched refs:nrows (Results 1 – 8 of 8) sorted by relevance
/external/qemu/android/utils/ |
D | misc.c | 24 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()
|
D | stralloc.c | 26 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/ |
D | pngwrite.c | 935 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()
|
D | png.h | 1686 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
|
/external/libpng/ |
D | pngwrite.c | 973 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()
|
D | png.h | 1882 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
|
D | libpng-1.2.46.txt | 2326 png_set_flush(png_ptr, nrows); 2333 If nrows is too small (less than about 10 lines for a 640 pixel wide
|
D | libpng-1.2.44.txt | 2326 png_set_flush(png_ptr, nrows); 2333 If nrows is too small (less than about 10 lines for a 640 pixel wide
|