Searched defs:code_int (Results 1 - 2 of 2) sorted by relevance
| /ast/src/cmd/codexlib/compress/ |
| H A D | compress.c | 72 /* A code_int must be able to hold 2**BITS values of type int, and also -1. */ 73 typedef int32_t code_int; typedef 96 code_int zs_maxcode; /* Maximum code, given n_bits. */ 97 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ 100 code_int zs_hsize; /* For dynamic table sizing. */ 101 code_int zs_free_ent; /* First unused entry. */ 119 code_int zs_ent; 120 code_int zs_hsize_reg; 126 code_int zs_code, zs_oldcode, zs_incode; 223 output(State_t* zs, Sfio_t* f, code_int ocod [all...] |
| /ast/src/lib/libz/ |
| H A D | sfdclzw.c | 65 /* A code_int must be able to hold 2**BITS values of type int, and also -1. */ 66 typedef long code_int; typedef 91 code_int zs_maxcode; /* Maximum code, given n_bits. */ 92 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ 95 code_int zs_hsize; /* For dynamic table sizing. */ 96 code_int zs_free_ent; /* First unused entry. */ 113 code_int zs_ent; 114 code_int zs_hsize_reg; 120 code_int zs_code, zs_oldcode, zs_incode; 216 output(LZW_t* zs, Sfio_t* f, code_int ocod [all...] |
Completed in 12 milliseconds