Searched refs:BROTLI_ARRAY_PARAM (Results 1 – 3 of 3) sorted by relevance
293 const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)],295 uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(*encoded_size)]);
204 const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],206 uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]);
239 #define BROTLI_ARRAY_PARAM(name) (name) macro241 #define BROTLI_ARRAY_PARAM(name) macro