Lines Matching defs:v_high_bits
27488 uint32_t v_high_bits = 0;
27691 v_high_bits = v_initial_high_bits;
27693 while (v_high_bits >= v_delta) {
27694 v_high_bits -= v_delta;
27695 if ((v_top + ((v_high_bits | v_reversed_key) & 511)) >= 1024) {
27698 self->private_data.f_huffs[a_which][(v_top + ((v_high_bits | v_reversed_key) & 511))] = v_value;