Lines Matching defs:v_top
27478 uint32_t v_top = 0;
27611 v_top = 0;
27654 v_top = v_next_top;
27655 if ((v_top + (((uint32_t)(1)) << v_j)) > 1024) {
27658 v_next_top = (v_top + (((uint32_t)(1)) << v_j));
27660 self->private_data.f_huffs[a_which][v_redirect_key] = (268435465 | (v_top << 8) | (v_j << 4));
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;