Home
last modified time | relevance | path

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

12

/external/libvorbis/test/
Dwrite_read.c43 int eos = 0, ret; in write_vorbis_data_or_die() local
78 while (!eos){ in write_vorbis_data_or_die()
108 while (!eos) { in write_vorbis_data_or_die()
116 eos = 1; in write_vorbis_data_or_die()
148 int eos = 0; in read_vorbis_data_or_die() local
237 while(!eos) { in read_vorbis_data_or_die()
238 while (!eos) { in read_vorbis_data_or_die()
272 if (ogg_page_eos (&og)) eos = 1; in read_vorbis_data_or_die()
276 if (!eos) { in read_vorbis_data_or_die()
280 if (bytes == 0) eos = 1; in read_vorbis_data_or_die()
/external/openssl/crypto/asn1/
Da_d2i_fp.c149 int eos=0; in asn1_d2i_read_bio() local
210 eos++; in asn1_d2i_read_bio()
211 if (eos < 0) in asn1_d2i_read_bio()
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) in asn1_d2i_read_bio()
221 eos--; in asn1_d2i_read_bio()
222 if (eos <= 0) in asn1_d2i_read_bio()
266 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()
/external/libvorbis/examples/
Ddecoder_example.c80 int eos=0; in main() local
209 while(!eos){ in main()
210 while(!eos){ in main()
281 if(ogg_page_eos(&og))eos=1; in main()
284 if(!eos){ in main()
288 if(bytes==0)eos=1; in main()
Dencoder_example.c55 int eos=0,ret; in main() local
171 while(!eos){ in main()
180 while(!eos){ in main()
224 while(!eos){ in main()
233 if(ogg_page_eos(&og))eos=1; in main()
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
DCachedOggStream.java56 private boolean eos = false; field in CachedOggStream
72 while (!eos){ in CachedOggStream()
111 if (eos) in readOggNextPage()
119 eos = true; in readOggNextPage()
DUncachedOggStream.java49 private boolean eos = false; field in UncachedOggStream
81 eos = true; in readNextOggPage()
96 if (eos){ in getOggPage()
/external/elfutils/libdwfl/
Dcore-file.c333 const void *eos = memchr (contents, '\0', size); in dwfl_elf_phdr_memory_callback() local
334 if (unlikely (eos == NULL) || unlikely (eos == contents)) in dwfl_elf_phdr_memory_callback()
336 size = eos + 1 - contents; in dwfl_elf_phdr_memory_callback()
378 const void *eos = memchr (into, '\0', nread); in dwfl_elf_phdr_memory_callback() local
379 if (unlikely (eos == NULL) || unlikely (eos == into)) in dwfl_elf_phdr_memory_callback()
385 nread = eos + 1 - into; in dwfl_elf_phdr_memory_callback()
/external/linux-tools-perf/util/
Dcgroup.c146 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
157 e = p ? p : eos; in parse_cgroups()
/external/qemu/android/protocol/
Dcore-connection.c48 _zero_terminate(char* buf, size_t buf_size, size_t eos) in _zero_terminate() argument
50 if (eos < buf_size) { in _zero_terminate()
51 buf[eos] = '\0'; in _zero_terminate()
/external/libvorbis/lib/
Dpsytune.c232 int eos=0; in main() local
304 while(!eos){ in main()
517 eos=1; in main()
/external/libogg/doc/
Drfc3533.txt190 (eos=end of stream).
247 bos pages, eos pages for the logical bitstreams need not all occur
250 information and the eos flag set in the page header. Each grouped
255 bitstreams do not overlap, i.e., the eos page of a given logical
272 bos bos bos eos eos eos bos eos
277 bitstream, which ends after the last eos page of all its grouped
304 example, a specific media mapping may require that all the eos pages
551 set: this is the last page of a logical bitstream (eos)
688 eos page: The final page (end of stream) of a logical bitstream.
/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/markdown/MarkdownTest/Tests_2004/
DYuri-Footnotes.text10 aut fugit, sed quia consequuntur magni dolores eos qui ratione
/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/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.cc57 char* eos = NULL; in HttpStringToInt() local
58 *val = strtoul(str.c_str(), &eos, 10); in HttpStringToInt()
59 return (*eos == '\0'); in HttpStringToInt()
/external/libogg/src/
Dframing.c776 int eos=ogg_page_eos(og); in ogg_stream_pagein() local
884 if(eos){ in ogg_stream_pagein()
961 int eos=os->lacing_vals[ptr]&0x200; /* last packet of the stream? */ in _packetout() local
967 if(val&0x200)eos=0x200; in _packetout()
972 op->e_o_s=eos; in _packetout()
/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()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DGZIPInputStreamTest.java50 return eos; in endofInput()
/external/icu4c/common/
Dmessagepattern.cpp770 UBool eos=index==msg.length(); in parsePluralOrSelectStyle() local
771 if(eos || msg.charAt(index)==u_rightCurlyBrace) { in parsePluralOrSelectStyle()
772 if(eos==inMessageFormatPattern(nestingLevel)) { in parsePluralOrSelectStyle()
/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

12