Searched refs:HEX_ROW_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dkmemleak.c170 #define HEX_ROW_SIZE 16 macro
278 * actual number of printed bytes depends on HEX_ROW_SIZE. It must be called
286 unsigned char linebuf[HEX_ROW_SIZE * 5];
290 min(object->size, (size_t)(HEX_MAX_LINES * HEX_ROW_SIZE));
293 for (i = 0; i < len; i += HEX_ROW_SIZE) {
294 int linelen = min(remaining, HEX_ROW_SIZE);
296 remaining -= HEX_ROW_SIZE;
297 hex_dump_to_buffer(ptr + i, linelen, HEX_ROW_SIZE,

Completed in 51 milliseconds