Searched refs:cont (Results 1 - 25 of 71) sorted by relevance

123

/external/openssh/
H A Droaming_dummy.c39 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
45 roaming_read(int fd, void *buf, size_t count, int *cont) argument
47 if (cont)
48 *cont = 0;
H A Droaming_common.c138 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
152 *cont = 1;
162 roaming_read(int fd, void *buf, size_t count, int *cont) argument
177 *cont = 1;
/external/icu4c/test/cintltst/
H A Duenumtst.c47 #define cont ((chArrayContext *)en->context) macro
51 if(cont->currUChar != NULL) {
52 free(cont->currUChar);
53 cont->currUChar = NULL;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
69 if(cont->currUChar == NULL) {
70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
73 cont
[all...]
/external/stlport/test/unit/
H A Dmap_test.cpp341 Container cont; local
342 cont.insert(value(Key(1), 1));
343 cont.insert(value(Key(2), 2));
344 cont.insert(value(Key(3), 3));
345 cont.insert(value(Key(4), 4));
347 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
348 CPPUNIT_ASSERT( cont.count(1) == 1 );
349 CPPUNIT_ASSERT( cont.count(5) == 0 );
351 CPPUNIT_ASSERT( cont.find(2) != cont
366 Container cont; local
390 Container cont; local
415 Container cont; local
[all...]
H A Dunordered_test.cpp573 Container cont; local
574 cont.insert(Key(1));
575 cont.insert(Key(2));
576 cont.insert(Key(3));
577 cont.insert(Key(4));
579 CPPUNIT_ASSERT( cont.count(Key(1)) == 1 );
580 CPPUNIT_ASSERT( cont.count(1) == 1 );
581 CPPUNIT_ASSERT( cont.count(5) == 0 );
583 CPPUNIT_ASSERT( cont.find(2) != cont
594 Container cont; local
614 Container cont; local
635 Container cont; local
[all...]
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/openssl/crypto/asn1/
H A Dx_long.c72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
131 if(cont) {
132 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
134 cont[i] = (unsigned char)(utmp & 0xff);
135 if(ltmp < 0) cont[i] ^= 0xff;
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
154 if(len && (cont[0] & 0x80)) neg = 1;
159 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
119 if(cont) {
120 if(pad) *cont++ = 0;
121 BN_bn2bin(bn, cont);
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
132 if(!BN_bin2bn(cont, len, bn)) {
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...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
H A DHandshakeCompletedEventTest.java39 SSLContext cont = SSLContext.getInstance("TLS");
40 cont.init(null, null, null);
41 SSLSocket soc = (SSLSocket )cont.getSocketFactory().createSocket();
H A DSSLSessionBindingEventTest.java39 SSLContext cont = SSLContext.getInstance("TLS");
40 cont.init(null, null, null);
41 SSLSocket soc = (SSLSocket )cont.getSocketFactory().createSocket();
/external/v8/test/mjsunit/
H A Dtry.js178 var cont = true;
179 while (cont) {
183 cont = false;
197 var cont = true;
198 while (cont) {
202 cont = false;
287 var cont = true;
288 while (cont) {
294 cont = false;
311 var cont
[all...]
/external/grub/stage2/
H A Dcommon.c110 int cont; local
115 for (cont = 0, addr = mbi.mmap_addr;
126 cont++;
130 while (cont);
145 unsigned long cont, memtmp, addr; local
179 cont = 0;
183 cont = get_mmap_entry ((void *) addr, cont);
192 while (cont);
223 cont
[all...]
/external/kernel-headers/original/linux/
H A Dattribute_container.h39 int attribute_container_register(struct attribute_container *cont);
40 int attribute_container_unregister(struct attribute_container *cont);
62 int attribute_container_add_class_device_adapter(struct attribute_container *cont,
/external/qemu/slirp/
H A Dcksum.c64 goto cont;
101 goto cont;
121 cont:
/external/qemu/slirp-android/
H A Dcksum.c64 goto cont;
101 goto cont;
121 cont:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl499 my (@cont) = @_;
501 foreach my $cont (@cont) {
502 $size += length($cont);
503 print OUT $cont;
509 my (@cont) = @_;
511 foreach my $cont (@cont) {
512 $size += length($cont);
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp32 void quuz(const Container &cont) { argument
/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;
295 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
502 ctx->cont=1;
508 if (ctx->cont <= 0)
/external/quake/quake/src/QW/client/
H A Dpmove.c577 int cont; local
620 cont = PM_PointContents (point);
622 if (cont <= CONTENTS_WATER)
624 watertype = cont;
627 cont = PM_PointContents (point);
628 if (cont <= CONTENTS_WATER)
632 cont = PM_PointContents (point);
633 if (cont <= CONTENTS_WATER)
694 int cont; local
712 cont
[all...]
/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/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
5581 xmlValidateCheckMixed(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, const xmlChar *qname) argument
5943 xmlElementContentPtr cont; local
[all...]

Completed in 1038 milliseconds

123