Searched refs:cont (Results 26 - 50 of 92) sorted by relevance

1234

/external/openssl/crypto/evp/
H A Dbio_ok.c151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
289 if (ctx->cont <= 0) break;
323 ctx->cont= 0;
380 ctx->cont=1;
387 if (ctx->cont <= 0)
416 ctx->cont=(int)ret;
427 ret=(long)ctx->cont;
548 ctx->cont= 0;
617 ctx->cont
[all...]
H A Dbio_enc.c80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
H A Dbio_b64.c88 int cont; /* <= 0 when finished */ member in struct:b64_struct
123 ctx->cont=1;
191 if (ctx->cont <= 0)
204 ctx->cont=i;
296 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
503 ctx->cont=1;
509 if (ctx->cont <= 0)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp103 bool cont = true; local
105 while (cont) {
106 cont = false;
114 cont = true;
127 cont = true;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp103 bool cont = true; local
105 while (cont) {
106 cont = false;
114 cont = true;
127 cont = true;
/external/chromium_org/third_party/re2/re2/
H A Dunicode.py185 (name, cont) = _ParseContinue(fields[1])
191 cont != "Last" or name != expect_last):
199 elif cont == "First":
/external/regex-re2/re2/
H A Dunicode.py185 (name, cont) = _ParseContinue(fields[1])
191 cont != "Last" or name != expect_last):
199 elif cont == "First":
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp528 void cvDecompPoly( CvContour* cont,
545 numVtx = cont -> total;
562 cvStartReadSeq( ( CvSeq* )cont, &reader, 0 );
614 (*subdiv) -> topleft.x = ( float )cont -> rect.x;
615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
617 ( float )( cont -> rect.x + cont -> rect.width );
619 ( float )( cont -> rect.y + cont -> rect.height );
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c352 xmlElementContentPtr cont; /* pointer to the content model subtree */ member in struct:_xmlValidState
361 #define CONT ctxt->vstate->cont
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, argument
407 if ((i >= 0) && (ctxt->vstateTab[i].cont == cont) &&
413 ctxt->vstateTab[ctxt->vstateNr].cont = cont;
426 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont;
569 xmlValidDebug(xmlNodePtr cur, xmlElementContentPtr cont) { argument
5236 xmlElementContentPtr cont; local
5581 xmlValidateCheckMixed(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, const xmlChar *qname) argument
5943 xmlElementContentPtr cont; local
[all...]
/external/libxml2/
H A Dvalid.c352 xmlElementContentPtr cont; /* pointer to the content model subtree */ member in struct:_xmlValidState
361 #define CONT ctxt->vstate->cont
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, argument
407 if ((i >= 0) && (ctxt->vstateTab[i].cont == cont) &&
413 ctxt->vstateTab[ctxt->vstateNr].cont = cont;
426 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont;
569 xmlValidDebug(xmlNodePtr cur, xmlElementContentPtr cont) { argument
5236 xmlElementContentPtr cont; local
5582 xmlValidateCheckMixed(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, const xmlChar *qname) argument
5944 xmlElementContentPtr cont; local
[all...]
/external/chromium_org/base/
H A Dstl_util.h203 bool STLIsSorted(const Container& cont) { argument
206 return std::adjacent_find(cont.rbegin(), cont.rend(),
208 == cont.rend();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dstl_util.h208 bool STLIsSorted(const Container& cont) { argument
211 return std::adjacent_find(cont.rbegin(), cont.rend(),
213 == cont.rend();
/external/stlport/test/unit/
H A Dptrspec_test.cpp48 #define TEST_INSTANCIATE_CONTAINER(cont) \
49 template class cont<int*>; \
50 template class cont<int const*>; \
51 template class cont<int volatile*>; \
52 template class cont<int const volatile*>
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c746 const unsigned char *cont = NULL; local
822 cont = *in;
828 len = p - cont;
832 len = p - cont + plen;
861 cont = (const unsigned char *)buf.data;
866 cont = p;
872 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
884 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
896 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
918 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, le
[all...]
H A Dtasn_enc.c574 const unsigned char *cont; local
611 cont = otmp->data;
616 cont = NULL;
633 cont = &c;
684 cont = strtmp->data;
691 memcpy(cout, cont, len);
/external/openssl/crypto/asn1/
H A Dtasn_dec.c776 const unsigned char *cont = NULL; local
856 cont = *in;
862 len = p - cont;
866 len = p - cont + plen;
896 cont = (const unsigned char *)buf.data;
901 cont = p;
907 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
919 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
931 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
953 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, le
[all...]
H A Dtasn_enc.c577 const unsigned char *cont; local
614 cont = otmp->data;
619 cont = NULL;
636 cont = &c;
687 cont = strtmp->data;
694 memcpy(cout, cont, len);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule_engine.js200 var cont = context || '';
202 var ctxtClosure = cFunc ? cFunc(nodes, cont) : function() {return cont;};
/external/qemu/
H A Darch_init.c130 int cont = (block == last_block) ? RAM_SAVE_FLAG_CONTINUE : 0; local
139 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_COMPRESS);
140 if (!cont) {
148 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_PAGE);
149 if (!cont) {
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c457 opus_val16 cont=0; local
489 cont = prev_gain;
491 cont = HALF32(prev_gain);
493 cont = 0;
494 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
498 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
500 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
/external/libopus/celt/
H A Dpitch.c457 opus_val16 cont=0; local
489 cont = prev_gain;
491 cont = HALF32(prev_gain);
493 cont = 0;
494 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
498 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
500 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DErrors.py42 cont = context(position)
43 message = u'\nError compiling Cython file:\n%s\n%s%s' % (cont, pos_str, message or u'')
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c361 FT_Short *cont, *cont_limit, prev_cont; local
371 cont = gloader->current.outline.contours;
372 cont_limit = cont + n_contours;
381 cont[0] = prev_cont;
386 for ( cont++; cont < cont_limit; cont++ )
388 cont[0] = FT_NEXT_SHORT( p );
389 if ( cont[0] <= prev_cont )
394 prev_cont = cont[
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c362 FT_Short *cont, *cont_limit, prev_cont; local
372 cont = gloader->current.outline.contours;
373 cont_limit = cont + n_contours;
382 cont[0] = prev_cont;
387 for ( cont++; cont < cont_limit; cont++ )
389 cont[0] = FT_NEXT_SHORT( p );
390 if ( cont[0] <= prev_cont )
395 prev_cont = cont[
[all...]
/external/openssl/crypto/bn/asm/
H A Dia64.S1394 #define cont p16 define
1398 cont=p16
1473 (p0) cmp.eq equ,cont=HH,r31 };;
1476 (equ) cmp.leu break,cont=r35,H };;
1477 { .mib; (cont) cmp.leu cont,break=HH,r31
1479 (cont) br.wtop.spnt .L_divw_1st_iter };;
1503 (p0) cmp.eq equ,cont=HH,r31 };;
1506 (equ) cmp.leu break,cont=r35,H };;
1507 { .mib; (cont) cm
[all...]

Completed in 5899 milliseconds

1234