HomeSort by: relevance | last modified time | path
    Searched refs:BROTLI_DECODER_ALLOC (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/dec/
state.h 354 #define BROTLI_DECODER_ALLOC(S, L) S->alloc_func(S->memory_manager_opaque, L)
state.c 147 HuffmanCode** p = (HuffmanCode**)BROTLI_DECODER_ALLOC(s,
decode.c 1010 (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