Searched refs:bit_bucket (Results 1 – 1 of 1) sorted by relevance
268 u_int32_t bit_bucket; in handle_data() local284 bit_bucket = p_data[1] << 12; in handle_data()298 bit_bucket |= (p_data[next_byte++] << (8 - got_bits)); in handle_data()302 if ((bit_bucket & 0xF000) == 0x8000) { in handle_data()306 bit_bucket = bit_bucket << 4; in handle_data()308 else if ((bit_bucket & 0xC000) == 0x8000) { in handle_data()312 bit_bucket = bit_bucket << 2; in handle_data()