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

1 2

  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirltab.c 566 static const ulong64 cont[] = { variable
    [all...]
  /external/grub/stage2/
common.c 110 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 = memtmp & ~0xFFFF
    [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 1394 #define cont p16 define
    [all...]
  /external/openssl/crypto/evp/
bio_enc.c 80 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)
bio_b64.c 88 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)
bio_ok.c 151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
275 if (ctx->cont <= 0) break;
308 ctx->cont= 0;
361 ctx->cont=1;
368 if (ctx->cont <= 0)
396 ctx->cont=(int)ret;
407 ret=(long)ctx->cont;
517 ctx->cont= 0;
572 ctx->cont= 0
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
uenumtst.c 47 #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->currChar = (cont->array)[cont->currIndex]
    [all...]
  /external/icu4c/test/cintltst/
uenumtst.c 47 #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->currChar = (cont->array)[cont->currIndex]
    [all...]
  /external/openssl/crypto/asn1/
tasn_enc.c 572 const unsigned char *cont; local
609 cont = otmp->data;
614 cont = NULL;
631 cont = &c;
682 cont = strtmp->data;
689 memcpy(cout, cont, len);
tasn_dec.c 777 const unsigned char *cont = NULL; local
857 cont = *in;
863 len = p - cont;
867 len = p - cont + plen;
897 cont = (const unsigned char *)buf.data;
902 cont = p;
908 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
920 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
932 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
954 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len)
    [all...]
  /external/stlport/test/unit/
map_test.cpp 341 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.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 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.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 341 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.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 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.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 341 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.end() )
366 Container cont; local
390 Container cont; local
415 Container cont; local
    [all...]
unordered_test.cpp 573 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.end() )
594 Container cont; local
614 Container cont; local
635 Container cont; local
    [all...]
  /external/bluetooth/hcidump/parser/
sdp.c 574 uint8_t cont = buf[0]; local
578 printf("cont");
579 for (i = 0; i < cont + 1; i++)
681 uint8_t cont; local
760 cont = *(unsigned char *)(frm->ptr + count);
762 if (cont == 0) {
793 cont = *(unsigned char *)(frm->ptr + count);
795 if (cont == 0) {
  /external/openssl/crypto/pkcs7/
pk7_doit.c 834 char *cont; local
842 contlen = BIO_get_mem_data(btmp, &cont);
848 ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
  /external/quake/quake/src/QW/client/
pmove.c 577 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 = PM_PointContents (spot)
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 675 int cont; local
677 cont = SV_PointContents (ent->v.origin);
680 ent->v.watertype = cont;
685 if (cont <= CONTENTS_WATER)
691 ent->v.watertype = cont;
701 ent->v.waterlevel = cont;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 442 AccessControlContext cont = entry.getKey2(); local
443 if (Objects.equal(current, cont)) {
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 178 UBool cont = FALSE; local
198 cont = isContinuation(order);
210 if (cont) {
228 UBool cont = FALSE; local
247 cont = isContinuation(order);
261 if (cont) {
  /external/e2fsprogs/e2fsck/
unix.c 174 int cont; local
208 cont = ask_yn(_("Do you really want to continue"), -1);
209 if (!cont) {
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 180 UBool cont = FALSE; local
200 cont = isContinuation(order);
212 if (cont) {
230 UBool cont = FALSE; local
249 cont = isContinuation(order);
263 if (cont) {
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 811 int cont; local
822 cont = SV_PointContents (point);
823 if (cont <= CONTENTS_WATER)
828 ent->u.v.watertype = cont;
831 cont = SV_PointContents (point);
832 if (cont <= CONTENTS_WATER)
836 cont = SV_PointContents (point);
837 if (cont <= CONTENTS_WATER)
1200 int cont; local
1207 cont = SV_PointContents (point)
    [all...]

Completed in 615 milliseconds

1 2