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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 537 bool all_trivial; local
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
550 if (all_trivial) {
620 bool *all_trivial, bool *unweighted);
640 // considered (e.g., only the epsilon graph). ALL_TRIVIAL is set
650 bool *all_trivial, bool *unweighted) {
655 *all_trivial = true;
678 if (type != TRIVIAL_QUEUE) *all_trivial = false;
  /external/openfst/src/include/fst/
queue.h 575 bool all_trivial; local
576 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
588 if (all_trivial) {
657 bool *all_trivial, bool *unweighted);
682 // considered (e.g., only the epsilon graph). ALL_TRIVIAL is set
692 bool *all_trivial, bool *unweighted) {
697 *all_trivial = true;
721 if (type != TRIVIAL_QUEUE) *all_trivial = false;

Completed in 879 milliseconds