HomeSort by relevance Sort by last modified time
    Searched refs:kCacheRecent (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 167 state->flags |= kCacheFinal | kCacheRecent;
190 state->flags |= kCacheArcs | kCacheRecent;
210 state->flags |= kCacheRecent;
221 state->flags |= kCacheRecent;
287 (free_recent || !(state->flags & kCacheRecent)) && s != current) {
293 state->flags &= ~kCacheRecent;
314 static const uint32 kCacheRecent = 0x0004; // Mark as visited since GC
  /external/openfst/src/include/fst/
cache.h 222 state->flags |= kCacheFinal | kCacheRecent | kCacheModified;
272 state->flags |= kCacheArcs | kCacheRecent | kCacheModified;
376 state->flags |= kCacheRecent;
387 state->flags |= kCacheRecent;
475 static const uint32 kCacheRecent = 0x0004; // Mark as visited since GC
480 static const uint32 kCacheFlags = kCacheFinal | kCacheArcs | kCacheRecent
575 (free_recent || !(state->flags & kCacheRecent)) && s != current) {
581 state->flags &= ~kCacheRecent;
604 template <class S, class C> const uint32 CacheBaseImpl<S, C>::kCacheRecent;

Completed in 46 milliseconds