Lines Matching refs:x
1 #define DEBG(x) argument
2 #define DEBG1(x) argument
355 unsigned x[BMAX+1]; /* bit offsets, then code stack */ in huft_build() member
357 unsigned *c, *v, *x; in huft_build() local
369 x = stk->x; in huft_build()
424 x[1] = j = 0; in huft_build()
425 p = c + 1; xp = x + 2; in huft_build()
436 v[x[j]++] = i; in huft_build()
438 n = x[g]; /* set n to length of v */ in huft_build()
443 x[0] = i = 0; /* first Huffman code is zero */ in huft_build()
505 x[h] = i; /* save pattern for backing up */ in huft_build()
544 while ((i & ((1 << w) - 1)) != x[h]) in huft_build()