/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...] |
/external/iproute2/include/linux/tc_act/ |
tc_gact.h | 18 __u16 ptype; member in struct:tc_gact_p
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/ |
tc_gact.h | 19 __u16 ptype; member in struct:tc_gact_p
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/ |
tc_gact.h | 19 __u16 ptype; member in struct:tc_gact_p
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/ |
tc_gact.h | 19 __u16 ptype; member in struct:tc_gact_p
|
/external/chromium_org/third_party/openssl/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);
|
/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);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
push.h | 52 // to PTYPE in the direction defined by RTYPE. Weight needs to be 57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { 59 if (ptype == kPushWeights) { 62 } else if (ptype & kPushLabels) { 69 if (ptype == (kPushWeights | kPushLabels)) {
|
/hardware/qcom/display/msm8974/libqdutils/ |
mdp_version.cpp | 99 char * ptype = strstr(fb_finfo.id, "_"); local 100 if (!ptype || (*(++ptype) == '\0')) { 102 ptype = fb_finfo.id; 104 panel_type = *ptype;
|
/external/qemu/android/ |
hw-events.c | 134 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 );
|
/external/chromium_org/third_party/openssl/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/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_arp.h | 20 __be16 ptype; member in struct:ebt_arp_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_arp.h | 20 __be16 ptype; member in struct:ebt_arp_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_arp.h | 20 __be16 ptype; member in struct:ebt_arp_info
|
/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/chromium_org/third_party/openssl/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/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/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); 1130 UINT8 dsap, ptype, ssap; local 1312 UINT8 dsap, ptype, ssap; local 1567 UINT8 *p, ptype; local [all...] |
/external/chromium_org/third_party/openssl/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...] |
/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...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pem_info.c | 101 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/openssl/crypto/pem/ |
pem_info.c | 101 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/tcpdump/ |
print-ppp.c | 1601 u_int16_t ptype; local [all...] |
/bionic/libc/include/sys/ |
cdefs_elf.h | 161 #define __link_set_decl(set, ptype) \ 162 extern ptype * const __start_link_set_##set[]; \ 163 extern ptype * const __stop_link_set_##set[] \
|