Searched refs:HasherHandle (Results 1 - 12 of 12) sorted by relevance

/external/brotli/c/enc/
H A Dbackward_references.h31 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
H A Dbackward_references_hq.h28 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
35 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
84 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes);
H A Dhash_longest_match_quickly_inc.h41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) {
46 HasherHandle handle, const BrotliEncoderParams* params) {
51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
83 static BROTLI_INLINE void FN(Store)(HasherHandle handle,
91 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle,
101 HasherHandle handle, size_t num_bytes, size_t position,
114 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
128 HasherHandle handle, const BrotliDictionary* dictionary,
H A Dhash_forgetful_chain_inc.h57 static BROTLI_INLINE HashForgetfulChain* FN(Self)(HasherHandle handle) {
62 HasherHandle handle, const BrotliEncoderParams* params) {
67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle,
117 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle,
126 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle,
140 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
156 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle,
H A Dhash_longest_match64_inc.h54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
67 HasherHandle handle, const BrotliEncoderParams* params) {
78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
108 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data,
121 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle,
130 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle,
144 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
160 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle,
H A Dhash_longest_match_inc.h50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
63 HasherHandle handle, const BrotliEncoderParams* params) {
73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
102 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data,
114 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle,
123 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle,
137 HasherHandle handle, int* BROTLI_RESTRICT distance_cache) {
153 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle,
H A Dhash_to_binary_tree_inc.h57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) {
66 HasherHandle handle, const BrotliEncoderParams* params) {
72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot,
201 static BROTLI_INLINE size_t FN(FindAllMatches)(HasherHandle handle,
267 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data,
276 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle,
294 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle,
H A Dhash.h32 * HasherHandle by value.
39 typedef uint8_t* HasherHandle; typedef
51 static BROTLI_INLINE HasherCommon* GetHasherCommon(HasherHandle handle) {
192 HasherHandle handle, const uint8_t* data, size_t max_length,
349 MemoryManager* m, HasherHandle* handle) {
354 static BROTLI_INLINE void HasherReset(HasherHandle handle) {
375 static BROTLI_INLINE void HasherSetup(MemoryManager* m, HasherHandle* handle,
378 HasherHandle self = NULL;
424 MemoryManager* m, HasherHandle* handle, const uint8_t* data, size_t mask,
427 HasherHandle sel
[all...]
H A Dbackward_references.c111 HasherHandle hasher,
H A Dbackward_references_inc.h14 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
H A Dbackward_references_hq.c636 HasherHandle hasher,
693 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
713 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache,
H A Dencode.c60 HasherHandle hasher_;
1093 HasherHandle hasher = NULL;

Completed in 186 milliseconds