Searched defs:ncols (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/utils/
H A Dmisc.c27 int nrows, ncols, r, c, n, maxw = 0; local
35 ncols = width/maxw;
36 nrows = (count + ncols-1)/ncols;
40 for (c = 0; c < ncols; c++) {
H A Dstralloc.c26 int nrows, ncols, r, c, n, maxw = 0; local
34 ncols = width/maxw;
35 nrows = (count + ncols-1)/ncols;
39 for (c = 0; c < ncols; c++) {
/external/llvm/lib/Support/
H A Dregcomp.c1255 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1272 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp345 int ncols = pGlyph->GetWidth(); local
348 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color,
356 ncols /= 3;
364 int end_col = left + ncols;

Completed in 390 milliseconds