Home
last modified time | relevance | path

Searched refs:DISABLEcostdata (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c681 #define DISABLEcostdata 8192 macro
714 fst->FSMarc_list[i].cost |= DISABLEcostdata; /* disable this arc */ in SR_GrammarAllowOnly()
720 fst->FSMarc_list[i].cost &= ~(DISABLEcostdata); /* enable this arc */ in SR_GrammarAllowOnly()
734 if (fst->FSMarc_list[i].cost < DISABLEcostdata) in SR_GrammarAllowOnly()
738 mincost = DISABLEcostdata; in SR_GrammarAllowOnly()
744 if (mincost >= DISABLEcostdata) in SR_GrammarAllowOnly()
746 fst->FSMarc_list[i].cost |= DISABLEcostdata; in SR_GrammarAllowOnly()
767 fst->FSMarc_list[i].cost &= ~(DISABLEcostdata); /* enable this arc */ in SR_GrammarAllowAll()