Searched refs:col2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/contrib/ia64/libuwx/test/
H A Ddump_context.c56 static int col2[] = { local
71 #define NCOL2 (sizeof(col2)/sizeof(int))
92 j = col2[i];
/freebsd-10.0-release/usr.bin/comm/
H A Dcomm.c74 const char *col1, *col2, *col3; local
114 col1 = col2 = col3 = NULL;
118 col2 = *p++;
146 if (n2 >= 0 && col2 != NULL)
147 show(fp2, argv[1], col2, &line2, &line2len);
185 if (col2 != NULL)
186 (void)printf("%s%s\n", col2, line2);
/freebsd-10.0-release/sys/dev/syscons/
H A Dscvgarndr.c679 u_short col1, col2; local
699 col2 = ((a & 0x8000) >> 4) | (a & 0x0700);
702 col2 = (a & 0xf000) >> 4;
705 if (bg != col2) {
706 bg = col2;
736 u_short col1, col2, color; local
754 col2 = (((a & 0x8000) >> 4) | (a & 0x0700)) >> 8;
757 col2 = (a & 0xf000) >> 12;
765 color = *f & (1 << (7 - k)) ? col1 : col2;
787 u_short col1, col2; local
858 int col1, col2, color; local
[all...]
/freebsd-10.0-release/usr.bin/systat/
H A Difstat.c57 static const int col2 = C2; variable
166 mvprintw(p->if_ypos, col2-3, "%s", (const char *)"in"); \
167 mvprintw(p->if_ypos+1, col2-3, "%s", (const char *)"out"); \
217 PUTRATE(col2, ifp->if_ypos);
/freebsd-10.0-release/contrib/gcc/
H A Dlambda-mat.c245 lambda_matrix_col_exchange (lambda_matrix mat, int m, int col1, int col2) argument
252 mat[i][col1] = mat[i][col2];
253 mat[i][col2] = tmp;

Completed in 205 milliseconds