Lines Matching refs:n1
363 for (unsigned int n1 = 0; n1 < str.size(); n1++) {364 if ((str[n1] > 0x20) && (str[n1] < 0x80)) {365 stream << (char) str[n1];376 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {377 if (CPU_ISSET(n1, &set)) {378 if (n1 != 0) { stream << ' '; }379 stream << n1;