HomeSort by relevance Sort by last modified time
    Searched refs:kExpanded (Results 1 - 25 of 26) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 38 const uint64 kExpanded = 0x0000000000000001ULL;
157 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
166 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
176 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
185 const uint64 kAddArcProperties = kExpanded | kMutable | kNotAcceptor |
191 const uint64 kSetArcProperties = kExpanded | kMutable;
195 = kExpanded | kMutable | kAcceptor | kIDeterministic |
202 = kExpanded | kMutable | kAcceptor | kIDeterministic |
208 const uint64 kStateSortProperties = kExpanded | kMutable | kAcceptor |
219 kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic
    [all...]
properties.cpp 37 outprops |= (kExpanded | kMutable | kCoAccessible |
77 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
121 uint64 outprops = (kExpanded | kMutable | kAcceptor |
145 uint64 outprops = (kExpanded | kMutable | kAcceptor | kNotAcceptor |
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted |
238 uint64 outprops = (kExpanded | kMutable |
252 (kExpanded | kMutable | kAcceptor | kNotAcceptor | kEpsilons |
272 outprops |= kExpanded | kMutable;
296 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
expanded-fst.h 48 if (!(hdr.Properties() & kExpanded)) {
83 if (fst.Properties(kExpanded, false)) {
const-fst.h 100 static const uint64 kStaticProperties = kExpanded;
vector-fst.h 312 static const uint64 kStaticProperties = kExpanded | kMutable;
  /external/openfst/src/include/fst/
properties.h 44 const uint64 kExpanded = 0x0000000000000001ULL;
165 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
179 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
189 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
199 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
209 const uint64 kAddArcProperties = kExpanded | kMutable | kError | kNotAcceptor |
215 const uint64 kSetArcProperties = kExpanded | kMutable | kError;
219 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
226 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
232 const uint64 kStateSortProperties = kExpanded | kMutable | kError | kAcceptor
    [all...]
expanded-fst.h 56 if (!(hdr.Properties() & kExpanded)) {
176 if (fst.Properties(kExpanded, false)) {
reverse.h 51 if (ifst.Properties(kExpanded, false))
concat.h 72 if (fst2.Properties(kExpanded, false))
137 if (fst1.Properties(kExpanded, false))
dfs-visit.h 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
union.h 70 if (fst2.Properties(kExpanded, false)) {
add-on.h 286 SetProperties(kExpanded);
visit.h 95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
vector-fst.h 277 static const uint64 kStaticProperties = kExpanded | kMutable;
299 if (fst.Properties(kExpanded, false))
542 if (fst.Properties(kExpanded, false) || (start_offset = strm.tellp()) != -1) {
const-fst.h 122 static const uint64 kStaticProperties = kExpanded;
edit-fst.h 592 static const uint64 kStaticProperties = kExpanded | kMutable;
599 // for the two properties that always apply to EditFst instances: kExpanded
state-map.h 154 if (ifst.Properties(kExpanded, false))
cache.h 362 kExpanded | kMutable));
arc-map.h 224 if (ifst.Properties(kExpanded, false)) {
    [all...]
compact-fst.h 706 static const uint64 kStaticProperties = kExpanded;
    [all...]
  /external/openfst/src/lib/
properties.cc 41 outprops |= (kExpanded | kMutable | kCoAccessible |
91 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
136 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor |
148 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted |
317 uint64 outprops = (kExpanded | kMutable | kError |
331 (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | kEpsilons |
351 outprops |= kExpanded | kMutable;
385 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
  /external/openfst/src/test/
fst_test.h 119 CHECK(fst.Properties(kExpanded, false));
277 if (fst.Properties(kExpanded, false)) {
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 441 static const uint8 kExpanded;
544 sp_data_.SetFlags(s, kExpanded, kExpanded);
642 if (!(sp_data_.Flags(s) & kExpanded)) {
770 const uint8 PdtShortestPath<Arc, Queue>::kExpanded = 0x20;
expand.h 384 static const uint8 kExpanded;
511 template <class A> const uint8 PrunedExpand<A>::kExpanded = 0x02;
614 if (!(Flags(s) & (kEnqueued | kExpanded))) {
621 // TODO(allauzen): Check everything is fine when kExpanded?
886 SetFlags(s, kExpanded, kExpanded | kEnqueued);
    [all...]
  /external/openfst/src/include/fst/script/
info-impl.h 72 long_info_ = fst.Properties(kExpanded, false);

Completed in 396 milliseconds

1 2