Searched refs:code_int (Results 1 – 2 of 2) sorted by relevance
81 typedef long code_int; typedef107 code_int zs_maxcode; /* Maximum code, given n_bits. */108 code_int zs_maxmaxcode; /* Should NEVER generate this code. */111 code_int zs_hsize; /* For dynamic table sizing. */112 code_int zs_free_ent; /* First unused entry. */129 code_int zs_ent;130 code_int zs_hsize_reg;136 code_int zs_code, zs_oldcode, zs_incode;204 static code_int getcode(struct s_zstate *);205 static int output(struct s_zstate *, code_int);[all …]
72 typedef long code_int; typedef94 code_int zs_maxcode; /* Maximum code, given n_bits. */95 code_int zs_maxmaxcode; /* Should NEVER generate this code. */98 code_int zs_hsize; /* For dynamic table sizing. */99 code_int zs_free_ent; /* First unused entry. */116 code_int zs_ent;117 code_int zs_hsize_reg;123 code_int zs_code, zs_oldcode, zs_incode;130 static code_int getcode(struct s_zstate *zs);333 static code_int[all …]