OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D_CODES
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/zlib/
trees.h
64
local const ct_data static_dtree[
D_CODES
] = {
123
local const int base_dist[
D_CODES
] = {
trees.c
65
local const int extra_dbits[
D_CODES
] /* extra bits for each distance code */
98
local ct_data static_dtree[
D_CODES
];
115
local int base_dist[
D_CODES
];
134
{static_dtree, extra_dbits, 0,
D_CODES
, MAX_BITS};
287
for ( ; code <
D_CODES
; code++) {
309
for (n = 0; n <
D_CODES
; n++) {
348
fprintf(header, "local const ct_data static_dtree[
D_CODES
] = {\n");
349
for (i = 0; i <
D_CODES
; i++) {
351
static_dtree[i].Len, SEPARATOR(i,
D_CODES
-1, 5));
373
fprintf(header, "local const int base_dist[
D_CODES
] = {\n")
[
all
...]
deflate.h
39
#define
D_CODES
30
198
struct ct_data_s dyn_dtree[2*
D_CODES
+1]; /* distance tree */
Completed in 27 milliseconds