Home
last modified time | relevance | path

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

/freebsd/lib/libnetgraph/
H A Ddebug.c321 #define BYPERLINE 16 in _NgDebugBytes() macro
323 for (count = 0; count < len; ptr += BYPERLINE, count += BYPERLINE) { in _NgDebugBytes()
327 for (k = 0; k < BYPERLINE; k++, count++) in _NgDebugBytes()
335 count -= BYPERLINE; in _NgDebugBytes()
338 for (k = 0; k < BYPERLINE; k++, count++) in _NgDebugBytes()
346 count -= BYPERLINE; in _NgDebugBytes()