/third_party/node/deps/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in HashBytes() 84 HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, in Initialize() 93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 94 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 95 uint32_t* BROTLI_RESTRICT addr = FN(Addr)(self->extra); in Prepare() 96 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); in Prepare() 97 uint8_t* BROTLI_RESTRICT tiny_hash = FN(TinyHash)(self->extra); in Prepare() 131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in Store() 132 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 133 uint32_t* BROTLI_RESTRICT add in Store() [all...] |
H A D | hash_longest_match64_inc.h | 23 static BROTLI_INLINE uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data, in HashBytes() 61 HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, in Initialize() 79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 80 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 81 uint16_t* BROTLI_RESTRICT num = self->num_; in Prepare() 110 HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in Store() 112 uint16_t* BROTLI_RESTRICT num = self->num_; in Store() 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Store() 122 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT sel [all...] |
H A D | hash_composite_inc.h | 44 HashComposite* BROTLI_RESTRICT self, const BrotliEncoderParams* params) { in Initialize() 58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 59 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in Store() 80 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 86 HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in StoreRange() 94 HashComposite* BROTLI_RESTRICT self, in StitchToPreviousBlock() 104 HashComposite* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cach in PrepareDistanceCache() [all...] |
H A D | hash_to_binary_tree_inc.h | 27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in HashBytes() 58 HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, in Initialize() 68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 69 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() 92 HashToBinaryTree* BROTLI_RESTRICT self, in LeftChildIndex() 98 HashToBinaryTree* BROTLI_RESTRICT self, in RightChildIndex() 114 HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in StoreAndFindMatches() 116 const size_t max_backward, size_t* const BROTLI_RESTRICT best_le in StoreAndFindMatches() [all...] |
H A D | hash_longest_match_inc.h | 24 const uint8_t* BROTLI_RESTRICT data, const int shift) { in HashBytes() 62 HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, in Initialize() 79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 80 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 81 uint16_t* BROTLI_RESTRICT num = self->num_; in Prepare() 109 HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in Store() 118 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in StoreRange() 119 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 128 HashLongestMatch* BROTLI_RESTRICT sel in StitchToPreviousBlock() [all...] |
H A D | hash_rolling_inc.h | 55 HasherCommon* common, HashRolling* BROTLI_RESTRICT self, in Initialize() 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 79 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in Store() 101 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 108 static BROTLI_INLINE void FN(StoreRange)(HashRolling* BROTLI_RESTRICT self, in StoreRange() 109 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 119 HashRolling* BROTLI_RESTRICT self, in StitchToPreviousBlock() 144 HashRolling* BROTLI_RESTRICT self, in PrepareDistanceCache() 145 int* BROTLI_RESTRICT distance_cach in PrepareDistanceCache() [all...] |
H A D | hash_longest_match_quickly_inc.h | 47 HasherCommon* common, HashLongestMatchQuickly* BROTLI_RESTRICT self, in Initialize() 56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 57 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() 96 HashLongestMatchQuickly* BROTLI_RESTRICT self, in Store() 97 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 109 HashLongestMatchQuickly* BROTLI_RESTRICT self, in StoreRange() 110 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 119 HashLongestMatchQuickly* BROTLI_RESTRICT self, in StitchToPreviousBlock() 133 HashLongestMatchQuickly* BROTLI_RESTRICT sel in PrepareDistanceCache() [all...] |
H A D | brotli_bit_stream.h | 76 BROTLI_BOOL is_final_block, const uint8_t* BROTLI_RESTRICT input, 78 size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage);
|
H A D | write_bits.h | 36 size_t* BROTLI_RESTRICT pos, in BrotliWriteBits() 37 uint8_t* BROTLI_RESTRICT array) { in BrotliWriteBits()
|
H A D | brotli_bit_stream.c | 224 size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage) { in BrotliStoreHuffmanTreeToBitMask() 595 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, in MoveToFrontTransform() 630 uint32_t* BROTLI_RESTRICT v, size_t* BROTLI_RESTRICT out_size, in RunLengthCodeZeros() 631 uint32_t* BROTLI_RESTRICT max_run_length_prefix) { in RunLengthCodeZeros() 1280 const uint8_t* BROTLI_RESTRICT input, in BrotliStoreUncompressedMetaBlock() 1283 size_t* BROTLI_RESTRICT storage_ix, in BrotliStoreUncompressedMetaBlock() 1284 uint8_t* BROTLI_RESTRICT storage) { in BrotliStoreUncompressedMetaBlock()
|
H A D | hash.h | 77 int* BROTLI_RESTRICT distance_cache, const int num_distances) { in PrepareDistanceCache()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in HashBytes() 84 HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, in Initialize() 93 HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 94 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 95 uint32_t* BROTLI_RESTRICT addr = FN(Addr)(self->extra); in Prepare() 96 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); in Prepare() 97 uint8_t* BROTLI_RESTRICT tiny_hash = FN(TinyHash)(self->extra); in Prepare() 131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in Store() 132 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 133 uint32_t* BROTLI_RESTRICT add in Store() [all...] |
H A D | hash_longest_match64_inc.h | 23 static BROTLI_INLINE uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data, in HashBytes() 61 HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, in Initialize() 79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 80 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 81 uint16_t* BROTLI_RESTRICT num = self->num_; in Prepare() 110 HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in Store() 112 uint16_t* BROTLI_RESTRICT num = self->num_; in Store() 113 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Store() 122 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT sel [all...] |
H A D | hash_composite_inc.h | 44 HashComposite* BROTLI_RESTRICT self, const BrotliEncoderParams* params) { in Initialize() 58 HashComposite* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 59 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in Store() 80 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 86 HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in StoreRange() 94 HashComposite* BROTLI_RESTRICT self, in StitchToPreviousBlock() 104 HashComposite* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cach in PrepareDistanceCache() [all...] |
H A D | hash_to_binary_tree_inc.h | 27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in HashBytes() 58 HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, in Initialize() 68 (HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 69 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 72 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() 92 HashToBinaryTree* BROTLI_RESTRICT self, in LeftChildIndex() 98 HashToBinaryTree* BROTLI_RESTRICT self, in RightChildIndex() 114 HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in StoreAndFindMatches() 116 const size_t max_backward, size_t* const BROTLI_RESTRICT best_le in StoreAndFindMatches() [all...] |
H A D | hash_longest_match_inc.h | 24 const uint8_t* BROTLI_RESTRICT data, const int shift) { in HashBytes() 62 HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, in Initialize() 79 HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 80 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 81 uint16_t* BROTLI_RESTRICT num = self->num_; in Prepare() 109 HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, in Store() 118 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in StoreRange() 119 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 128 HashLongestMatch* BROTLI_RESTRICT sel in StitchToPreviousBlock() [all...] |
H A D | hash_rolling_inc.h | 55 HasherCommon* common, HashRolling* BROTLI_RESTRICT self, in Initialize() 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 79 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in Store() 101 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 108 static BROTLI_INLINE void FN(StoreRange)(HashRolling* BROTLI_RESTRICT self, in StoreRange() 109 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 119 HashRolling* BROTLI_RESTRICT self, in StitchToPreviousBlock() 144 HashRolling* BROTLI_RESTRICT self, in PrepareDistanceCache() 145 int* BROTLI_RESTRICT distance_cach in PrepareDistanceCache() [all...] |
H A D | hash_longest_match_quickly_inc.h | 47 HasherCommon* common, HashLongestMatchQuickly* BROTLI_RESTRICT self, in Initialize() 56 HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() 57 size_t input_size, const uint8_t* BROTLI_RESTRICT data) { in Prepare() 58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in Prepare() 96 HashLongestMatchQuickly* BROTLI_RESTRICT self, in Store() 97 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { in Store() 109 HashLongestMatchQuickly* BROTLI_RESTRICT self, in StoreRange() 110 const uint8_t* BROTLI_RESTRICT data, const size_t mask, in StoreRange() 119 HashLongestMatchQuickly* BROTLI_RESTRICT self, in StitchToPreviousBlock() 133 HashLongestMatchQuickly* BROTLI_RESTRICT sel in PrepareDistanceCache() [all...] |
H A D | brotli_bit_stream.h | 76 BROTLI_BOOL is_final_block, const uint8_t* BROTLI_RESTRICT input, 78 size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage);
|
H A D | write_bits.h | 36 size_t* BROTLI_RESTRICT pos, in BrotliWriteBits() 37 uint8_t* BROTLI_RESTRICT array) { in BrotliWriteBits()
|
H A D | brotli_bit_stream.c | 224 size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage) { in BrotliStoreHuffmanTreeToBitMask() 595 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, in MoveToFrontTransform() 630 uint32_t* BROTLI_RESTRICT v, size_t* BROTLI_RESTRICT out_size, in RunLengthCodeZeros() 631 uint32_t* BROTLI_RESTRICT max_run_length_prefix) { in RunLengthCodeZeros() 1280 const uint8_t* BROTLI_RESTRICT input, in BrotliStoreUncompressedMetaBlock() 1283 size_t* BROTLI_RESTRICT storage_ix, in BrotliStoreUncompressedMetaBlock() 1284 uint8_t* BROTLI_RESTRICT storage) { in BrotliStoreUncompressedMetaBlock()
|
H A D | hash.h | 77 int* BROTLI_RESTRICT distance_cache, const int num_distances) { in PrepareDistanceCache()
|
/third_party/node/deps/brotli/c/common/ |
H A D | platform.h | 91 #define BROTLI_RESTRICT restrict macro 101 #define BROTLI_RESTRICT __restrict macro 103 #define BROTLI_RESTRICT _Restrict macro 105 #define BROTLI_RESTRICT macro
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 91 #define BROTLI_RESTRICT restrict macro 101 #define BROTLI_RESTRICT __restrict macro 103 #define BROTLI_RESTRICT _Restrict macro 105 #define BROTLI_RESTRICT macro
|