Lines Matching defs:pos
171 int pos, pick = -1;
173 for (pos = 0; bits; bits >>= 1, pos++) {
175 if (pos <= target || pick < 0)
176 pick = pos;
177 if (pos >= target)
190 int pos = 0;
197 pos += scnprintf(buf + pos, sizeof(buf) - pos, "tsc");
209 pos += scnprintf(buf + pos, sizeof(buf) - pos,
224 pos += scnprintf(buf + pos, sizeof(buf) - pos,
231 pos += scnprintf(buf + pos, sizeof(buf) - pos, ",pt,branch");