Searched refs:rowj (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/yacc/
H A Dwarshall.c45 unsigned int *rowj, *rp, *rend, *ccol, *relend, *cword, *rowi; local
55 rowj = R;
57 while (rowj < relend) {
60 rend = rowj + rowsize;
61 while (rowj < rend)
62 *rowj++ |= *rp++;
64 rowj += rowsize;

Completed in 82 milliseconds