Searched refs:DISPLAYLEN (Results 1 – 2 of 2) sorted by relevance
1523 #define DISPLAYLEN 161531 char *p, disbuf[3 * DISPLAYLEN + 1];1538 for (i = 0; i < len; i += DISPLAYLEN) {1539 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {
116 #define DISPLAYLEN 16 macro129 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()131 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()132 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()135 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()139 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()