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 231 state->flags |= kCacheFinal | kCacheRecent | kCacheModified;
280 state->flags |= kCacheArcs | kCacheRecent | kCacheModified;
328 state->flags |= kCacheRecent;
339 state->flags |= kCacheRecent;
412 (free_recent || !(state->flags & kCacheRecent)) && s != current) {
418 state->flags &= ~kCacheRecent;
453 static const uint32 kCacheRecent = 0x0004; // Mark as visited since GC
457 static const uint32 kCacheFlags = kCacheFinal | kCacheArcs | kCacheRecent
480 template <class S, class C> const uint32 CacheBaseImpl<S, C>::kCacheRecent;

Completed in 197 milliseconds