Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dfpi_tgt.c788 featdata *fepFrmPtr, *recFrmPtr, *last_push, voice_result; in utterance_detection_fixup() local
795 last_push = *last_pushp; in utterance_detection_fixup()
796 if (last_push == fepFrmPtr) in utterance_detection_fixup()
800 if (last_push == NULL) in utterance_detection_fixup()
802 last_push = recFrmPtr; in utterance_detection_fixup()
803 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
805 else if (decThisFramePtr(frmPkt, &last_push) == False) in utterance_detection_fixup()
807 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
808 (void) incThisFramePtr(frmPkt, &last_push); in utterance_detection_fixup()
811 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
[all …]
/external/chromium_org/v8/tools/push-to-trunk/
Dpush_to_trunk.py92 last_push = self._options.last_push or self.FindLastTrunkPush()
95 print self.GitLog(n=1, git_hash=last_push)
98 last_push = self.FindLastTrunkPush(parent_hash=last_push)
107 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
111 % last_push)
115 % last_push)
118 self["last_push_trunk"] = last_push
Dauto_push.py95 last_push = self.FindLastTrunkPush()
99 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
104 % last_push)
Dchromium_roll.py33 self["last_push"] = self._options.last_push or self.FindLastTrunkPush(
/external/srec/srec/include/
Dutteranc.h80 featdata *last_push; member
120 featdata *last_push; member
145 featdata *last_push; member
/external/srec/srec/ca/
Dutt_data.c64 hUtt->data.gen_utt.last_push = NULL; in CA_SeekStartOfUtterance()
Dutt_basi.c211 hUtt->data.gen_utt.last_push = NULL; in CA_FlushUtteranceFrames()
/external/srec/srec/crec/
Dget_fram.c248 &utt->gen_utt.last_push, utt->gen_utt.voice_duration, in get_utterance_frame()