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

12

/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/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;
181 ptype=EVP_PKEY_RSA;
203 ptype = EVP_PKEY_DSA;
225 ptype = EVP_PKEY_EC;
248 if (ptype)
250 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.c58 fprintf(stderr, "Usage: ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ] [ ptype PTYPE ]\n");
60 fprintf(stderr, "Usage: ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ] [ ptype PTYPE ] [mark MARK [mask MASK]]\n");
63 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n");
125 static int xfrm_policy_ptype_parse(__u8 *ptype, int *argcp, char ***argvp) argument
131 *ptype = XFRM_POLICY_TYPE_MAIN;
133 *ptype = XFRM_POLICY_TYPE_SUB;
270 } else if (strcmp(*argv, "ptype") == 0) {
272 duparg("ptype", *argv);
367 __u8 ptype)
375 if ((ptype
366 xfrm_policy_filter_match(struct xfrm_userpolicy_info *xpinfo, __u8 ptype) argument
430 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
657 __u8 ptype = XFRM_POLICY_TYPE_MAIN; local
[all...]
H A Dipxfrm.c263 const char *strxf_ptype(__u8 ptype) argument
267 switch (ptype) {
275 sprintf(str, "%u", ptype);
904 fprintf(fp, "ptype ");
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_dlc.c1051 static void llcp_dlc_proc_rr_rnr_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data) argument
1083 llcp_util_send_frmr (p_dlcb, error_flags, ptype, *p_data);
1097 if (ptype == LLCP_PDU_RNR_TYPE)
1167 void llcp_dlc_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data) argument
1172 dsap, ptype, ssap);
1176 LLCP_TRACE_ERROR2 ("llcp_dlc_proc_rx_pdu (): Invalid SAP:0x%x for PTYPE:0x%x", dsap, ptype);
1180 switch (ptype)
1208 llcp_dlc_proc_rr_rnr_pdu (dsap, ptype, ssap, length, p_data);
1212 LLCP_TRACE_ERROR1 ("llcp_dlc_proc_rx_pdu (): Unexpected PDU type (0x%x)", ptype);
1217 llcp_util_send_frmr (p_dlcb, LLCP_FRMR_W_ERROR_FLAG, ptype,
[all...]
H A Dllcp_util.c754 tLLCP_STATUS llcp_util_send_frmr (tLLCP_DLCB *p_dlcb, UINT8 flags, UINT8 ptype, UINT8 sequence) argument
769 UINT8_TO_BE_STREAM (p, (flags << 4) | ptype);
H A Dllcp_link.c62 static void llcp_link_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg);
75 static char *llcp_pdu_type (UINT8 ptype);
1081 UINT8 dsap, ptype, ssap; local
1140 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1145 dsap, llcp_pdu_type (ptype), ptype, ssap);
1148 if ( (ptype == LLCP_PDU_DISC_TYPE)
1156 else if (ptype == LLCP_PDU_SYMM_TYPE)
1160 else if (ptype == LLCP_PDU_PAX_TYPE)
1164 else if (ptype
1197 llcp_link_proc_rx_pdu(UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg) argument
1263 UINT8 dsap, ptype, ssap; local
1513 UINT8 *p, ptype; local
1703 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/qemu/android/skin/
H A Dfile.c460 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) argument
493 *ptype = ev->value;
/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
430 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
205 EXTRACT_16BITS(&ap->ptype) == ETHERTYPE_ATALK &&
224 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
226 EXTRACT_16BITS(&ap->ptype), ap->halen, ap->palen);
H A Dprint-udp.c145 const char * ptype; local
157 ptype = "rtpv1";
164 ptype = "rtp";
169 ptype,
/external/grub/netboot/
H A Dmain.c746 unsigned short ptype; local
766 ptype = (((unsigned short) nic.packet[12]) << 8
774 && ptype == ARP)
825 && ptype == RARP)
845 if (nic.packetlen < protohdrlen || ptype != IP)
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connection.c164 pSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CC;
238 psLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_I;
324 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_RR;
367 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_RNR;
1424 uint8_t ptype,
1429 switch(ptype)
1498 dsap, ptype, ssap,
1757 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CC;
1882 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CONNECT;
2051 pLlcpSocket->sLlcpHeader.ptype
1421 Handle_ConnectionOriented_IncommingFrame(phFriNfc_LlcpTransport_t *psTransport, phNfc_sData_t *psData, uint8_t dsap, uint8_t ptype, uint8_t ssap) argument
[all...]
H A DphFriNfc_Llcp.h243 unsigned ptype : 4; member in struct:phFriNfc_Llcp_sPacketHeader
H A DphFriNfc_LlcpTransport.c263 psTransport->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_SNL;
452 uint8_t ptype; local
466 ptype = (uint8_t)sLlcpLocalHeader.ptype;
475 switch(ptype)
517 ptype,
872 psTransport->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_FRMR;
946 psTransport->sDmHeader.ptype = PHFRINFC_LLCP_PTYPE_DM;
1082 psTransport->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_SNL;

Completed in 702 milliseconds

12