Searched defs:eos (Results 1 - 18 of 18) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Da_d2i_fp.c150 int eos=0; local
211 eos++;
212 if (eos < 0)
219 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
221 /* eos value, so go back and read another header */
222 eos--;
223 if (eos <= 0)
266 if (eos <= 0)
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
H A DCachedOggStream.java56 private boolean eos = false; field in class:CachedOggStream
72 while (!eos){
111 if (eos)
119 eos = true;
H A DUncachedOggStream.java49 private boolean eos = false; field in class:UncachedOggStream
66 // while (pageCache.size() < 25 && !eos){
81 eos = true;
96 if (eos){
100 // if (!eos){
106 // } while ( !eos && (System.nanoTime() - timeStart) < fiveMillis );
109 if (pageCache.size() == 0 /*&& !eos*/){
/external/libvorbis/examples/
H A Ddecoder_example.c80 int eos=0; local
209 while(!eos){
210 while(!eos){
281 if(ogg_page_eos(&og))eos=1;
284 if(!eos){
288 if(bytes==0)eos=1;
H A Dencoder_example.c55 int eos=0,ret; local
171 while(!eos){
180 while(!eos){
224 while(!eos){
233 if(ogg_page_eos(&og))eos=1;
/external/libvorbis/test/
H A Dwrite_read.c43 int eos = 0, ret; local
78 while (!eos){
108 while (!eos) {
116 eos = 1;
148 int eos = 0; local
237 while(!eos) {
238 while (!eos) {
272 if (ogg_page_eos (&og)) eos = 1;
276 if (!eos) {
280 if (bytes == 0) eos
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dcgroup.c145 const char *p, *e, *eos = str + strlen(str); local
156 e = p ? p : eos;
/external/deqp/executor/
H A DxeBatchExecutor.cpp240 deUint8 eos = 0; local
241 onTestLogData(&eos, 1);
/external/elfutils/src/libdwfl/
H A Dcore-file.c321 const void *eos = memchr (contents, '\0', size); local
322 if (unlikely (eos == NULL) || unlikely (eos == contents))
324 size = eos + 1 - contents;
366 const void *eos = memchr (into, '\0', nread); local
367 if (unlikely (eos == NULL) || unlikely (eos == into))
373 nread = eos + 1 - into;
/external/libvorbis/lib/
H A Dpsytune.c232 int eos=0; local
304 while(!eos){
517 eos=1;
/external/libpcap/
H A Dpcap-dlpi.c797 char *eos; local
815 unit = strtol(cp, &eos, 10);
816 if (*eos != '\0') {
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp110 " -eos: write End Of Stream marker\n"
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; local
431 props[7].boolVal = eos ? VARIANT_TRUE : VARIANT_FALSE;
448 if (eos || stdInMode)
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
/external/libogg/src/
H A Dframing.c776 int eos=ogg_page_eos(og); local
884 if(eos){
961 int eos=os->lacing_vals[ptr]&0x200; /* last packet of the stream? */ local
967 if(val&0x200)eos=0x200;
972 op->e_o_s=eos;
1587 /* check eos flag */
1589 fprintf(stderr,"Multiple decoded packets with eos flag!\n");
/external/boringssl/include/openssl/
H A Dasn1.h164 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
179 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
/external/boringssl/src/include/openssl/
H A Dasn1.h164 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
179 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 167 milliseconds