HomeSort by relevance Sort by last modified time
    Searched defs:eos (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_d2i_fp.c 150 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/openssl/crypto/asn1/
a_d2i_fp.c 149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
asn1.h 178 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
193 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
    [all...]
  /external/chromium_org/media/base/android/
media_codec_bridge_unittest.cc 129 bool eos = false; local
136 &eos,
186 bool eos = false; local
187 while (!eos) {
197 &eos,
216 if (!eos)
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 173 const wchar_t *eos = wcs; local
174 while (*eos++);
175 return static_cast<size_t>(eos - wcs - 1);
  /external/libvorbis/examples/
decoder_example.c 80 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;
encoder_example.c 55 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/
write_read.c 43 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 = 1
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cgroup.c 145 const char *p, *e, *eos = str + strlen(str); local
156 e = p ? p : eos;
  /external/elfutils/0.153/libdwfl/
core-file.c 342 const void *eos = memchr (contents, '\0', size); local
343 if (unlikely (eos == NULL) || unlikely (eos == contents))
345 size = eos + 1 - contents;
387 const void *eos = memchr (into, '\0', nread); local
388 if (unlikely (eos == NULL) || unlikely (eos == into))
394 nread = eos + 1 - into;
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 223 bool eos = false; local
231 NoWaitTimeOut(), &buf_index, &offset, &size, &timestamp, &eos, NULL);
293 if (eos) {
502 // - flush() can fail after EOS (b/8125974); and
  /external/deqp/executor/
xeBatchExecutor.cpp 240 deUint8 eos = 0; local
241 onTestLogData(&eos, 1);
  /external/libvorbis/lib/
psytune.c 232 int eos=0; local
304 while(!eos){
517 eos=1;
  /external/libpcap/
pcap-dlpi.c 797 char *eos; local
815 unit = strtol(cp, &eos, 10);
816 if (*eos != '\0') {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
messagepattern.cpp 782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 312 eos = property(lambda x: not x, doc="Are we at the end of the stream?") variable in class:TokenStream
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 41 char* eos = NULL; local
42 *val = strtoul(str.c_str(), &eos, 10);
43 return (*eos == '\0');
  /external/icu/icu4c/source/common/
messagepattern.cpp 782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 81 { L"EOS", NSwitchType::kSimple, false },
110 " -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/libogg/src/
framing.c 776 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;
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 166 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
181 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
    [all...]
  /external/openssl/include/openssl/
asn1.h 178 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
193 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 616 milliseconds