Searched refs:FAST_MATCH_DATA (Results 1 – 2 of 2) sorted by relevance
803 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()807 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()811 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()816 gotstat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
51 #define FAST_MATCH_DATA(X) ((X) & (FAST_VOICE_BIT | QUIET_BIT)) macro