Home | History | Annotate | Download | only in compiler

Lines Matching refs:row

148     fields.row = -1;
169 fields.row = compString[0] - '0';
176 fields.row = compString[0] - '0';
180 if (fields.row >= matSize || fields.col >= matSize) {