Home | History | Annotate | Download | only in toolutil

Lines Matching refs:col

109     int32_t i, col;
131 for(i=col=0; i<length; ++i, ++col) {
133 if(col<16) {
137 col=0;
230 int32_t i, col;
237 for(i=col=0; i<length; ++i, ++col) {
243 col>=32 ||
245 (col>=24 && prev2>=0x20 && prev==0) ||
247 (col>=16 && (prev==0 || prev>=0x20) && 0<c && c<0x20)
250 col=0;