Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mac68k/dev/ | |
if_sn.c | 31 static const uint8_t bbr4[] = {0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15}; variable in typeref:typename:const uint8_t[] 32 #define bbr(v) ((bbr4[(v) & 0xf] << 4) | bbr4[((v) >> 4) & 0xf]) |
if_mc.c | 717 static u_char bbr4[] = {0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15}; variable in typeref:typename:u_char[] 718 #define bbr(v) ((bbr4[(v)&0xf] << 4) | bbr4[((v)>>4) & 0xf]) |
/src/sys/arch/sandpoint/stand/altboot/ | |
sip.c | 116 static const uint8_t bbr4[] = {0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15}; variable in typeref:typename:const uint8_t[] 117 #define bbr(v) ((bbr4[(v)&0xf] << 4) | bbr4[((v)>>4) & 0xf]) |
/src/sys/dev/pci/ | |
if_sip.c | 3935 static const uint8_t bbr4[] = {0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15}; variable in typeref:typename:const uint8_t[] 3936 #define bbr(v) ((bbr4[(v)&0xf] << 4) | bbr4[((v)>>4) & 0xf]) |