OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIST_CODE_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
trees.c
83
#define
DIST_CODE_LEN
512 /* see definition of array dist_code below */
100
uch _dist_code[
DIST_CODE_LEN
];
409
fprintf(header, "const uch ZLIB_INTERNAL _dist_code[
DIST_CODE_LEN
] = {\n");
410
for (i = 0; i <
DIST_CODE_LEN
; i++) {
412
SEPARATOR(i,
DIST_CODE_LEN
-1, 20));
/src/sys/net/
zlib.c
2055
#define
DIST_CODE_LEN
512 /* see definition of array dist_code below */
2072
uch _dist_code[
DIST_CODE_LEN
];
2162
const uch _dist_code[
DIST_CODE_LEN
] = {
2449
fprintf(header, "const uch _dist_code[
DIST_CODE_LEN
] = {\n");
2450
for (i = 0; i <
DIST_CODE_LEN
; i++) {
2452
SEPARATOR(i,
DIST_CODE_LEN
-1, 20));
Completed in 16 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025