Searched refs:ptype (Results 1 - 25 of 80) sorted by relevance

1234

/external/libmtp/examples/
H A Dpathutils.c132 char *ptype; local
136 ptype = strrchr(filename, '.');
138 ptype = rindex(filename,'.');
141 if (!ptype) {
142 ptype = "";
144 ++ptype;
148 if (!strcasecmp (ptype, "wav")) {
150 } else if (!strcasecmp (ptype, "mp3")) {
152 } else if (!strcasecmp (ptype, "wma")) {
154 } else if (!strcasecmp (ptype, "og
[all...]
/external/iproute2/include/linux/tc_act/
H A Dtc_gact.h18 __u16 ptype; member in struct:tc_gact_p
/external/kernel-headers/original/uapi/linux/tc_act/
H A Dtc_gact.h18 __u16 ptype; member in struct:tc_gact_p
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_algor.c78 int X509_ALGOR_set0(X509_ALGOR *alg, const ASN1_OBJECT *aobj, int ptype, void *pval)
82 if (ptype != V_ASN1_UNDEF)
95 if (ptype == 0)
97 if (ptype == V_ASN1_UNDEF)
106 ASN1_TYPE_set(alg->parameter, ptype, pval);
H A Dx509.c64 int ptype, void *pval, uint8_t *penc, int penclen) {
91 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval)) {
63 PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, int version, int ptype, void *pval, uint8_t *penc, int penclen) argument
/external/openssl/crypto/asn1/
H A Dx_algor.c80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
84 if (ptype != V_ASN1_UNDEF)
97 if (ptype == 0)
99 if (ptype == V_ASN1_UNDEF)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
H A Dp8_pkey.c89 int ptype, void *pval,
114 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { argument
59 if (ptype == kPushWeights) {
62 } else if (ptype & kPushLabels) {
69 if (ptype == (kPushWeights | kPushLabels)) {
/external/qemu/android/
H A Dhw-events.c134 int *ptype,
144 *ptype = 0;
154 *ptype = eventList_findCodeByName( _ev_types_tab, p, q-p );
155 if (*ptype < 0) {
156 *ptype = (int) strtol( p, &end, 0 );
169 list = eventList_findByType( *ptype );
133 android_event_from_str( const char* name, int *ptype, int *pcode, int *pvalue ) argument
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_ec_asn1.c92 int ptype; local
96 if (!eckey_param2type(&ptype, &pval, ec_key)) {
113 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC), ptype, pval, penc,
119 if (ptype == V_ASN1_OBJECT) {
130 static EC_KEY *eckey_type2param(int ptype, void *pval) { argument
133 if (ptype == V_ASN1_SEQUENCE) {
143 } else if (ptype == V_ASN1_OBJECT) {
179 int ptype, pklen; local
186 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
188 eckey = eckey_type2param(ptype, pva
227 int ptype, pklen; local
293 int eplen, ptype; local
[all...]
/external/openfst/src/include/fst/
H A Dpush.h126 uint32 ptype,
129 if ((ptype & (kPushWeights | kPushLabels)) == kPushWeights) {
131 Push(ofst, rtype, delta, ptype & kPushRemoveTotalWeight);
132 } else if (ptype & kPushLabels) {
139 if (ptype & kPushWeights ) {
150 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix)) {
154 ptype & kPushRemoveCommonAffix ? total_weight.Value1()
156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
160 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix))
124 Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype, float delta = kDelta) argument
/external/openssl/crypto/ec/
H A Dec_ameth.c107 int ptype; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
130 if (ptype == V_ASN1_OBJECT)
139 static EC_KEY *eckey_type2param(int ptype, void *pval) argument
142 if (ptype == V_ASN1_SEQUENCE)
155 else if (ptype == V_ASN1_OBJECT)
194 int ptype, pklen; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
202 eckey = eckey_type2param(ptype, pva
244 int ptype, pklen; local
316 int eplen, ptype; local
[all...]
/external/openssl/crypto/dh/
H A Ddh_ameth.c75 int ptype; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
87 if (ptype != V_ASN1_SEQUENCE)
133 int ptype; local
149 ptype = V_ASN1_SEQUENCE;
166 ptype, pval, penc, penclen))
188 int ptype; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
201 if (ptype != V_ASN1_SEQUENCE)
317 ASN1_PCTX *ctx, int ptype)
316 do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype) argument
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c73 int ptype; local
83 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
86 if (ptype == V_ASN1_SEQUENCE)
99 else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
142 int ptype; local
158 ptype = V_ASN1_SEQUENCE;
161 ptype = V_ASN1_UNDEF;
174 ptype, pval, penc, penclen))
194 int ptype; local
436 do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) argument
[all...]
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_arp.h22 __be16 ptype; member in struct:ebt_arp_info
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_link.c63 static void llcp_link_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg);
76 static char *llcp_pdu_type (UINT8 ptype);
1136 UINT8 dsap, ptype, ssap; local
1195 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1200 dsap, llcp_pdu_type (ptype), ptype, ssap);
1203 if ( (ptype == LLCP_PDU_DISC_TYPE)
1211 else if (ptype == LLCP_PDU_SYMM_TYPE)
1215 else if (ptype == LLCP_PDU_PAX_TYPE)
1219 else if (ptype
1252 llcp_link_proc_rx_pdu(UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg) argument
1318 UINT8 dsap, ptype, ssap; local
1573 UINT8 *p, ptype; local
1787 llcp_pdu_type(UINT8 ptype) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/pem/
H A Dpem_info.c102 unsigned int i,raw,ptype; local
120 ptype = 0;
182 ptype=EVP_PKEY_RSA;
203 ptype = EVP_PKEY_DSA;
224 ptype = EVP_PKEY_EC;
246 if (ptype)
248 if (!d2i_PrivateKey(ptype, pp, &p, len))
/external/openssl/crypto/pem/
H A Dpem_info.c101 unsigned int i,raw,ptype; local
119 ptype = 0;
182 ptype=EVP_PKEY_RSA;
204 ptype = EVP_PKEY_DSA;
226 ptype = EVP_PKEY_EC;
249 if (ptype)
251 if (!d2i_PrivateKey(ptype, pp, &p, len))
/external/tcpdump/
H A Dprint-ppp.c1601 u_int16_t ptype; local
1625 ptype = *p;
1627 printf("%02x ", ptype);
1632 ptype = EXTRACT_16BITS(p);
1634 printf("%04x ", ptype);
1639 ptype = 0; /*XXX*/
1652 ptype = EXTRACT_16BITS(&ph->phdr_type);
1653 if (eflag && (ptype == PPP_VJC || ptype == PPP_VJNC)) {
1655 "proto-#%d", ptype));
[all...]
/external/iproute2/tc/
H A Dm_gact.c138 pp.ptype = PGACT_NETRAND;
141 pp.ptype = PGACT_DETERM;
237 fprintf(f, "\n\t random type %s %s val %d",prob_n2a(pp->ptype), action_n2a(pp->paction, b2, sizeof (b2)), pp->pval);
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connection.h36 uint8_t ptype,
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_genn.c196 void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
198 if (ptype)
199 *ptype = a->type;
/external/openssl/crypto/x509v3/
H A Dv3_genn.c196 void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
198 if (ptype)
199 *ptype = a->type;
/external/iproute2/ip/
H A Dxfrm_policy.c61 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ index INDEX ] [ ptype PTYPE ]\n");
65 fprintf(stderr, " [ ctx CTX ] [ mark MARK [ mask MASK ] ] [ ptype PTYPE ]\n");
67 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n");
69 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n");
128 static int xfrm_policy_ptype_parse(__u8 *ptype, int *argcp, char ***argvp) argument
134 *ptype = XFRM_POLICY_TYPE_MAIN;
136 *ptype = XFRM_POLICY_TYPE_SUB;
307 } else if (strcmp(*argv, "ptype") == 0) {
309 duparg("ptype", *argv);
408 __u8 ptype)
407 xfrm_policy_filter_match(struct xfrm_userpolicy_info *xpinfo, __u8 ptype) argument
471 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
719 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
[all...]
H A Dxfrm.h103 __u8 ptype; member in struct:xfrm_filter
131 const char *strxf_ptype(__u8 ptype);

Completed in 826 milliseconds

1234