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

1 2 3

  /external/libmtp/examples/
pathutils.c 132 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, "ogg"))
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /development/ndk/platforms/android-L/include/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /external/iproute2/include/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_algor.c 78 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);
x509.c 64 int ptype, void *pval, uint8_t *penc, int penclen) {
91 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval)) {
  /external/openssl/crypto/asn1/
x_algor.c 80 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);
p8_pkey.c 89 int ptype, void *pval,
114 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
p_ec_asn1.c 92 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) {
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, pval)
227 int ptype, pklen; local
293 int eplen, ptype; local
    [all...]
  /external/openssl/crypto/ec/
ec_ameth.c 107 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)
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, pval)
244 int ptype, pklen; local
316 int eplen, ptype; local
    [all...]
  /external/openfst/src/include/fst/
push.h 119 // to PTYPE in the direction defined by RTYPE. Weight needs to be
126 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)
    [all...]
  /external/openssl/crypto/dh/
dh_ameth.c 75 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)
    [all...]
  /external/openssl/crypto/dsa/
dsa_ameth.c 73 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
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_arp.h 39 __be16 ptype; member in struct:ebt_arp_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_arp.h 39 __be16 ptype; member in struct:ebt_arp_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h 22 __be16 ptype; member in struct:ebt_arp_info
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 63 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
1318 UINT8 dsap, ptype, ssap; local
1573 UINT8 *p, ptype; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/pem/
pem_info.c 102 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/
pem_info.c 101 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))
  /development/ndk/platforms/android-3/include/sys/
cdefs_elf.h 146 #define __link_set_decl(set, ptype) \
147 extern ptype * const __start_link_set_##set[]; \
148 extern ptype * const __stop_link_set_##set[] \
  /development/ndk/platforms/android-L/include/sys/
cdefs_elf.h 114 #define __link_set_decl(set, ptype) \
115 extern ptype * const __start_link_set_##set[]; \
116 extern ptype * const __stop_link_set_##set[] \
  /external/iproute2/tc/
m_gact.c 138 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/
phFriNfc_LlcpTransport_Connection.h 36 uint8_t ptype,
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_genn.c 196 void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
198 if (ptype)
199 *ptype = a->type;

Completed in 1323 milliseconds

1 2 3