Searched refs:bits_pending (Results 1 – 1 of 1) sorted by relevance
5882 u_int bits_pending = bits; in key_bbcmp() local5894 while (bits_pending >= 8) { in key_bbcmp()5898 bits_pending -= 8; in key_bbcmp()5901 if (bits_pending > 0) { in key_bbcmp()5902 mask = (u_int8_t)(~((1 << (8 - bits_pending)) - 1)); in key_bbcmp()