Searched defs:cont (Results 1 - 25 of 67) sorted by relevance

123

/external/libunwind/src/setjmp/
H A Dsiglongjmp.c65 int *cont; local
87 cont = &_UI_longjmp_cont;
112 cont = &_UI_siglongjmp_cont;
117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))
/external/valgrind/main/memcheck/tests/
H A Dreach_thread_register.c15 int cont = 1; variable
24 while (cont) {
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dx_bignum.c74 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
75 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
109 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
118 if(cont) {
119 if(pad) *cont++ = 0;
120 BN_bn2bin(bn, cont);
125 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
131 if(!BN_bin2bn(cont, len, bn)) {
H A Dx_long.c73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
74 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
106 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
132 if(cont) {
133 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
135 cont[i] = (unsigned char)(utmp & 0xff);
136 if(ltmp < 0) cont[i] ^= 0xff;
143 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
155 if(len && (cont[0] & 0x80)) neg = 1;
160 if(neg) utmp |= cont[
[all...]
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/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp32 void quuz(const Container &cont) { argument
/external/openssl/crypto/asn1/
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 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...]
/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/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...]
/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/openssl/crypto/cms/
H A Dcms_lib.c107 BIO *cmsbio, *cont; local
109 cont = icont;
111 cont = cms_content_bio(cms);
112 if (!cont)
121 return cont;
150 return BIO_push(cmsbio, cont);
153 BIO_free(cont);
167 unsigned char *cont; local
175 contlen = BIO_get_mem_data(mbio, &cont);
179 ASN1_STRING_set0(*pos, cont, contle
[all...]
/external/openssl/crypto/evp/
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)
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_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...]
/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...]
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp72 UBool cont = isContinuation(order); local
88 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/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc166 InstructionCode opcode, FlagsContinuation* cont) {
185 if (cont->IsBranch()) {
186 inputs[input_count++] = g.Label(cont->true_block());
187 inputs[input_count++] = g.Label(cont->false_block());
191 if (cont->IsSet()) {
193 outputs[output_count++] = g.DefineAsRegister(cont->result());
201 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count,
203 if (cont->IsBranch()) instr->MarkAsControl();
210 FlagsContinuation cont; local
211 VisitBinop(selector, node, opcode, &cont);
165 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) argument
426 VisitInt32AddWithOverflow(Node* node, FlagsContinuation* cont) argument
432 VisitInt32SubWithOverflow(Node* node, FlagsContinuation* cont) argument
439 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand* left, InstructionOperand* right, FlagsContinuation* cont) argument
459 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) argument
478 VisitWord32Test(Node* node, FlagsContinuation* cont) argument
493 VisitWord32Compare(Node* node, FlagsContinuation* cont) argument
499 VisitFloat64Compare(Node* node, FlagsContinuation* cont) argument
[all...]
/external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp74 UBool cont = isContinuation(order); local
90 if (cont) {

Completed in 336 milliseconds

123