Searched defs:ptype (Results 1 - 25 of 51) sorted by relevance

123

/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/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 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/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_arp.h22 __be16 ptype; member in struct:ebt_arp_info
/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/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/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/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/ipsec-tools/src/racoon/
H A Disakmp_agg.c347 int ptype; local
557 ptype = oakley_validate_auth(iph1);
558 if (ptype != 0) {
559 if (ptype == -1) {
565 isakmp_info_send_n1(iph1, ptype, NULL);
1325 int ptype; local
1426 ptype = oakley_validate_auth(iph1);
1427 if (ptype != 0) {
1428 if (ptype == -1) {
1434 isakmp_info_send_n1(iph1, ptype, NUL
[all...]
H A Disakmp_base.c591 int ptype; local
686 ptype = oakley_validate_auth(iph1);
687 if (ptype != 0) {
688 if (ptype == -1) {
694 isakmp_info_send_n1(iph1, ptype, NULL);
1080 int ptype; local
1185 ptype = oakley_validate_auth(iph1);
1186 if (ptype != 0) {
1187 if (ptype == -1) {
1193 isakmp_info_send_n1(iph1, ptype, NUL
[all...]
/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/iproute2/ip/
H A Dxfrm.h103 __u8 ptype; member in struct:xfrm_filter
131 const char *strxf_ptype(__u8 ptype);
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...]
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_dlc.c1076 static void llcp_dlc_proc_rr_rnr_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data) argument
1109 llcp_util_send_frmr (p_dlcb, error_flags, ptype, *p_data);
1123 if (ptype == LLCP_PDU_RNR_TYPE)
1193 void llcp_dlc_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data) argument
1198 dsap, ptype, ssap);
1202 LLCP_TRACE_ERROR2 ("llcp_dlc_proc_rx_pdu (): Invalid SAP:0x%x for PTYPE:0x%x", dsap, ptype);
1206 switch (ptype)
1234 llcp_dlc_proc_rr_rnr_pdu (dsap, ptype, ssap, length, p_data);
1238 LLCP_TRACE_ERROR1 ("llcp_dlc_proc_rx_pdu (): Unexpected PDU type (0x%x)", ptype);
1243 llcp_util_send_frmr (p_dlcb, LLCP_FRMR_W_ERROR_FLAG, ptype,
[all...]
H A Dllcp_util.c761 tLLCP_STATUS llcp_util_send_frmr (tLLCP_DLCB *p_dlcb, UINT8 flags, UINT8 ptype, UINT8 sequence) argument
776 UINT8_TO_BE_STREAM (p, (flags << 4) | ptype);
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/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/pcre/dist/
H A Dpcre_printint.c236 get_ucpname(unsigned int ptype, unsigned int pvalue) argument
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
247 ptype = ptype * pvalue;
248 return (ptype == pvalue)? "??" : "??";
724 unsigned int ptype = *ccode++; local
727 switch(ptype)
743 get_ucpname(ptype, pvalue));
/external/qemu/android/skin/
H A Dfile.c463 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) argument
496 *ptype = ev->value;
/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/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/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/stlport/test/unit/
H A Dunordered_test.cpp242 typedef pair<int, int> ptype; typedef
243 vector<ptype> us_val;
253 us_val.push_back(ptype((*lit).first, (*lit).second));
259 ptype p(i, i);
/external/tcpdump/
H A Dprint-atalk.c57 u_int16_t htype, ptype; member in struct:aarp
201 EXTRACT_16BITS(&ap->ptype) == ETHERTYPE_ATALK &&
220 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
222 EXTRACT_16BITS(&ap->ptype), ap->halen, ap->palen);

Completed in 416 milliseconds

123