/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references.c | 123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
|
H A D | histogram.c | 43 BrotliBuildHistogramsWithContext( const Command* cmds, const size_t num_commands, const BlockSplit* literal_split, const BlockSplit* insert_and_copy_split, const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, const ContextType* context_modes, HistogramLiteral* literal_histograms, HistogramCommand* insert_and_copy_histograms, HistogramDistance* copy_dist_histograms) BrotliBuildHistogramsWithContext() argument
|
H A D | hash_composite_inc.h | 93 StitchToPreviousBlock( HashComposite* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | backward_references_inc.h | 70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, in CreateBackwardReferences() local 10 CreateBackwardReferences( size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) CreateBackwardReferences() argument
|
H A D | hash_longest_match64_inc.h | 131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_longest_match_quickly_inc.h | 118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_rolling_inc.h | 118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_to_binary_tree_inc.h | 297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_forgetful_chain_inc.h | 159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_longest_match_inc.h | 127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | metablock.c | 126 BrotliBuildMetaBlock(MemoryManager* m, const uint8_t* ringbuffer, const size_t pos, const size_t mask, BrotliEncoderParams* params, uint8_t prev_byte, uint8_t prev_byte2, Command* cmds, size_t num_commands, ContextType literal_context_mode, MetaBlockSplit* mb) BrotliBuildMetaBlock() argument 538 BrotliBuildMetaBlockGreedyInternal( MemoryManager* m, const uint8_t* ringbuffer, size_t pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut, const size_t num_contexts, const uint32_t* static_context_map, const Command* commands, size_t n_commands, MetaBlockSplit* mb) BrotliBuildMetaBlockGreedyInternal() argument 619 BrotliBuildMetaBlockGreedy(MemoryManager* m, const uint8_t* ringbuffer, size_t pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut, size_t num_contexts, const uint32_t* static_context_map, const Command* commands, size_t n_commands, MetaBlockSplit* mb) BrotliBuildMetaBlockGreedy() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references.c | 123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
|
H A D | histogram.c | 43 BrotliBuildHistogramsWithContext( const Command* cmds, const size_t num_commands, const BlockSplit* literal_split, const BlockSplit* insert_and_copy_split, const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, const ContextType* context_modes, HistogramLiteral* literal_histograms, HistogramCommand* insert_and_copy_histograms, HistogramDistance* copy_dist_histograms) BrotliBuildHistogramsWithContext() argument
|
H A D | hash_composite_inc.h | 93 StitchToPreviousBlock( HashComposite* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | backward_references_inc.h | 70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, in CreateBackwardReferences() local 10 CreateBackwardReferences( size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) CreateBackwardReferences() argument
|
H A D | hash_longest_match_quickly_inc.h | 118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_rolling_inc.h | 118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_longest_match64_inc.h | 131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_to_binary_tree_inc.h | 297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_longest_match_inc.h | 127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
H A D | hash_forgetful_chain_inc.h | 159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
H A D | metablock.c | 126 BrotliBuildMetaBlock(MemoryManager* m, const uint8_t* ringbuffer, const size_t pos, const size_t mask, BrotliEncoderParams* params, uint8_t prev_byte, uint8_t prev_byte2, Command* cmds, size_t num_commands, ContextType literal_context_mode, MetaBlockSplit* mb) BrotliBuildMetaBlock() argument 538 BrotliBuildMetaBlockGreedyInternal( MemoryManager* m, const uint8_t* ringbuffer, size_t pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut, const size_t num_contexts, const uint32_t* static_context_map, const Command* commands, size_t n_commands, MetaBlockSplit* mb) BrotliBuildMetaBlockGreedyInternal() argument 619 BrotliBuildMetaBlockGreedy(MemoryManager* m, const uint8_t* ringbuffer, size_t pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut, size_t num_contexts, const uint32_t* static_context_map, const Command* commands, size_t n_commands, MetaBlockSplit* mb) BrotliBuildMetaBlockGreedy() argument [all...] |
/third_party/vk-gl-cts/framework/delibs/destream/ |
H A D | deRingbuffer.c | 54 deRingbuffer* ringbuffer = (deRingbuffer*)deCalloc(sizeof(deRingbuffer)); in deRingbuffer_create() local 96 deRingbuffer_stop(deRingbuffer* ringbuffer) deRingbuffer_stop() argument 103 deRingbuffer_destroy(deRingbuffer* ringbuffer) deRingbuffer_destroy() argument 115 deRingbuffer* ringbuffer = (deRingbuffer*)stream; producerStream_write() local 167 deRingbuffer* ringbuffer = (deRingbuffer*)stream; producerStream_flush() local 197 deRingbuffer* ringbuffer = (deRingbuffer*)stream; consumerStream_read() local [all...] |
H A D | deThreadStream.c | 31 deRingbuffer* ringbuffer; member 41 deRingbuffer* ringbuffer; member [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.h | 144 struct intel_measure_ringbuffer *ringbuffer; member
|