Searched refs:DISPLAYLEN (Results 1 – 2 of 2) sorted by relevance
1528 #define DISPLAYLEN 161536 char *p, disbuf[3 * DISPLAYLEN + 1];1543 for (i = 0; i < len; i += DISPLAYLEN) {1544 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {
119 #define DISPLAYLEN 16 macro132 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()134 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()135 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()138 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()142 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()