Home
last modified time | relevance | path

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

/sys/kern/
Ddebug.c37 size_t ix = row * row_size; in Debug_PrintHex() local
38 if (ix >= limit || ix >= length) in Debug_PrintHex()
41 kprintf("%08lx ", (uintptr_t)data+ix); in Debug_PrintHex()
44 size_t ixc = ix + col; in Debug_PrintHex()
59 size_t ixc = ix + col; in Debug_PrintHex()