Searched refs:gc_limit (Results 1 - 17 of 17) sorted by relevance

/external/openfst/src/include/fst/
H A Dintersect.h150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
154 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
158 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
162 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Ddifference.h167 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
171 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
175 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
179 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dcache.h39 size_t gc_limit; // # of bytes allowed before GC member in struct:fst::CacheOptions
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
44 gc_limit(FLAGS_fst_default_cache_gc_limit) {}
98 // approximation of LRU order, when 'gc_limit' bytes is reached -
99 // controlling memory use. When 'gc_limit' is 0, special optimizations
135 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
136 opts.gc_limit : kMinCacheLimit),
H A Daccumulator.h349 CacheLogAccumulatorData(bool gc, size_t gc_limit) argument
350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {}
437 size_t gc_limit = 10 * 1024 * 1024)
439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId),
H A Dcompose.h706 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
710 copts.gc_limit = 0; // Cache only the last state for fastest copy.
714 copts.gc_limit = 0; // Cache only the last state for fastest copy.
718 copts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dsynchronize.h451 opts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Ddeterminize.h990 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dreplace.h457 << ", gc_limit = " << CacheImpl<A>::GetCacheLimit();
1440 opts.gc_limit = 0; // Cache only the last state for fastest copy.
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h34 size_t gc_limit; // # of bytes allowed before GC member in struct:fst::CacheOptions
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
40 gc_limit(FLAGS_fst_default_cache_gc_limit) {}
54 // performed, in a rough approximation of LRU order, when 'gc_limit'
55 // bytes is reached - controlling memory use. When 'gc_limit' is 0,
82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
83 opts.gc_limit : kMinCacheLimit) {}
H A Ddifference.h132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dintersect.h122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dreplace.h676 opts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dsynchronize.h453 opts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dcompose.h899 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Ddeterminize.h714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h505 copts.gc_limit = 0;
528 copts.gc_limit = 0;
H A Dexpand.h944 eopts.gc_limit = 0;

Completed in 463 milliseconds