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

1 2 3 4

  /external/iproute2/include/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /prebuilt/linux-x86/toolchain/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
  /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)) {
  /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/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...]
  /prebuilt/linux-x86/toolchain/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
  /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...]
  /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 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-3/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
cdefs_elf.h 142 #define __link_set_decl(set, ptype) \
143 extern ptype * const __start_link_set_##set[]; \
144 extern ptype * const __stop_link_set_##set[] \
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/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[] \
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/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[] \

Completed in 796 milliseconds

1 2 3 4