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

  /external/openfst/src/include/fst/
cache.h 280 state->flags |= kCacheArcs | kCacheRecent | kCacheModified;
338 if (state && state->flags & kCacheArcs) {
452 static const uint32 kCacheArcs = 0x0002; // Arcs have been cached
457 static const uint32 kCacheFlags = kCacheFinal | kCacheArcs | kCacheRecent
479 template <class S, class C> const uint32 CacheBaseImpl<S, C>::kCacheArcs;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 190 state->flags |= kCacheArcs | kCacheRecent;
220 if (state && state->flags & kCacheArcs) {
313 static const uint32 kCacheArcs = 0x0002; // Arcs have been cached

Completed in 66 milliseconds