Lines Matching refs:v
145 } v; member
233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
355 unsigned v[N_MAX]; /* values in order of bit length */ in huft_build() member
358 unsigned *c, *v, *x; in huft_build() local
369 v = stk->v; in huft_build()
437 v[x[j]++] = i; in huft_build()
445 p = v; /* grab values in bit order */ in huft_build()
499 *(t = &(q->v.t)) = (struct huft *)NULL; in huft_build()
509 r.v.t = q; /* pointer to this table */ in huft_build()
519 if (p >= v + n) in huft_build()
524 r.v.n = (ush)(*p); /* simple code is just the value */ in huft_build()
530 r.v.n = d[*p++ - s]; in huft_build()
581 q = (--p)->v.t; in huft_free()
625 } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); in inflate_codes()
629 slide[w++] = (uch)t->v.n; in inflate_codes()
645 n = t->v.n + ((unsigned)b & mask_bits[e]); in inflate_codes()
657 } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); in inflate_codes()
660 d = w - t->v.n - ((unsigned)b & mask_bits[e]); in inflate_codes()
920 j = td->v.n; in inflate_dynamic()