Searched refs:rbit (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/ncpfs/ |
D | ncpsign_kernel.c | 57 static int rbit[4]={0, 2, 1, 3}; in nwsign() local 82 w0=rol32(w0 + ((w1 ^ w2) ^ w3) + 0x6ed9eba1 + data2[rbit[i]+0],3); in nwsign() 83 w3=rol32(w3 + ((w0 ^ w1) ^ w2) + 0x6ed9eba1 + data2[rbit[i]+8],9); in nwsign() 84 w2=rol32(w2 + ((w3 ^ w0) ^ w1) + 0x6ed9eba1 + data2[rbit[i]+4],11); in nwsign() 85 w1=rol32(w1 + ((w2 ^ w3) ^ w0) + 0x6ed9eba1 + data2[rbit[i]+12],15); in nwsign()
|
/linux-2.6.39/sound/ppc/ |
D | burgundy.c | 403 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument 408 .private_value = ((lbit) | ((rbit) << 8)\
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_cmn.c | 3392 u32 quotient, remainder, roundup, rbit; in wlc_phy_qdiv_roundup() local 3398 rbit = divisor & 1; in wlc_phy_qdiv_roundup() 3399 roundup = (divisor >> 1) + rbit; in wlc_phy_qdiv_roundup() 3405 remainder = ((remainder - roundup) << 1) + rbit; in wlc_phy_qdiv_roundup()
|
D | wlc_phy_lcn.c | 1082 u32 quotient, remainder, roundup, rbit; in wlc_lcnphy_qdiv_roundup() local 1088 rbit = divisor & 1; in wlc_lcnphy_qdiv_roundup() 1089 roundup = (divisor >> 1) + rbit; in wlc_lcnphy_qdiv_roundup() 1095 remainder = ((remainder - roundup) << 1) + rbit; in wlc_lcnphy_qdiv_roundup()
|