Searched refs:BROTLI_UNUSED (Results 1 – 12 of 12) sorted by relevance
47 BROTLI_UNUSED(handle); in FN()48 BROTLI_UNUSED(params); in FN()74 BROTLI_UNUSED(params); in FN()75 BROTLI_UNUSED(one_shot); in FN()76 BROTLI_UNUSED(input_size); in FN()115 BROTLI_UNUSED(handle); in FN()116 BROTLI_UNUSED(distance_cache); in FN()
94 BROTLI_UNUSED(params); in FN()95 BROTLI_UNUSED(one_shot); in FN()96 BROTLI_UNUSED(input_size); in FN()141 BROTLI_UNUSED(handle); in FN()
32 BROTLI_UNUSED(opaque); in DefaultAllocFunc()37 BROTLI_UNUSED(opaque); in DefaultFreeFunc()74 BROTLI_UNUSED(m); in BrotliWipeOutMemoryManager()
66 BROTLI_UNUSED(params); in FN()95 BROTLI_UNUSED(one_shot); in FN()96 BROTLI_UNUSED(input_size); in FN()
70 BROTLI_UNUSED(params); in FN()101 BROTLI_UNUSED(one_shot); in FN()102 BROTLI_UNUSED(input_size); in FN()
77 BROTLI_UNUSED(data); in FN()78 BROTLI_UNUSED(one_shot); in FN()79 BROTLI_UNUSED(input_size); in FN()
533 BROTLI_UNUSED(is_last); in BrotliCompressFragmentTwoPassImpl()
545 BROTLI_UNUSED(params); in BrotliZopfliCreateCommands()
408 BROTLI_UNUSED(quality); in ShouldUseComplexStaticContextMap()
19 BROTLI_UNUSED(opaque); in DefaultAllocFunc()24 BROTLI_UNUSED(opaque); in DefaultFreeFunc()
1597 BROTLI_UNUSED(BrotliWarmupBitReader(br)); in ProcessCommandsInternal()
144 #define BROTLI_UNUSED(X) (void)(X) macro