HomeSort by: relevance | last modified time | path
    Searched defs:HSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 47 #define HSIZE 69001 /* 95% occupancy */ /* XXX may not need HSIZE */
94 count_int zs_htab [HSIZE];
95 u_short zs_codetab [HSIZE];
182 zs->zs_hsize = HSIZE; /* For dynamic table sizing. */
  /src/usr.bin/compress/
zopen.c 77 #define HSIZE 69001 /* 95% occupancy */
108 count_int zs_htab [HSIZE];
109 u_short zs_codetab [HSIZE];
152 #define hsize zs->zs_hsize macro
277 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
281 hsize_reg = hsize;
644 memset(htab, 0xff, hsize * sizeof(count_int));
669 hsize = HSIZE; /* For dynamic table sizing. */

Completed in 12 milliseconds