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

  /src/usr.bin/gzip/
zuncompress.c 70 typedef long count_int; typedef in typeref:typename:long
94 count_int zs_htab [HSIZE];
105 count_int zs_checkpoint;
  /src/usr.bin/compress/
zopen.c 81 typedef long count_int; typedef in typeref:typename:long
108 count_int zs_htab [HSIZE];
119 count_int zs_checkpoint;
282 memset(htab, 0xff, hsize_reg * sizeof(count_int));
314 } else if ((count_int)in_count >=
644 memset(htab, 0xff, hsize * sizeof(count_int));

Completed in 11 milliseconds