Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:n1

223     for (unsigned int n1 = 0; n1 < str.size(); n1++) {
224 if ((str[n1] > 0x20) && (str[n1] < 0x80)) {
225 stream << (char) str[n1];
236 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {
237 if (CPU_ISSET(n1, &set)) {
238 if (n1 != 0) { stream << ' '; }
239 stream << n1;