Searched refs:byTmpHash (Results 1 – 2 of 2) sorted by relevance
67 unsigned char byTmpHash; in ETHbyGetHashIndexByCrc32() local71 byTmpHash = (unsigned char)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN, in ETHbyGetHashIndexByCrc32()74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) { in ETHbyGetHashIndexByCrc32()76 if (byTmpHash & 0x01) in ETHbyGetHashIndexByCrc32()78 byTmpHash >>= 1; in ETHbyGetHashIndexByCrc32()
67 BYTE byTmpHash; in ETHbyGetHashIndexByCrc32() local71 byTmpHash = (BYTE)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN, in ETHbyGetHashIndexByCrc32()74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) { in ETHbyGetHashIndexByCrc32()76 if (byTmpHash & 0x01) in ETHbyGetHashIndexByCrc32()78 byTmpHash >>= 1; in ETHbyGetHashIndexByCrc32()