Home
last modified time | relevance | path

Searched defs:best_len (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h176 size_t best_len = out->len; in FindLongestMatch() local
[all...]
H A Dhash_longest_match_quickly_inc.h163 size_t best_len = best_len_in; in FindLongestMatch() local
H A Dhash_to_binary_tree_inc.h211 size_t best_len = 1; in FindAllMatches() local
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
[all...]
H A Dhash_forgetful_chain_inc.h207 size_t best_len = out->len; in FindLongestMatch() local
H A Dhash_longest_match_inc.h172 size_t best_len = out->len; in FindLongestMatch() local
[all...]
H A Dbackward_references_hq.c445 size_t best_len = min_len - 1; in UpdateNodes() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match_quickly_inc.h163 size_t best_len = best_len_in; in FindLongestMatch() local
H A Dhash_longest_match64_inc.h176 size_t best_len = out->len; in FindLongestMatch() local
[all...]
H A Dhash_to_binary_tree_inc.h211 size_t best_len = 1; in FindAllMatches() local
113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument
[all...]
H A Dhash_longest_match_inc.h172 size_t best_len = out->len; in FindLongestMatch() local
[all...]
H A Dhash_forgetful_chain_inc.h207 size_t best_len = out->len; in FindLongestMatch() local
H A Dbackward_references_hq.c445 size_t best_len = min_len - 1; in UpdateNodes() local
/third_party/ffmpeg/libavcodec/
H A Dffv1enc.c149 uint64_t best_len[256]; in find_best_state() local
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c1117 int best_len = s->prev_length; /* best match length so far */ local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c1297 int best_len = (int)s->prev_length; /* best match length so far */ local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c1289 int best_len = (s->prev_length == 0) ? ACTUAL_MIN_MATCH-1 : s->prev_length; /* best match length so far */ local
[all...]
/third_party/ffmpeg/libavformat/
H A Dnutenc.c837 int best_len = 0; in find_best_header_idx() local
/third_party/node/deps/zlib/
H A Ddeflate.c1400 int best_len = (int)s->prev_length; /* best match length so far */ in longest_match() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c149 ntfs_best_match(struct COMPRESS_CONTEXT *pctx, const int i, int best_len) ntfs_best_match() argument
[all...]
/third_party/zlib/
H A Ddeflate.c1362 int best_len = (int)s->prev_length; /* best match length so far */ in longest_match() local
[all...]

Completed in 26 milliseconds