Searched refs:DISPLAYLEN (Results 1 – 2 of 2) sorted by relevance
150 #define DISPLAYLEN 16 macro163 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()165 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()166 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()169 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()173 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()
4036 #define DISPLAYLEN 164044 char *p, disbuf[3 * DISPLAYLEN + 1];4051 for (i = 0; i < len; i += DISPLAYLEN) {4052 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {