Home
last modified time | relevance | path

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

123

/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/chromium_org/third_party/openssl/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/chromium_org/media/base/android/
Dmedia_codec_bridge_unittest.cc129 bool eos = false; in DecodeMediaFrame() local
136 &eos, in DecodeMediaFrame()
186 bool eos = false; in TEST() local
187 while (!eos) { in TEST()
197 &eos, in TEST()
216 if (!eos) in TEST()
/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/lzma/Java/SevenZip/
DLzmaAlone.java198 boolean eos = false; in main()
200 eos = true; in main()
214 encoder.SetEndMarkerMode(eos); in main()
217 if (eos) in main()
/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/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()
292 eos in Main2()
299 if (eos || stdInMode) in Main2()
/external/libvorbis/lib/
Dpsytune.c232 int eos=0; in main() local
304 while(!eos){ in main()
517 eos=1; in main()
/external/chromium_org/sandbox/win/src/
Dcrosscall_client.h173 const wchar_t *eos = wcs; in StringLength() local
174 while (*eos++); in StringLength()
175 return static_cast<size_t>(eos - wcs - 1); in StringLength()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2() local
431 props[7].boolVal = eos ? VARIANT_TRUE : VARIANT_FALSE; in main2()
448 if (eos || stdInMode) in main2()
/external/chromium_org/content/common/gpu/media/
Dandroid_video_decode_accelerator.cc220 bool eos = false; in DequeueOutput() local
228 NoWaitTimeOut(), &buf_index, &offset, &size, &timestamp, &eos, NULL); in DequeueOutput()
289 if (eos) { in DequeueOutput()
/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,
/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()
/external/markdown/MarkdownTest/Tests_2004/
DYuri-Footnotes.text10 aut fugit, sed quia consequuntur magni dolores eos qui ratione

123