Home | History | Annotate | Download | only in Support

Lines Matching refs:col

1253 	uch *col;
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1259 if (col[uc] != 0)
1270 uch *col;
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1277 if (col[uc1] != col[uc2])