OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/
trees.c
436
* one less element. Updates heap and
heap_len
.
441
s->heap[SMALLEST] = s->heap[s->
heap_len
--]; \
466
while (j <= s->
heap_len
) {
468
if (j < s->
heap_len
&&
638
s->
heap_len
= 0, s->heap_max = HEAP_SIZE;
642
s->heap[++(s->
heap_len
)] = max_code = n;
654
while (s->
heap_len
< 2) {
655
node = s->heap[++(s->
heap_len
)] = (max_code < 2 ? ++max_code : 0);
663
/* The elements heap[
heap_len
/2+1 ..
heap_len
] are leaves of the tree
[
all
...]
deflate.h
209
int
heap_len
; /* number of elements in the heap */
member in struct:internal_state
Completed in 41 milliseconds