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

/xsrc/external/mit/libXdmcp/dist/
H A DWraphelp.c64 static const CARD32 skb[8][64] = { variable in typeref:typename:const CARD32[8][64]
408 s= skb[0][ (c )&0x3f ]|
409 skb[1][((c>> 6)&0x03)|((c>> 7)&0x3c)]|
410 skb[2][((c>>13)&0x0f)|((c>>14)&0x30)]|
411 skb[3][((c>>20)&0x01)|((c>>21)&0x06) |
413 t= skb[4][ (d )&0x3f ]|
414 skb[5][((d>> 7)&0x03)|((d>> 8)&0x3c)]|
415 skb[6][ (d>>15)&0x3f ]|
416 skb[7][((d>>21)&0x0f)|((d>>22)&0x30)];

Completed in 7 milliseconds