Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_rolling_inc.h79 BROTLI_UNUSED(params); in FN()
93 BROTLI_UNUSED(one_shot); in FN()
100 BROTLI_UNUSED(params); in FN()
101 BROTLI_UNUSED(one_shot); in FN()
102 BROTLI_UNUSED(input_size); in FN()
107 BROTLI_UNUSED(handle); in FN()
108 BROTLI_UNUSED(data); in FN()
109 BROTLI_UNUSED(mask); in FN()
110 BROTLI_UNUSED(ix); in FN()
116 BROTLI_UNUSED(handle); in FN()
[all …]
Dhash_longest_match_quickly_inc.h47 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()
Dhash_forgetful_chain_inc.h94 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()
Dhash_longest_match64_inc.h70 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()
95 BROTLI_UNUSED(one_shot); in FN()
96 BROTLI_UNUSED(input_size); in FN()
Dhash_to_binary_tree_inc.h77 BROTLI_UNUSED(data); in FN()
78 BROTLI_UNUSED(one_shot); in FN()
79 BROTLI_UNUSED(input_size); in FN()
Dmemory.c63 BROTLI_UNUSED(m); in BrotliWipeOutMemoryManager()
Dcompress_fragment_two_pass.c565 BROTLI_UNUSED(is_last); in BrotliCompressFragmentTwoPassImpl()
Dencode.c406 BROTLI_UNUSED(quality); in ShouldUseComplexStaticContextMap()
/external/brotli/c/common/
Dplatform.h509 #define BROTLI_UNUSED(X) (void)(X) macro
528 BROTLI_UNUSED(opaque);
534 BROTLI_UNUSED(opaque); in BrotliDefaultFreeFunc()
539 BROTLI_UNUSED(&BrotliSuppressUnusedFunctions); in BrotliSuppressUnusedFunctions()
540 BROTLI_UNUSED(&BrotliUnalignedRead16); in BrotliSuppressUnusedFunctions()
541 BROTLI_UNUSED(&BrotliUnalignedRead32); in BrotliSuppressUnusedFunctions()
542 BROTLI_UNUSED(&BrotliUnalignedRead64); in BrotliSuppressUnusedFunctions()
543 BROTLI_UNUSED(&BrotliUnalignedWrite64); in BrotliSuppressUnusedFunctions()
544 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD16LE); in BrotliSuppressUnusedFunctions()
545 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD32LE); in BrotliSuppressUnusedFunctions()
[all …]
/external/brotli/c/dec/
Ddecode.c1649 BROTLI_UNUSED(BrotliWarmupBitReader(br)); in ProcessCommandsInternal()