Searched refs:countup (Results 1 – 1 of 1) sorted by relevance
135 int countup = 0; in dump_bytes() local147 if (countup + byte < n) { in dump_bytes()149 "%02x ", (buf[countup + byte] & 0xff)); in dump_bytes()160 if ((countup + byte < n) && in dump_bytes()161 ((buf[countup + byte] >= ' ') && in dump_bytes()162 (buf[countup + byte] <= '~'))) { in dump_bytes()164 buf[countup + byte]); in dump_bytes()169 countup += printedCount; in dump_bytes()