Searched refs:one_shot (Results 1 – 8 of 8) sorted by relevance
/external/brotli/c/enc/ |
D | hash_composite_inc.h | 52 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 68 self->params, one_shot, input_size); in FN() 76 FN_A(Prepare)(self->ha, one_shot, input_size, data); in FN() 77 FN_B(Prepare)(self->hb, one_shot, input_size, data); in FN() 81 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 84 FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN() 85 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
|
D | hash_rolling_inc.h | 82 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 93 BROTLI_UNUSED(one_shot); in FN() 97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 101 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_longest_match_quickly_inc.h | 51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 56 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 72 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 75 BROTLI_UNUSED(one_shot); in FN()
|
D | hash.h | 412 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize() argument 417 result += HashMemAllocInBytesH ## N(params, one_shot, input_size); \ in HasherSize() 432 BROTLI_BOOL one_shot = (position == 0 && is_last); in HasherSetup() local 436 alloc_size = HasherSize(params, one_shot, input_size); in HasherSetup() 461 PrepareH ## N(self, one_shot, input_size, data); \ in HasherSetup()
|
D | hash_longest_match64_inc.h | 78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 84 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 101 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_forgetful_chain_inc.h | 67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 72 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 95 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_longest_match_inc.h | 73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 79 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 91 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 95 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_to_binary_tree_inc.h | 72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 78 BROTLI_UNUSED(one_shot); in FN() 86 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 89 if (one_shot && input_size < num_nodes) { in FN()
|