Home
last modified time | relevance | path

Searched refs:ncols (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dmisc.c24 int nrows, ncols, r, c, n, maxw = 0; in print_tabular() local
32 ncols = width/maxw; in print_tabular()
33 nrows = (count + ncols-1)/ncols; in print_tabular()
37 for (c = 0; c < ncols; c++) { in print_tabular()
Dstralloc.c26 int nrows, ncols, r, c, n, maxw = 0; in stralloc_tabular() local
34 ncols = width/maxw; in stralloc_tabular()
35 nrows = (count + ncols-1)/ncols; in stralloc_tabular()
39 for (c = 0; c < ncols; c++) { in stralloc_tabular()
/external/elfcopy/
Ddwarf.c2926 int ncols; member
2950 int prev = fc->ncols; in frame_need_space()
2952 if (reg < fc->ncols) in frame_need_space()
2955 fc->ncols = reg + 1; in frame_need_space()
2956 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int)); in frame_need_space()
2957 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space()
2959 while (prev < fc->ncols) in frame_need_space()
2973 if (*max_regs < fc->ncols) in frame_display_row()
2974 *max_regs = fc->ncols; in frame_display_row()
3001 for (r = 0; r < fc->ncols; r++) in frame_display_row()
[all …]
/external/webkit/WebCore/
DChangeLog-2008-08-1069147 removed the unused ncols data member.