Home
last modified time | relevance | path

Searched refs:HasherHandle (Results 1 – 14 of 14) sorted by relevance

/external/brotli/c/enc/
Dhash_composite_inc.h31 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()
Dhash_rolling_inc.h54 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()
Dhash_longest_match_quickly_inc.h41 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()
Dhash_longest_match64_inc.h54 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()
Dhash_forgetful_chain_inc.h57 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()
Dhash_longest_match_inc.h50 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()
Dhash.h42 #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()
Dhash_to_binary_tree_inc.h57 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()
Dbackward_references_hq.h28 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);
Dbackward_references.h31 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
Dbackward_references.c125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
Dbackward_references_inc.h14 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in EXPORT_FN()
Dbackward_references_hq.c654 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()
Dencode.c62 HasherHandle hasher_;
1177 HasherHandle hasher = NULL; in BrotliCompressBufferQuality10()