Lines Matching refs:v
144 } v; member
232 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
354 unsigned v[N_MAX]; /* values in order of bit length */ in huft_build() member
357 unsigned *c, *v, *x; in huft_build() local
368 v = stk->v; in huft_build()
436 v[x[j]++] = i; in huft_build()
444 p = v; /* grab values in bit order */ in huft_build()
498 *(t = &(q->v.t)) = (struct huft *)NULL; in huft_build()
508 r.v.t = q; /* pointer to this table */ in huft_build()
518 if (p >= v + n) in huft_build()
523 r.v.n = (ush)(*p); /* simple code is just the value */ in huft_build()
529 r.v.n = d[*p++ - s]; in huft_build()
580 q = (--p)->v.t; in huft_free()
624 } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); in inflate_codes()
628 slide[w++] = (uch)t->v.n; in inflate_codes()
644 n = t->v.n + ((unsigned)b & mask_bits[e]); in inflate_codes()
656 } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); in inflate_codes()
659 d = w - t->v.n - ((unsigned)b & mask_bits[e]); in inflate_codes()
919 j = td->v.n; in inflate_dynamic()