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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dtether.c67 unsigned char byTmpHash; local
71 byTmpHash = (unsigned char)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN,
74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) {
76 if (byTmpHash & 0x01)
78 byTmpHash >>= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dtether.c67 BYTE byTmpHash; local
71 byTmpHash = (BYTE)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN,
74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) {
76 if (byTmpHash & 0x01)
78 byTmpHash >>= 1;

Completed in 20 milliseconds