Home
last modified time | relevance | path

Searched refs:BYPERLINE (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libnetgraph/
H A Ddebug.c328 #define BYPERLINE 16 in _NgDebugBytes() macro
330 for (count = 0; count < len; ptr += BYPERLINE, count += BYPERLINE) { in _NgDebugBytes()
334 for (k = 0; k < BYPERLINE; k++, count++) in _NgDebugBytes()
342 count -= BYPERLINE; in _NgDebugBytes()
345 for (k = 0; k < BYPERLINE; k++, count++) in _NgDebugBytes()
353 count -= BYPERLINE; in _NgDebugBytes()