OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_int
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/compress/
zopen.c
79
/* A
code_int
must be able to hold 2**BITS values of type int, and also -1. */
80
typedef long
code_int
;
typedef in typeref:typename:long
106
code_int
zs_maxcode; /* Maximum code, given n_bits. */
107
code_int
zs_maxmaxcode; /* Should NEVER generate this code. */
110
code_int
zs_hsize; /* For dynamic table sizing. */
111
code_int
zs_free_ent; /* First unused entry. */
128
code_int
zs_ent;
129
code_int
zs_hsize_reg;
135
code_int
zs_code, zs_oldcode, zs_incode;
202
static
code_int
getcode(struct s_zstate *)
[
all
...]
/src/usr.bin/gzip/
zuncompress.c
69
typedef long
code_int
;
typedef in typeref:typename:long
92
code_int
zs_maxcode; /* Maximum code, given n_bits. */
93
code_int
zs_maxmaxcode; /* Should NEVER generate this code. */
96
code_int
zs_hsize; /* For dynamic table sizing. */
97
code_int
zs_free_ent; /* First unused entry. */
114
code_int
zs_ent;
115
code_int
zs_hsize_reg;
121
code_int
zs_code, zs_oldcode, zs_incode;
128
static
code_int
getcode(struct s_zstate *zs);
331
static
code_int
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025