/external/brotli/c/enc/ |
D | hash_composite_inc.h | 31 HasherHandle ha; 32 HasherHandle hb; 36 static BROTLI_INLINE HashComposite* FN(Self)(HasherHandle handle) { in FN() 41 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 52 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 88 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() 95 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 103 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 114 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 120 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_rolling_inc.h | 54 static BROTLI_INLINE HashRolling* FN(Self)(HasherHandle handle) { in FN() 59 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 74 self->table = (uint32_t*)((HasherHandle)self + sizeof(HashRolling)); in FN() 82 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 105 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() 113 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 123 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 149 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 154 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_longest_match_quickly_inc.h | 41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) { in FN() 46 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 83 static BROTLI_INLINE void FN(Store)(HasherHandle handle, in FN() 91 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 101 HasherHandle handle, size_t num_bytes, size_t position, in FN() 114 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 128 HasherHandle handle, const BrotliEncoderDictionary* dictionary, in FN()
|
D | hash_longest_match64_inc.h | 54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() 67 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 108 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, in FN() 121 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 130 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 144 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 160 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_forgetful_chain_inc.h | 57 static BROTLI_INLINE HashForgetfulChain* FN(Self)(HasherHandle handle) { in FN() 62 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() 117 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 126 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 140 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 156 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash_longest_match_inc.h | 50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() 63 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 102 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, in FN() 114 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 123 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() 137 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) { in FN() 153 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN()
|
D | hash.h | 42 #define HasherHandle uint8_t* macro 54 static BROTLI_INLINE HasherCommon* GetHasherCommon(HasherHandle handle) { in GetHasherCommon() 196 HasherHandle handle, const uint8_t* data, size_t max_length, in SearchInStaticDictionary() 401 MemoryManager* m, HasherHandle* handle) { in DestroyHasher() 406 static BROTLI_INLINE void HasherReset(HasherHandle handle) { in HasherReset() 427 static BROTLI_INLINE void HasherSetup(MemoryManager* m, HasherHandle* handle, in HasherSetup() 430 HasherHandle self = NULL; in HasherSetup() 476 MemoryManager* m, HasherHandle* handle, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock() 479 HasherHandle self; in InitOrStitchToPreviousBlock()
|
D | hash_to_binary_tree_inc.h | 57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) { in FN() 66 HasherHandle handle, const BrotliEncoderParams* params) { in FN() 72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 202 static BROTLI_INLINE size_t FN(FindAllMatches)(HasherHandle handle, in FN() 269 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, in FN() 278 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() 296 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN()
|
D | backward_references_hq.h | 28 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, 34 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, 81 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes);
|
D | backward_references.h | 31 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
|
D | backward_references.c | 125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
|
D | backward_references_inc.h | 14 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in EXPORT_FN()
|
D | backward_references_hq.c | 654 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() 714 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() 732 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
|
D | encode.c | 62 HasherHandle hasher_; 1177 HasherHandle hasher = NULL; in BrotliCompressBufferQuality10()
|