Home
last modified time | relevance | path

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

/dragonfly/sys/dev/video/fb/bmp/
H A Dsplash_bmp.c231 int ncols; /* number of colours */ member
535 bmp_info.ncols = (bmf->bmfi.bmiHeader.biClrUsed); in bmp_Init()
537 if (bmp_info.ncols == 0) { /* uses all of them */ in bmp_Init()
538 bmp_info.ncols = 1 << bmf->bmfi.bmiHeader.biBitCount; in bmp_Init()
542 (bmp_info.ncols > (1 << sdepth))) { in bmp_Init()
545 bmp_info.width, bmp_info.height, bmp_info.ncols); in bmp_Init()
550 for (pind = 0; pind < bmp_info.ncols; pind++) { in bmp_Init()
/dragonfly/contrib/gdb-7/gdb/
H A Dosdata.c298 int ncols = 0; in info_osdata_command() local
314 ncols = VEC_length (osdata_column_s, last->columns); in info_osdata_command()
335 --ncols; in info_osdata_command()
339 make_cleanup_ui_out_table_begin_end (uiout, ncols, nrows, in info_osdata_command()
344 if (ncols == 0) in info_osdata_command()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c5268 unsigned int ncols; member
5309 fc->ncols = reg + 1; in frame_need_space()
5312 if (fc->ncols == 0) in frame_need_space()
5319 fc->ncols = 0; in frame_need_space()
5332 fc->ncols); in frame_need_space()
5333 fc->ncols = 0; in frame_need_space()
5972 fc->ncols = 0; in display_debug_frames()
5988 fc->ncols = cie->ncols; in display_debug_frames()
6439 rs->ncols = fc->ncols; in display_debug_frames()
6463 fc->ncols = 0; in display_debug_frames()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc1159 unsigned int ncols = in sized_read_unit_index() local
1165 if (ncols == 0 || nused == 0) in sized_read_unit_index()
1213 poffsets + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1215 psizes + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1219 for (unsigned int j = 0; j <= ncols; j++) in sized_read_unit_index()
1301 unsigned int ncols = in sized_verify_dwo_list() local
1307 if (ncols == 0 || nused == 0) in sized_verify_dwo_list()
1978 unsigned int ncols = 0; in write_index() local
1981 ncols++; in write_index()
1982 const unsigned int ntable = (nrows * 2 + 1) * ncols; in write_index()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c7112 unsigned int ncols; member
7159 if (fc->ncols == 0) in frame_need_space()
7166 fc->ncols = 0; in frame_need_space()
7179 fc->ncols); in frame_need_space()
7180 fc->ncols = 0; in frame_need_space()
8000 fc->ncols = cie->ncols; in display_debug_frames()
8471 rs->ncols = fc->ncols; in display_debug_frames()
9639 if (ncols > 0 in process_cu_tu_index()
9640 && ((size_t) ncols * 4 / 4 != ncols in process_cu_tu_index()
9641 || (size_t) nused * ncols * 4 / ((size_t) ncols * 4) != nused in process_cu_tu_index()
[all …]
/dragonfly/games/boggle/boggle/
H A Dmach.c60 int ncols, nlines, lastline; variable
148 prtable(pword, npwords, 0, ncols, prword, prwidth); in results()
155 prtable(mword, nmwords, 0, ncols, prword, prwidth); in results()
602 ncols = COLS; in tty_setup()
/dragonfly/contrib/mdocml/
H A Dmdoc.h124 size_t ncols; /* -column arg count */ member
H A Dmdoc_term.c628 size_t ncols, dcol; in termp_it_pre() local
694 ncols = bl->norm->Bl.ncols; in termp_it_pre()
695 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre()
696 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre()
704 nn->prev && i < (int)ncols; in termp_it_pre()
718 if (i >= (int)ncols) in termp_it_pre()
H A Dmdoc_validate.c756 n->norm->Bl.ncols = argv->sz; in post_bl_norm()
1750 cols = (int)nbl->norm->Bl.ncols; in post_it()
1895 nh->norm->Bl.ncols = argv->sz; in post_bl_head()
H A Dmdoc_markdown.c1318 nc = bln->norm->Bl.ncols; in md_post_It()
H A Dmdoc_man.c1099 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
/dragonfly/contrib/file/magic/Magdir/
H A Dmathematica173 # ncols; number of columns in the matrix like: 1 3 4 5 9 43
177 # real; Real part of the matrix consists of mrows * ncols numbers
/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c1283 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets() local
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1300 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets() local
1304 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()