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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 68 milliseconds