Searched defs:ca (Results 26 - 50 of 60) sorted by relevance

123

/external/qemu/distrib/jpeg-6b/
H A Dwrjpgcom.c389 register int ca, ck; local
392 while ((ca = *arg++) != '\0') {
395 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
396 ca = tolower(ca);
397 if (ca != ck)
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dx509v3.h57 int ca; /* cA */ member in struct:x509_certificate
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h73 int ca; /* cA */ member in struct:x509_certificate
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h73 int ca; /* cA */ member in struct:x509_certificate
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h73 int ca; /* cA */ member in struct:x509_certificate
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc112 bool operator()(const cricket::Connection *ca, argument
114 cricket::Connection* a = const_cast<cricket::Connection*>(ca);
/external/clang/test/CXX/class.access/
H A Dp4.cpp75 const A &ca = a; local
76 ca + pub;
77 ca + prot;
78 ca + priv;
79 -ca;
81 ca(pub);
82 ca(prot); // expected-error {{'operator void (*)(class Protected &)' is a protected member}}
83 ca(priv); // expected-error {{'operator void (*)(class Private &)' is a private member}}
/external/openssl/crypto/objects/
H A Dobj_dat.c113 static unsigned long added_obj_hash(const ADDED_OBJ *ca) argument
120 a=ca->obj;
121 switch (ca->type)
143 ret|=ca->type<<30L;
148 static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb) argument
153 i=ca->type-cb->type;
155 a=ca->obj;
157 switch (ca->type)
/external/aac/libSBRenc/src/
H A Denv_est.cpp583 INT ca = 2 - h_sbr->encEnvData.init_sbr_amp_res; local
585 if (ca == 2)
850 sfb_nrgLeft[m] -= (ca * fixp_abs((INT)h_sbr->sbrExtractEnvelope.envelopeCompensation[j]));
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js9 "http://www.google.ca/": "canadian-hello.mp3",
/external/clang/test/SemaCXX/
H A Doverload-call.cpp81 char ca[7]; local
82 int* ip1 = n(ca);
/external/ipsec-tools/src/racoon/
H A Doakley.c1437 char *ca; local
1443 ca = path;
1445 ca = NULL;
1450 ca, 0);
H A Dcrypto_openssl.c285 int ca, cb; local
287 ca = tolower(a->data[i]);
290 if (ca != cb)
291 return(ca-cb);
331 int ca, cb; local
334 ca = tolower(*pa);
336 if (ca != cb)
337 return (ca - cb);
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java41 protected CodeIterator(CodeAttribute ca) { argument
42 codeAttr = ca;
43 bytecode = ca.getCode();
797 boolean exclusive, ExceptionTable etable, CodeAttribute ca)
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca);
809 exclusive, etable, ca);
819 CodeAttribute ca)
827 = (LineNumberAttribute)ca.getAttribute(LineNumberAttribute.tag);
831 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute(
837 = (LocalVariableAttribute)ca
796 insertGapCore0(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
817 insertGapCore1(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
1002 Pointers(int cur, int m, int m0, ExceptionTable et, CodeAttribute ca) argument
1045 changeLdcToLdcW(byte[] code, ExceptionTable etable, CodeAttribute ca, CodeAttribute.LdcEntry ldcs) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
[all...]
/external/openssl/apps/
H A Docsp.c108 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1054 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
1098 ca_id = OCSP_cert_to_id(cert_id_md, NULL, ca);
1053 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
H A Dapps.c743 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
779 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
741 load_pkcs12(BIO *err, BIO *in, const char *desc, pem_password_cb *pem_cb, void *cb_data, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
/external/linux-tools-perf/util/
H A Dtrace-event-parse.c76 const struct cmdline *ca = a; local
79 if (ca->pid < cb->pid)
81 if (ca->pid > cb->pid)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1093 char ca = NameA[sizeA - i - 1]; local
1095 if (ca != cb)
1096 return cb - ca;
/external/openssh/
H A Dkey.c1862 key_certify(Key *k, Key *ca) argument
1879 if (ca->type != KEY_RSA && ca->type != KEY_DSA &&
1880 ca->type != KEY_ECDSA) {
1882 key_type(ca));
1886 key_to_blob(ca, &ca_blob, &ca_len);
1960 if (key_sign(ca, &sig_blob, &sig_len, buffer_ptr(&k->cert->certblob),
H A Dssh-keygen.c942 printhost(FILE *f, const char *name, Key *public, int ca, int hash) argument
962 fprintf(f, "%s%s%s ", ca ? CA_MARKER : "", ca ? " " : "", name);
977 int ca; local
1037 ca = 1;
1040 ca = 0;
1083 ca ? " (CA key)" : "");
1084 printhost(out, cp, pub, ca, 0);
1086 if (delete_host && !c && !ca)
1087 printhost(out, cp, pub, ca,
1507 Key *ca, *public; local
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp120 int r, g, b, a, cr, cg, cb, ca; local
126 evas_object_color_get(clip, &cr, &cg, &cb, &ca);
132 clip, evas_object_visible_get(clip), cr, cg, cb, ca, cx, cy, cw, ch);
/external/flac/libFLAC/
H A Dstream_encoder.c3069 int ca; local
3085 for(ca = 1; ca <= 3; ca++) {
3086 if(bits[ca] < min_bits) {
3087 min_bits = bits[ca];
3088 channel_assignment = (FLAC__ChannelAssignment)ca;
/external/openssl/crypto/x509v3/
H A Dx509v3.h153 int ca; member in struct:BASIC_CONSTRAINTS_st
678 int X509_check_purpose(X509 *x, int id, int ca);
/external/openssl/include/openssl/
H A Dx509v3.h153 int ca; member in struct:BASIC_CONSTRAINTS_st
678 int X509_check_purpose(X509 *x, int id, int ca);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1754 IRExpr* ca; local
1756 ca = binop(Iop_And8, e, mkU8(1));
1757 stmt( IRStmt_Put( OFFB_XER_CA, ca ) );
1790 IRExpr* ca = IRExpr_Get( OFFB_XER_CA, Ity_I8 ); local
1791 return binop( Iop_And32, unop(Iop_8Uto32, ca ), mkU32(1) );
2172 xer.ca == 1 iff the following is nonzero:
2292 xer.ca == 1 iff the following is nonzero:
2347 xer.ca == 1 iff the following is nonzero:
2923 mkSzImm(ty, 0)/*old xer.ca, which is ignored*/ );
2932 mkSzImm(ty, 0)/*old xer.ca, whic
[all...]

Completed in 772 milliseconds

123