Home
last modified time | relevance | path

Searched refs:col (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/string/
Duniset446 $col = 0;
453 $pnm = sprintf("tmp-%02x.pnm", $col);
456 if (++$col == $width) {
464 $col = 0;
468 if ($col > 0) {
508 $col = 0;
512 print "<TR>" if $col == 0;
519 if (++$col == $width) {
521 $col = 0;
525 print "<TR align=center>$subline" if ($col > 0);
[all …]
/picolibc-latest/newlib/libc/posix/
Dregcomp.c1410 uch *col; in isinsets() local
1415 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1416 if (col[uc] != 0) in isinsets()
1428 uch *col; in samesets() local
1434 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()
1435 if (col[uc1] != col[uc2]) in samesets()