Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Da_d2i_fp.c149 int eos=0; in asn1_d2i_read_bio() local
208 eos++; in asn1_d2i_read_bio()
211 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) in asn1_d2i_read_bio()
214 eos--; in asn1_d2i_read_bio()
215 if (eos <= 0) in asn1_d2i_read_bio()
246 if (eos <= 0) in asn1_d2i_read_bio()
Da_bytes.c273 c->eos=ASN1_const_check_infinite_end(&c->p, in asn1_collate_primitive()
275 if (c->eos) break; in asn1_collate_primitive()
Dasn1_lib.c287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos)) in _asn1_Finish()
339 c->eos=0; in asn1_GetSequence()
Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */ member
193 int eos; /* end of sequence read for indefinite encoding */ member
Dasn1_mac.h126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
/external/srec/srec/Recognizer/include/
DSR_Recognizer.h473 const double eos,
883 const double eos,
DSR_RecognizerImpl.h525 const double eos,
/external/srec/srec/Recognizer/src/
DRecognizer.c361 const double eos, in SR_RecognizerLogWaveformData() argument
369 return self->logWaveformData(self, waveformFilename, transcription, bos, eos, isInvocab); in SR_RecognizerLogWaveformData()
DRecognizerImpl.c2985 EOSrc eos; /* eos means end of speech */ in detectEndOfSpeech() local
2994 eos = SPEECH_ENDED_BY_LEVEL_TIMEOUT; in detectEndOfSpeech()
2998 eos = CA_IsEndOfUtteranceByResults(impl->recognizer); in detectEndOfSpeech()
3004 …if (eos == VALID_SPEECH_CONTINUING && enableGetWaveform && impl->waveformBuffer->overflow_count > … in detectEndOfSpeech()
3009 eos = SPEECH_TOO_LONG; in detectEndOfSpeech()
3012 if (eos != VALID_SPEECH_CONTINUING) in detectEndOfSpeech()
3014 switch (eos) in detectEndOfSpeech()
3493 const double eos, ESR_BOOL isInvocab) in SR_RecognizerLogWaveformDataImpl() argument
3504 sprintf(num, L("%.2f"), eos); in SR_RecognizerLogWaveformDataImpl()
3510 frame = (int)(eos * impl->sampleRate * 2 /* 2 bytes per sample */) / impl->FRAME_SIZE; in SR_RecognizerLogWaveformDataImpl()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c2625 …active_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcripti… in srec_test_log_reco_from_file_data() argument
2670 …mData ( data->recognizer, waveform, data->transcription, atof ( bos ), atof ( eos ), got_results ); in srec_test_log_reco_from_file_data()
2699 LCHAR eos [MAX_LINE_LENGTH]; in srec_test_recognize_pcm_file() local
2707 eos, NULL, &transcription ); in srec_test_recognize_pcm_file()
2711 …us = srec_test_log_reco_from_file_data ( active_grammar, data, waveform, bos, eos, transcription ); in srec_test_recognize_pcm_file()
2715 if(LSTRCMP(bos,"0") || LSTRCMP(eos,"0")) { in srec_test_recognize_pcm_file()
2793 LCHAR eos [MAX_LINE_LENGTH]; in srec_test_recognize_nist_file() local
2801 eos, NULL, &transcription ); in srec_test_recognize_nist_file()
2805 …us = srec_test_log_reco_from_file_data ( active_grammar, data, waveform, bos, eos, transcription ); in srec_test_recognize_nist_file()
2809 if(LSTRCMP(bos,"0") || LSTRCMP(eos,"0")) { in srec_test_recognize_nist_file()
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.cpp50 char * eos = bigString + bigStringSize; in OSCL_DLL_ENTRY_POINT_DEFAULT() local
53 pp != eos; in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/libpcap/
Dpcap-dlpi.c978 char *eos; in split_dname() local
996 unit = strtol(cp, &eos, 10); in split_dname()
997 if (*eos != '\0') { in split_dname()
DCHANGES296 for "lo" followed by an eos or digit (newer versions of Linux
/external/openssl/include/openssl/
Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */ member
193 int eos; /* end of sequence read for indefinite encoding */ member
Dasn1_mac.h126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c2298 …active_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcripti… in srec_test_log_reco_from_file_data() argument
2331 …mData ( data->recognizer, waveform, data->transcription, atof ( bos ), atof ( eos ), got_results ); in srec_test_log_reco_from_file_data()