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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c624 static unsigned const char nibbletab[16] = { local
628 return ((nibbletab[x & 15] << 4) | nibbletab[x >> 4]);

Completed in 32 milliseconds