Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dhash_composite_inc.h58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in FN()
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in FN()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in FN()
73 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN()
76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
88 BROTLI_UNUSED(one_shot); in FN()
92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
96 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_quickly_inc.h56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
61 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
84 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
87 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
84 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
96 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
100 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match64_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, 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()
Dhash.h407 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize() argument
411 return HashMemAllocInBytesH ## N(params, one_shot, input_size); in HasherSize()
423 BROTLI_BOOL one_shot = (position == 0 && is_last); in HasherSetup() local
427 alloc_size = HasherSize(params, one_shot, input_size); in HasherSetup()
451 one_shot, input_size, data); \ in HasherSetup()
Dhash_forgetful_chain_inc.h93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
100 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
120 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
123 BROTLI_UNUSED(one_shot); in FN()
Dhash_to_binary_tree_inc.h68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
74 BROTLI_UNUSED(one_shot); in FN()
82 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
85 if (one_shot && input_size < num_nodes) { in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_composite_inc.h58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in FN()
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in FN()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in FN()
73 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN()
76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
88 BROTLI_UNUSED(one_shot); in FN()
92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
96 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_quickly_inc.h56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
61 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
84 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
87 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
84 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
96 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
100 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match64_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, 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()
Dhash.h407 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize() argument
411 return HashMemAllocInBytesH ## N(params, one_shot, input_size); in HasherSize()
423 BROTLI_BOOL one_shot = (position == 0 && is_last); in HasherSetup() local
427 alloc_size = HasherSize(params, one_shot, input_size); in HasherSetup()
451 one_shot, input_size, data); \ in HasherSetup()
Dhash_forgetful_chain_inc.h93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
100 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
120 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
123 BROTLI_UNUSED(one_shot); in FN()
Dhash_to_binary_tree_inc.h68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN()
74 BROTLI_UNUSED(one_shot); in FN()
82 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
85 if (one_shot && input_size < num_nodes) { in FN()
/third_party/libuv/test/
Dtest-signal.c97 int one_shot; member
136 int one_shot) { in start_watcher() argument
140 ctx->one_shot = one_shot; in start_watcher()
142 if (one_shot) in start_watcher()