Searched refs:code_int (Results 1 – 2 of 2) sorted by relevance
76 typedef long code_int; typedef102 code_int zs_maxcode; /* Maximum code, given n_bits. */103 code_int zs_maxmaxcode; /* Should NEVER generate this code. */106 code_int zs_hsize; /* For dynamic table sizing. */107 code_int zs_free_ent; /* First unused entry. */124 code_int zs_ent;125 code_int zs_hsize_reg;131 code_int zs_code, zs_oldcode, zs_incode;199 static code_int getcode(struct s_zstate *);200 static int output(struct s_zstate *, code_int);[all …]
71 typedef long code_int; typedef93 code_int zs_maxcode; /* Maximum code, given n_bits. */94 code_int zs_maxmaxcode; /* Should NEVER generate this code. */97 code_int zs_hsize; /* For dynamic table sizing. */98 code_int zs_free_ent; /* First unused entry. */115 code_int zs_ent;116 code_int zs_hsize_reg;122 code_int zs_code, zs_oldcode, zs_incode;129 static code_int getcode(struct s_zstate *zs);332 static code_int[all …]