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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/string/
strspn.c 45 cont:
49 goto cont;
strtok.c 54 cont:
58 goto cont;
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
x_long.c 73 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)
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,
155 if(len && (cont[0] & 0x80)) neg = 1;
160 if(neg) utmp |= cont[i] ^ 0xff
    [all...]
x_bignum.c 74 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)
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,
131 if(!BN_bin2bn(cont, len, bn)) {
  /external/openssl/crypto/asn1/
x_long.c 72 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)
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,
154 if(len && (cont[0] & 0x80)) neg = 1;
159 if(neg) utmp |= cont[i] ^ 0xff
    [all...]
x_bignum.c 75 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)
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,
132 if(!BN_bin2bn(cont, len, bn)) {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
HandshakeCompletedEventTest.java 38 SSLContext cont = SSLContext.getInstance("TLS"); local
39 cont.init(null, null, null);
40 SSLSocket soc = (SSLSocket) cont.getSocketFactory().createSocket();
SSLSessionBindingEventTest.java 38 SSLContext cont = SSLContext.getInstance("TLS"); local
39 cont.init(null, null, null);
40 SSLSocket soc = (SSLSocket) cont.getSocketFactory().createSocket();
  /external/libunwind/src/setjmp/
siglongjmp.c 65 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/chromium_org/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/icu/icu4c/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/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 166 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);
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction-selector.cc 617 FlagsContinuation cont(kEqual, node);
620 return VisitWord32Test(m.left().node(), &cont);
622 VisitWord32Compare(node, &cont);
627 FlagsContinuation cont(kSignedLessThan, node);
628 VisitWord32Compare(node, &cont);
633 FlagsContinuation cont(kSignedLessThanOrEqual, node);
634 VisitWord32Compare(node, &cont);
639 FlagsContinuation cont(kUnsignedLessThan, node);
640 VisitWord32Compare(node, &cont);
645 FlagsContinuation cont(kUnsignedLessThanOrEqual, node)
665 FlagsContinuation cont; local
675 FlagsContinuation cont; local
    [all...]
instruction-selector.h 166 void VisitInt32AddWithOverflow(Node* node, FlagsContinuation* cont);
167 void VisitInt32SubWithOverflow(Node* node, FlagsContinuation* cont);
169 void VisitWord32Test(Node* node, FlagsContinuation* cont);
170 void VisitWord64Test(Node* node, FlagsContinuation* cont);
171 void VisitWord32Compare(Node* node, FlagsContinuation* cont);
172 void VisitWord64Compare(Node* node, FlagsContinuation* cont);
173 void VisitFloat64Compare(Node* node, FlagsContinuation* cont);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c 54 cont:
58 goto cont;
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 231 FlagsContinuation* cont) {
255 if (cont->IsBranch()) {
256 inputs[input_count++] = g.Label(cont->true_block());
257 inputs[input_count++] = g.Label(cont->false_block());
261 if (cont->IsSet()) {
262 outputs[output_count++] = g.DefineAsRegister(cont->result());
271 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count,
273 if (cont->IsBranch()) instr->MarkAsControl();
279 FlagsContinuation cont; local
280 VisitBinop(selector, node, opcode, reverse_opcode, &cont);
510 FlagsContinuation cont; local
    [all...]
  /external/openssl/crypto/cms/
cms_smime.c 152 BIO *cont; local
159 cont = CMS_dataInit(cms, NULL);
160 if (!cont)
162 r = cms_copy_content(out, cont, flags);
163 BIO_free_all(cont);
185 BIO *cont; local
196 cont = CMS_dataInit(cms, dcont);
197 if (!cont)
199 r = cms_copy_content(out, cont, flags);
201 r = cms_DigestedData_do_final(cms, cont, 1)
230 BIO *cont; local
738 BIO *cont; local
797 BIO *cont; local
    [all...]
cms_lib.c 107 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, contlen)
    [all...]
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64.cc 117 FlagsContinuation* cont) {
128 if (cont->IsBranch()) {
129 inputs[input_count++] = g.Label(cont->true_block());
130 inputs[input_count++] = g.Label(cont->false_block());
134 if (cont->IsSet()) {
135 outputs[output_count++] = g.DefineAsRegister(cont->result());
143 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count,
145 if (cont->IsBranch()) instr->MarkAsControl();
153 FlagsContinuation cont; local
154 VisitBinop<Matcher>(selector, node, opcode, operand_mode, &cont);
    [all...]
  /external/chromium_org/v8/src/compiler/x64/
instruction-selector-x64.cc 178 InstructionCode opcode, FlagsContinuation* cont) {
197 if (cont->IsBranch()) {
198 inputs[input_count++] = g.Label(cont->true_block());
199 inputs[input_count++] = g.Label(cont->false_block());
203 if (cont->IsSet()) {
204 outputs[output_count++] = g.DefineAsRegister(cont->result());
212 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count,
214 if (cont->IsBranch()) instr->MarkAsControl();
221 FlagsContinuation cont; local
222 VisitBinop(selector, node, opcode, &cont);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
try.js 178 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 = true
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 32 void quuz(const Container &cont) {
  /external/openssl/crypto/evp/
bio_ok.c 151 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= 0
    [all...]
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)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 103 bool cont = true; local
105 while (cont) {
106 cont = false;
114 cont = true;
127 cont = true;

Completed in 608 milliseconds

1 2 3 4