Lines Matching refs:h
339 int h; /* table level */ in huft_build() local
445 h = -1; /* no tables yet--level -1 */ in huft_build()
465 h++; in huft_build()
490 if (h) in huft_build()
499 u[h] = ++q; /* table starts after link */ in huft_build()
503 if (h) in huft_build()
505 x[h] = i; /* save pattern for backing up */ in huft_build()
510 u[h-1][j] = r; /* connect to last table */ in huft_build()
544 while ((i & ((1 << w) - 1)) != x[h]) in huft_build()
546 h--; /* don't need to update q */ in huft_build()
1089 unsigned h; /* maximum struct huft's malloc'ed */ in inflate() local
1098 h = 0; in inflate()
1107 if (hufts > h) in inflate()
1108 h = hufts; in inflate()
1125 fprintf(stderr, "<%u> ", h); in inflate()