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/
H A Dhash_composite_inc.h52 remembered here) because we don't get the one_shot and input_size params in Initialize()
58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in Prepare()
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in Prepare()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare()
73 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in HashMemAllocInBytes()
76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in HashMemAllocInBytes()
57 Prepare( HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
72 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() argument
88 BROTLI_UNUSED(one_shot); in Prepare()
92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
96 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
91 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_to_binary_tree_inc.h68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
74 BROTLI_UNUSED(one_shot); in Prepare()
82 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
85 if (one_shot && input_size < num_nodes) { in HashMemAllocInBytes()
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
81 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_forgetful_chain_inc.h93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
100 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
120 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
123 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
119 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match64_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
84 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
101 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
96 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
84 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
96 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
100 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
95 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match_quickly_inc.h56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
61 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
84 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
87 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
55 Prepare( HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
83 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash.h407 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize()
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()
406 HasherSize(const BrotliEncoderParams* params, BROTLI_BOOL one_shot, const size_t input_size) HasherSize() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_composite_inc.h52 remembered here) because we don't get the one_shot and input_size params in Initialize()
58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in Prepare()
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in Prepare()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare()
73 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in HashMemAllocInBytes()
76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in HashMemAllocInBytes()
57 Prepare( HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
72 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() argument
88 BROTLI_UNUSED(one_shot); in Prepare()
92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
96 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
91 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_to_binary_tree_inc.h68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
74 BROTLI_UNUSED(one_shot); in Prepare()
82 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
85 if (one_shot && input_size < num_nodes) { in HashMemAllocInBytes()
67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
81 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
84 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
96 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
100 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
95 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match_quickly_inc.h56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
61 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
84 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
87 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
55 Prepare( HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
83 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_forgetful_chain_inc.h93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
100 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
120 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
123 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
119 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash_longest_match64_inc.h79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare()
84 if (one_shot && input_size <= partial_prepare_threshold) { in Prepare()
97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in HashMemAllocInBytes()
101 BROTLI_UNUSED(one_shot); in HashMemAllocInBytes()
78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument
96 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
H A Dhash.h407 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize()
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()
406 HasherSize(const BrotliEncoderParams* params, BROTLI_BOOL one_shot, const size_t input_size) HasherSize() argument
/third_party/libuv/test/
H A Dtest-signal.c97 int one_shot; member
136 int one_shot) { in start_watcher()
140 ctx->one_shot = one_shot; in start_watcher()
142 if (one_shot) in start_watcher()
133 start_watcher(uv_loop_t* loop, int signum, struct signal_ctx* ctx, int one_shot) start_watcher() argument

Completed in 13 milliseconds