Lines Matching refs:bufPos
33 int bufPos; in DumpMemory() local
48 bufPos = 0; in DumpMemory()
49 … bufPos += nstd::TSPrintf(buffer, " 0 1 2 3 4 5 6 7 8 9 a b c d e f"); in DumpMemory()
52 bufPos += nstd::TSPrintf(&buffer[bufPos], " 0123456789abcdef"); in DumpMemory()
54 bufPos += nstd::TSPrintf(&buffer[bufPos], "\n"); in DumpMemory()
55 detail::PutString(buffer, bufPos); in DumpMemory()
60 bufPos = 0; in DumpMemory()
61 bufPos += nstd::TSPrintf(buffer, "%08x: ", address & static_cast<uptr>(~0xf)); in DumpMemory()
70 bufPos += 3; in DumpMemory()
78 bufPos += nstd::TSPrintf(&buffer[bufPos], " %02x", val); in DumpMemory()
91 bufPos += 3; in DumpMemory()
99 bufPos += nstd::TSPrintf(&buffer[bufPos], " %s", bufferString); in DumpMemory()