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

  /external/qemu/android/utils/
misc.c 27 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++) {
stralloc.c 26 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++) {
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 1562 size_t ncols; local
1590 size_t ncols; local
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1227 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1230 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1244 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1248 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1219 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1236 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]

Completed in 2682 milliseconds