OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEAP_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/
deflate.h
45
#define
HEAP_SIZE
(2*L_CODES+1)
197
struct ct_data_s dyn_ltree[
HEAP_SIZE
]; /* literal and length tree */
trees.c
518
for (h = s->heap_max+1; h <
HEAP_SIZE
; h++) {
553
* h is still equal to
HEAP_SIZE
. (It is simpler to reconstruct all
638
s->heap_len = 0, s->heap_max =
HEAP_SIZE
;
[
all
...]
Completed in 51 milliseconds