Searched refs:currentbyte (Results 1 – 4 of 4) sorted by relevance
884 uchar_t currentbyte; in rge_hash_index() local889 currentbyte = mca[bytes]; in rge_hash_index()893 if (msb ^ (currentbyte & 1)) in rge_hash_index()895 currentbyte >>= 1; in rge_hash_index()
768 uchar_t currentbyte; in rtls_hash_index() local773 currentbyte = address[bytes]; in rtls_hash_index()777 if (msb ^ (currentbyte & 1)) { in rtls_hash_index()781 currentbyte >>= 1; in rtls_hash_index()
1210 uchar_t currentbyte; in dmfe_hash_index() local1216 currentbyte = address[byteslength]; in dmfe_hash_index()1220 if (msb ^ (currentbyte & 1)) { in dmfe_hash_index()1224 currentbyte >>= 1; in dmfe_hash_index()
1134 uint8_t currentbyte; in hashindex() local1140 currentbyte = address[byteslength]; in hashindex()1144 if (msb ^ (currentbyte & 1)) { in hashindex()1148 currentbyte >>= 1; in hashindex()