Searched refs:BROTLI_ARRAY_PARAM (Results 1 – 3 of 3) sorted by relevance
314 const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)],316 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)]);
253 #define BROTLI_ARRAY_PARAM(name) (name) macro255 #define BROTLI_ARRAY_PARAM(name) macro