Home | History | Annotate | Download | only in fst

Lines Matching refs:ptype

119 // to PTYPE in the direction defined by RTYPE.  Weight needs to be
126 uint32 ptype,
129 if ((ptype & (kPushWeights | kPushLabels)) == kPushWeights) {
131 Push(ofst, rtype, delta, ptype & kPushRemoveTotalWeight);
132 } else if (ptype & kPushLabels) {
139 if (ptype & kPushWeights ) {
150 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix)) {
154 ptype & kPushRemoveCommonAffix ? total_weight.Value1()
156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
160 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix))