Searched refs:gc_limit (Results 1 – 17 of 17) sorted by relevance
/external/openfst/src/include/fst/ |
D | intersect.h | 150 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.
|
D | difference.h | 167 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.
|
D | cache.h | 39 size_t gc_limit; // # of bytes allowed before GC member 41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() 44 gc_limit(FLAGS_fst_default_cache_gc_limit) {} in CacheOptions() 135 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ? in cache_start_() 136 opts.gc_limit : kMinCacheLimit), in cache_start_()
|
D | accumulator.h | 349 CacheLogAccumulatorData(bool gc, size_t gc_limit) in CacheLogAccumulatorData() argument 350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {} in CacheLogAccumulatorData() 437 size_t gc_limit = 10 * 1024 * 1024) 439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId), in arc_limit_()
|
D | compose.h | 706 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.
|
D | synchronize.h | 451 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Synchronize()
|
D | determinize.h | 990 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
|
D | replace.h | 1440 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Replace()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | cache.h | 34 size_t gc_limit; // # of bytes allowed before GC member 37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() 40 gc_limit(FLAGS_fst_default_cache_gc_limit) {} in CacheOptions() 82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ? in CacheBaseImpl() 83 opts.gc_limit : kMinCacheLimit) {} in CacheBaseImpl()
|
D | intersect.h | 122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
|
D | difference.h | 132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
|
D | synchronize.h | 453 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Synchronize()
|
D | replace.h | 677 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Replace()
|
D | determinize.h | 714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
|
D | compose.h | 902 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 505 copts.gc_limit = 0; 528 copts.gc_limit = 0;
|
D | expand.h | 944 eopts.gc_limit = 0; in Expand()
|