Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.bin/comm/
HDcomm.c74 const char *col1, *col2, *col3; in main() local
114 col1 = col2 = col3 = NULL; in main()
116 col1 = *p++; in main()
151 if (n1 >= 0 && col1 != NULL) in main()
152 show(fp1, argv[0], col1, &line1, &line1len); in main()
180 if (col1 != NULL) in main()
181 (void)printf("%s%s\n", col1, line1); in main()
/trueos/sys/contrib/ia64/libuwx/test/
HDdump_context.c42 static int col1[] = { in dump_context() local
70 #define NCOL1 (sizeof(col1)/sizeof(int)) in dump_context()
83 j = col1[i]; in dump_context()
/trueos/sys/dev/syscons/
HDscvgarndr.c679 u_short col1, col2; in vga_egadraw() local
698 col1 = ((a & 0x7000) >> 4) | (a & 0x0800); in vga_egadraw()
701 col1 = (a & 0x0f00); in vga_egadraw()
713 outw(GDCIDX, col1 | 0x00); /* set/reset */ in vga_egadraw()
736 u_short col1, col2, color; in vga_vgadraw_direct() local
753 col1 = (((a & 0x7000) >> 4) | (a & 0x0800)) >> 8; in vga_vgadraw_direct()
756 col1 = (a & 0x0f00) >> 8; in vga_vgadraw_direct()
765 color = *f & (1 << (7 - k)) ? col1 : col2; in vga_vgadraw_direct()
787 u_short col1, col2; in vga_vgadraw_planar() local
807 col1 = ((a & 0x7000) >> 4) | (a & 0x0800); in vga_vgadraw_planar()
[all …]
/trueos/contrib/gcc/
HDlambda-mat.c245 lambda_matrix_col_exchange (lambda_matrix mat, int m, int col1, int col2) in lambda_matrix_col_exchange() argument
251 tmp = mat[i][col1]; in lambda_matrix_col_exchange()
252 mat[i][col1] = mat[i][col2]; in lambda_matrix_col_exchange()
/trueos/usr.bin/systat/
HDifstat.c56 static const int col1 = C1; variable