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

/k10sensor/src/
H A Dpciinspect.c127 char buf[80], buf2[80]; local
150 buf2[0] = '\0';
152 convert(data, buf2);
153 fprintf(stdout, "[%d] 0x%02x %s\n", i, op1, buf2);
173 buf2[0] = '\0';
174 convert(op1, buf2);
175 fprintf(stdout, "%s (orig)\n", buf2);
177 convert(data << op3, buf2);
178 mask(buf2, op2, op3);
179 fprintf(stdout, "%s\n", buf2);
[all...]

Completed in 4 milliseconds