HomeSort by: relevance | last modified time | path
    Searched defs:bbr4 (Results 1 - 4 of 4) sorted by relevancy

  /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])

Completed in 17 milliseconds