Home
last modified time | relevance | path

Searched refs:match_cache (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dxpress_compress.c131 struct lz_match *match_cache; member
909 struct lz_match *cache_ptr = c->match_cache; in xpress_find_matches()
1114 c->match_cache = MALLOC(((max_bufsize * CACHE_RESERVE_PER_POS) + in xpress_create_compressor()
1117 if (!c->optimum_nodes || !c->match_cache) { in xpress_create_compressor()
1119 FREE(c->match_cache); in xpress_create_compressor()
1123 &c->match_cache[max_bufsize * CACHE_RESERVE_PER_POS]; in xpress_create_compressor()
1171 FREE(c->match_cache); in xpress_free_compressor()
H A Dlzx_compress.c477 struct lz_match match_cache[CACHE_LENGTH + member
1550 struct lz_match *cache_ptr = c->match_cache; in lzx_find_min_cost_path()
2182 struct lz_match *cache_ptr = c->match_cache; in lzx_compress_near_optimal()
2286 likely(cache_ptr < &c->match_cache[CACHE_LENGTH])); in lzx_compress_near_optimal()
2308 if (unlikely(cache_ptr >= &c->match_cache[CACHE_LENGTH])) in lzx_compress_near_optimal()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dfast-match.c422 } match_cache; typedef
432 static bool do_match_with_cache(Connector *a, Connector *b, match_cache *c_con) in do_match_with_cache()
558 match_cache mc; in form_match_list()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/conjecture/
H A Dshrinker.py342 def match_cache(self): member in Shrinker
350 return self.match_cache[dfa]
356 self.match_cache[dfa] = results
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Ddeflate_compress.c430 struct lz_match match_cache[CACHE_LENGTH + member
2501 struct lz_match *cache_ptr = c->p.n.match_cache; in deflate_compress_near_optimal()
2622 cache_ptr < &c->p.n.match_cache[CACHE_LENGTH] && in deflate_compress_near_optimal()
/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Ddeflate_compress.c429 struct lz_match match_cache[CACHE_LENGTH + member
2517 struct lz_match *cache_ptr = c->p.n.match_cache; in deflate_compress_near_optimal()
2638 cache_ptr < &c->p.n.match_cache[CACHE_LENGTH] && in deflate_compress_near_optimal()
/dports/biology/vt/vt-0.57721/lib/libdeflate/lib/
H A Ddeflate_compress.c430 struct lz_match match_cache[CACHE_LENGTH + member
2501 struct lz_match *cache_ptr = c->p.n.match_cache; in deflate_compress_near_optimal()
2622 cache_ptr < &c->p.n.match_cache[CACHE_LENGTH] && in deflate_compress_near_optimal()
/dports/biology/plink/plink-ng-79b2df8c/2.0/libdeflate/lib/
H A Ddeflate_compress.c430 struct lz_match match_cache[CACHE_LENGTH + member
2500 struct lz_match *cache_ptr = c->p.n.match_cache; in deflate_compress_near_optimal()
2621 cache_ptr < &c->p.n.match_cache[CACHE_LENGTH] && in deflate_compress_near_optimal()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Ddistribute.rpy55 match_cache = { }
102 regexp = match_cache.get(pattern, None)
105 match_cache[pattern] = regexp
/dports/mail/postfix-postfwd/postfwd-2.03/sbin/
H A Dpostfwd3088 match_cache(undef, $rulehits) if $rulehits;
3102 sub match_cache { map { $Hits{$_}++ } (split ($postfwd_settings{sepreq}, $_[1])) if $_[1] };
3230 $self->match_cache($1);
H A Dpostfwd13088 match_cache(undef, $rulehits) if $rulehits;
3102 sub match_cache { map { $Hits{$_}++ } (split ($postfwd_settings{sepreq}, $_[1])) if $_[1] };
3230 $self->match_cache($1);
H A Dpostfwd23088 match_cache(undef, $rulehits) if $rulehits;
3102 sub match_cache { map { $Hits{$_}++ } (split ($postfwd_settings{sepreq}, $_[1])) if $_[1] };
3230 $self->match_cache($1);
H A Dpostfwd33088 match_cache(undef, $rulehits) if $rulehits;
3102 sub match_cache { map { $Hits{$_}++ } (split ($postfwd_settings{sepreq}, $_[1])) if $_[1] };
3230 $self->match_cache($1);