Home
last modified time | relevance | path

Searched refs:BROTLI_UNUSED (Results 1 – 16 of 16) sorted by relevance

/external/brotli/c/enc/
Dhash_rolling_inc.h75 BROTLI_UNUSED(params); in FN()
88 BROTLI_UNUSED(one_shot); in FN()
95 BROTLI_UNUSED(params); in FN()
96 BROTLI_UNUSED(one_shot); in FN()
97 BROTLI_UNUSED(input_size); in FN()
102 BROTLI_UNUSED(self); in FN()
103 BROTLI_UNUSED(data); in FN()
104 BROTLI_UNUSED(mask); in FN()
105 BROTLI_UNUSED(ix); in FN()
111 BROTLI_UNUSED(self); in FN()
[all …]
Dhash_longest_match_quickly_inc.h51 BROTLI_UNUSED(params); in FN()
86 BROTLI_UNUSED(params); in FN()
87 BROTLI_UNUSED(one_shot); in FN()
88 BROTLI_UNUSED(input_size); in FN()
135 BROTLI_UNUSED(self); in FN()
136 BROTLI_UNUSED(distance_cache); in FN()
Dhash_forgetful_chain_inc.h122 BROTLI_UNUSED(params); in FN()
123 BROTLI_UNUSED(one_shot); in FN()
124 BROTLI_UNUSED(input_size); in FN()
176 BROTLI_UNUSED(self); in FN()
Dhash_longest_match64_inc.h65 BROTLI_UNUSED(params); in FN()
101 BROTLI_UNUSED(one_shot); in FN()
102 BROTLI_UNUSED(input_size); in FN()
Dhash_longest_match_inc.h66 BROTLI_UNUSED(params); in FN()
100 BROTLI_UNUSED(one_shot); in FN()
101 BROTLI_UNUSED(input_size); in FN()
Dhash_to_binary_tree_inc.h73 BROTLI_UNUSED(data); in FN()
74 BROTLI_UNUSED(one_shot); in FN()
75 BROTLI_UNUSED(input_size); in FN()
Dmemory.c63 BROTLI_UNUSED(m); in BrotliWipeOutMemoryManager()
Dbackward_references_inc.h36 BROTLI_UNUSED(literal_context_lut); in EXPORT_FN()
Dbackward_references_hq.c672 BROTLI_UNUSED(literal_context_lut); in BrotliZopfliComputeShortestPath()
761 BROTLI_UNUSED(literal_context_lut); in BrotliCreateHqZopfliBackwardReferences()
Dcompress_fragment_two_pass.c565 BROTLI_UNUSED(is_last); in BrotliCompressFragmentTwoPassImpl()
Dencode.c423 BROTLI_UNUSED(quality); in ShouldUseComplexStaticContextMap()
/external/brotli/c/common/
Dplatform.h511 #define BROTLI_UNUSED(X) (void)(X) macro
565 BROTLI_UNUSED(&BrotliSuppressUnusedFunctions); in BrotliSuppressUnusedFunctions()
566 BROTLI_UNUSED(&BrotliUnalignedRead16); in BrotliSuppressUnusedFunctions()
567 BROTLI_UNUSED(&BrotliUnalignedRead32); in BrotliSuppressUnusedFunctions()
568 BROTLI_UNUSED(&BrotliUnalignedRead64); in BrotliSuppressUnusedFunctions()
569 BROTLI_UNUSED(&BrotliUnalignedWrite64); in BrotliSuppressUnusedFunctions()
570 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD16LE); in BrotliSuppressUnusedFunctions()
571 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD32LE); in BrotliSuppressUnusedFunctions()
572 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD64LE); in BrotliSuppressUnusedFunctions()
573 BROTLI_UNUSED(&BROTLI_UNALIGNED_STORE64LE); in BrotliSuppressUnusedFunctions()
[all …]
Dplatform.c14 BROTLI_UNUSED(opaque); in BrotliDefaultAllocFunc()
20 BROTLI_UNUSED(opaque); in BrotliDefaultFreeFunc()
Ddictionary.c5908 BROTLI_UNUSED(data); // Appease -Werror=unused-parameter in BrotliSetDictionaryData()
Dconstants.h132 BROTLI_UNUSED(&BrotliCalculateDistanceCodeLimit); in BrotliCalculateDistanceCodeLimit()
/external/brotli/c/dec/
Ddecode.c1746 BROTLI_UNUSED(BrotliWarmupBitReader(br)); in ProcessCommandsInternal()