Searched refs:BROTLI_DECODER_ALLOC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h354 #define BROTLI_DECODER_ALLOC(S, L) S->alloc_func(S->memory_manager_opaque, L) macro
H A Dstate.c147 HuffmanCode** p = (HuffmanCode**)BROTLI_DECODER_ALLOC(s,
H A Ddecode.c1010 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)context_map_size);
1333 s->ringbuffer = (uint8_t*)BROTLI_DECODER_ALLOC(s,
2205 s->block_type_trees = (HuffmanCode*)BROTLI_DECODER_ALLOC(s,
2358 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)s->num_block_types[0]);

Completed in 7 milliseconds