Searched refs:bits_pending (Results 1 – 1 of 1) sorted by relevance
5885 u_int bits_pending = bits; in key_bbcmp() local5897 while (bits_pending >= 8) { in key_bbcmp()5901 bits_pending -= 8; in key_bbcmp()5904 if (bits_pending > 0) { in key_bbcmp()5905 mask = (u_int8_t)(~((1 << (8 - bits_pending)) - 1)); in key_bbcmp()