Lines Matching defs:ncols
57 int ncols,
64 assert( ncols <= MAXORDER );
68 for( j=0; j != ncols; j++ )
73 for( j=0; j != ncols-t-1; j++ )
78 for( j=0; j != ncols-partial; j++ ) {
87 for( t = ncols-1; t != ncols-1-partial; t-- )
92 for( j=0; j != ncols-partial; j++ )
111 int ncols,
122 assert( ncols <= MAXORDER );
134 const int jdist = ncols * jstride;
207 for( int t = ncols-1, tlast = t-tpartial; t != tlast; t-- )
219 j = ncols-tpartial-1;
228 for( j=0; j != ncols-tpartial; j++ ) {