Searched refs:col (Results 126 - 150 of 242) sorted by relevance

12345678910

/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c516 int row, col; local
533 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
537 + (sc->depth/8) * (col + sc->xmargin);
732 versatilefb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
734 *col = *row = 0;
740 versatilefb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
855 int col; local
871 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
875 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c350 int bytes, col, i, j, row; local
369 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
373 + (sc->depth/8) * (col + sc->xmargin);
624 bcmfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
626 *col = *row = 0;
632 bcmfb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
765 int bytes, col, i, j, k, row; local
777 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
781 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/dev/fb/
H A Ds3_pci.c365 s3lfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
367 return (*prevvidsw->read_hw_cursor)(adp, col, row);
371 s3lfb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
373 return (*prevvidsw->set_hw_cursor)(adp, col, row);
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl.h207 uint8_t col, uint8_t row);
H A Dterasic_mtl_reg.c236 terasic_mtl_reg_textcursor_set(struct terasic_mtl_softc *sc, uint8_t col, argument
241 v = (col << TERASIC_MTL_TEXTCURSOR_COL_SHIFT) | row;
/freebsd-11-stable/sys/dev/vt/
H A Dvt.h225 int vtbuf_iscursor(const struct vt_buf *vb, int row, int col);
228 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
256 #define VTBUF_DIRTYCOL(mask, col) \
257 ((mask)->vbm_col & ((uint64_t)1 << ((col) % 64)))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h116 Indent(o, indent) << " <key>col</key>";
/freebsd-11-stable/usr.bin/systat/
H A Dextern.h52 extern int col;
H A Dicmp.c191 #define DO(stat, row, col) \
192 mvwprintw(wnd, row, col, "%9lu", stats.stat)
H A Dmain.c68 int col; variable
304 move(CMDLINE, col);
H A Dtcp.c237 #define DO(stat, row, col) \
238 mvwprintw(wnd, row, col, "%12"PRIu64, stats.stat)
H A Dip6.c197 #define DO(stat, row, col) \
198 mvwprintw(wnd, row, col, "%9"PRIu64, stats.stat)
H A Dicmp6.c189 #define DO(stat, row, col) \
190 mvwprintw(wnd, row, col, "%9"PRIu64, stats.stat)
H A Dzarc.c153 #define DO(stat, col, width) \
154 sysputuint64(wnd, row, col, width, stat, HN_DIVISOR_1000)
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1213 void troff_output_file::fill_color(color *col) argument
1215 if (!col || current_fill_color == col)
1217 current_fill_color = col;
1225 cs = col->get_components(components);
1266 void troff_output_file::glyph_color(color *col) argument
1268 if (!col || current_glyph_color == col)
1270 current_glyph_color = col;
1279 cs = col
2724 color *col; member in class:break_char_node
[all...]
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c1443 int col; local
1512 col = fe_inb(sc, FE_DLCR4);
1513 col = (col & FE_D4_COL) >> FE_D4_COL_SHIFT;
1514 if (col == 0) {
1526 col = 1;
1528 if_inc_counter(sc->ifp, IFCOUNTER_COLLISIONS, col);
1529 if (col == 1)
1533 sc->mibdata.dot3StatsCollFrequencies[col-1]++;
1540 col
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y37 column *col;
119 %type <col> column column_arg column_element_list
/freebsd-11-stable/usr.bin/grdc/
H A Dgrdc.c262 movto(int line, int col) argument
264 move(line, col);
/freebsd-11-stable/crypto/openssh/
H A Dsshpty.c176 pty_change_window_size(int ptyfd, u_int row, u_int col, argument
183 w.ws_col = col;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp102 if (p->col.is_default())
107 p->col.get_rgb(&r, &g, &b);
264 case COLOR_TAG: issue_color_begin(&t->col); break;
401 p->col = *c;
545 push_para(&temp->col);
/freebsd-11-stable/bin/ls/
H A Dprint.c367 int col; local
428 for (col = 0, chcnt = 0; col < numcols; ++col) {
441 if (f_sortacross && col + 1 >= numcols)
/freebsd-11-stable/contrib/openpam/t/
H A DMakefile.in854 col="$$grn"; \
856 col="$$red"; \
859 echo "$${col}$$br$${std}"; \
860 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
861 echo "$${col}$$br$${std}"; \
863 echo "$$col$$br$$std"; \
865 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
867 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
869 echo "$$col$$br$$std"; \
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c207 static int get_pseudonym_cb(void *ctx, int argc, char *argv[], char *col[]) argument
213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
307 static int get_reauth_cb(void *ctx, int argc, char *argv[], char *col[]) argument
314 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
318 } else if (os_strcmp(col[i], "counter") == 0 && argv[i]) {
320 } else if (os_strcmp(col[i], "mk") == 0 && argv[i]) {
322 } else if (os_strcmp(col[i], "k_encr") == 0 && argv[i]) {
325 } else if (os_strcmp(col[i], "k_aut") == 0 && argv[i]) {
328 } else if (os_strcmp(col[i], "k_re") == 0 && argv[i]) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1391 uch *col; local
1396 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1397 if (col[uc] != 0)
1408 uch *col; local
1414 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1415 if (col[uc1] != col[uc2])
/freebsd-11-stable/contrib/dialog/
H A Deditbox.c246 col_to_chr_offset(const char *text, int col) argument
256 if (cols[n] <= col && cols[n + 1] > col) {
262 if (!found && len && cols[len] == col) {

Completed in 370 milliseconds

12345678910