OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htrees
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/dec/
state.c
60
s->literal_hgroup.
htrees
= NULL;
62
s->insert_copy_hgroup.
htrees
= NULL;
64
s->distance_hgroup.
htrees
= NULL;
113
s->literal_hgroup.
htrees
= NULL;
115
s->insert_copy_hgroup.
htrees
= NULL;
117
s->distance_hgroup.
htrees
= NULL;
124
BROTLI_DECODER_FREE(s, s->literal_hgroup.
htrees
);
125
BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.
htrees
);
126
BROTLI_DECODER_FREE(s, s->distance_hgroup.
htrees
);
152
group->
htrees
= p
[
all
...]
huffman.h
110
HuffmanCode**
htrees
;
member in struct:__anon5321
decode.c
975
group->
htrees
[h->htree_index] = h->next;
1190
s->literal_htree = s->literal_hgroup.
htrees
[s->context_map_slice[0]];
1222
s->htree_command = s->insert_copy_hgroup.
htrees
[s->block_type_rb[3]];
1624
HuffmanCode* distance_tree = s->distance_hgroup.
htrees
[s->dist_htree_index];
1841
hc = s->literal_hgroup.
htrees
[s->context_map_slice[context]];
2447
s->htree_command = s->insert_copy_hgroup.
htrees
[0];
Completed in 6 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026