Home
last modified time | relevance | path

Searched refs:ptype (Results 1 - 25 of 183) sorted by relevance

12345678

/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c223 #define ANALYZE_CHANNEL(name, ptype, zero, min_peak) \
228 const ptype *src = (const ptype *)srcp; \
238 ptype new_max_peak; \
243 ptype max_peak = pi[pi_end].max_peak; \
293 #define FILTER_CHANNELS(name, ptype) \
302 const ptype *src = (const ptype *)in->extended_data[ch]; \
303 ptype *dst = (ptype *)ou
[all...]
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_ameth.c33 int ptype; in dsa_pub_decode() local
43 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dsa_pub_decode()
45 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode()
55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
90 int ptype; in dsa_pub_encode() local
112 ptype = V_ASN1_SEQUENCE; in dsa_pub_encode()
114 ptype = V_ASN1_UNDEF; in dsa_pub_encode()
135 if (X509_PUBKEY_set0_param(pk, aobj, ptype, str, penc, penclen)) in dsa_pub_encode()
272 static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) in do_dsa_print() argument
[all...]
H A Ddsa_backend.c128 int ptype; in ossl_dsa_key_from_pkcs8() local
141 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_dsa_key_from_pkcs8()
145 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in ossl_dsa_key_from_pkcs8()
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c33 int ptype; in dsa_pub_decode() local
43 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dsa_pub_decode()
45 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode()
55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
90 int ptype; in dsa_pub_encode() local
112 ptype = V_ASN1_SEQUENCE; in dsa_pub_encode()
114 ptype = V_ASN1_UNDEF; in dsa_pub_encode()
135 if (X509_PUBKEY_set0_param(pk, aobj, ptype, str, penc, penclen)) in dsa_pub_encode()
272 static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) in do_dsa_print() argument
[all...]
H A Ddsa_backend.c128 int ptype; in ossl_dsa_key_from_pkcs8() local
141 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_dsa_key_from_pkcs8()
145 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in ossl_dsa_key_from_pkcs8()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c64 int ptype; in dh_pub_decode() local
74 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dh_pub_decode()
76 if (ptype != V_ASN1_SEQUENCE) { in dh_pub_decode()
114 int ptype; in dh_pub_encode() local
132 ptype = V_ASN1_SEQUENCE; in dh_pub_encode()
148 ptype, str, penc, penclen)) in dh_pub_encode()
244 static int do_dh_print(BIO *bp, const DH *x, int indent, int ptype) in do_dh_print() argument
250 if (ptype == 2) in do_dh_print()
255 if (ptype > 0) in do_dh_print()
260 if (x->params.p == NULL || (ptype in do_dh_print()
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c64 int ptype; in dh_pub_decode() local
74 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dh_pub_decode()
76 if (ptype != V_ASN1_SEQUENCE) { in dh_pub_decode()
114 int ptype; in dh_pub_encode() local
132 ptype = V_ASN1_SEQUENCE; in dh_pub_encode()
148 ptype, str, penc, penclen)) in dh_pub_encode()
244 static int do_dh_print(BIO *bp, const DH *x, int indent, int ptype) in do_dh_print() argument
250 if (ptype == 2) in do_dh_print()
255 if (ptype > 0) in do_dh_print()
260 if (x->params.p == NULL || (ptype in do_dh_print()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dquery9.c80 const unsigned ptype = d3dquerytype_to_pipe_query(screen, type); in nine_is_query_supported() local
82 user_assert(ptype != ~0, D3DERR_INVALIDCALL); in nine_is_query_supported()
84 if (ptype == PIPE_QUERY_TYPES) { in nine_is_query_supported()
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type); in NineQuery9_ctor() local
110 user_assert(ptype != ~0, D3DERR_INVALIDCALL); in NineQuery9_ctor()
112 if (ptype < PIPE_QUERY_TYPES) { in NineQuery9_ctor()
113 This->pq = nine_context_create_query(device, ptype); in NineQuery9_ctor()
/third_party/protobuf/examples/
H A Dadd_person.go65 ptype, err := rd.ReadString('\n')
69 ptype = strings.TrimSpace(ptype)
72 switch ptype {
80 fmt.Printf("Unknown phone type %q. Using default.\n", ptype)
/third_party/ffmpeg/libavcodec/
H A Dscpr3.c937 uint32_t clr = 0, lx, ly, ptype, r, g, b; in decompress_i3() local
974 ptype = 0; in decompress_i3()
977 ret = decode_value3(s, 5, &s->op_model3[ptype].cntsum, in decompress_i3()
978 s->op_model3[ptype].freqs[0], in decompress_i3()
979 s->op_model3[ptype].freqs[1], in decompress_i3()
980 s->op_model3[ptype].cnts, in decompress_i3()
981 s->op_model3[ptype].dectab, &ptype); in decompress_i3()
984 if (ptype == 0) { in decompress_i3()
990 if (ptype > in decompress_i3()
1169 uint32_t clr, ptype = 0, r, g, b; decompress_p3() local
[all...]
H A Dscpr.c305 uint32_t lx, ly, ptype; in decompress_i() local
339 ptype = 0; in decompress_i()
342 ret = decode_value(s, s->op_model[ptype], 6, 1000, &ptype); in decompress_i()
345 if (ptype == 0) { in decompress_i()
352 if (ptype > 5) in decompress_i()
354 ret = decode_value(s, s->run_model[ptype], 256, 400, &run); in decompress_i()
360 ret = decode_run_i(avctx, ptype, run, &x, &y, clr, in decompress_i()
461 uint32_t r, g, b, clr, ptype = 0; in decompress_p() local
467 ret = decode_value(s, s->op_model[ptype], in decompress_p()
[all...]
H A Dscpr.h75 static int decode_run_i(AVCodecContext *avctx, uint32_t ptype, int run, in decode_run_i() argument
90 switch (ptype) { in decode_run_i()
217 static int decode_run_p(AVCodecContext *avctx, uint32_t ptype, int run, in decode_run_p() argument
228 switch (ptype) { in decode_run_p()
/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py52 # <element>[A][<ptype>B</ptype>][C]<other stuff.../></element>
56 # <proto><ptype>GLenum</ptype><name>glFenceSync</name></proto>
57 # <proto>const <ptype>GLubyte</ptype> *<name>glGetString</name></proto>
61 # <param><ptype>GLuint</ptype> <name>baseAndCount</name>[2]</param>
66 ptype = element.find('ptype')
[all...]
/third_party/FreeBSD/sys/sys/
H A Dlinker_set.h92 #define SET_DECLARE(set, ptype) \
93 extern ptype __attribute__((__weak__)) *__CONCAT(__start_set_,set); \
94 extern ptype __attribute__((__weak__)) *__CONCAT(__stop_set_,set)
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c65 unsigned int i, raw, ptype; in STACK_OF() local
80 ptype = 0; in STACK_OF()
131 ptype = EVP_PKEY_NONE; in STACK_OF()
135 ptype = evp_pkey_name2type(name); in STACK_OF()
162 if (ptype) { in STACK_OF()
163 if (d2i_PrivateKey_ex(ptype, pp, &p, len, in STACK_OF()
/third_party/openssl/crypto/pem/
H A Dpem_info.c65 unsigned int i, raw, ptype; in STACK_OF() local
80 ptype = 0; in STACK_OF()
131 ptype = EVP_PKEY_NONE; in STACK_OF()
135 ptype = evp_pkey_name2type(name); in STACK_OF()
162 if (ptype) { in STACK_OF()
163 if (d2i_PrivateKey_ex(ptype, pp, &p, len, in STACK_OF()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c72 int ptype; in eckey_pub_encode() local
76 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_pub_encode()
91 ptype, pval, penc, penclen)) in eckey_pub_encode()
94 if (ptype == V_ASN1_SEQUENCE) in eckey_pub_encode()
166 int eplen, ptype; in eckey_priv_encode() local
170 if (!eckey_param2type(&ptype, &pval, &ec_key)) { in eckey_priv_encode()
191 ptype, pval, ep, eplen)) { in eckey_priv_encode()
200 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
H A Dec_backend.c739 int ptype = 0; in ossl_x509_algor_is_sm2() local
742 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_x509_algor_is_sm2()
744 if (ptype == V_ASN1_OBJECT) in ossl_x509_algor_is_sm2()
747 if (ptype == V_ASN1_SEQUENCE) { in ossl_x509_algor_is_sm2()
769 int ptype = 0; in ossl_ec_key_param_from_x509_algor() local
774 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_ec_key_param_from_x509_algor()
780 if (ptype == V_ASN1_SEQUENCE) { in ossl_ec_key_param_from_x509_algor()
790 } else if (ptype == V_ASN1_OBJECT) { in ossl_ec_key_param_from_x509_algor()
/third_party/openssl/crypto/ec/
H A Dec_ameth.c72 int ptype; in eckey_pub_encode() local
76 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_pub_encode()
91 ptype, pval, penc, penclen)) in eckey_pub_encode()
94 if (ptype == V_ASN1_SEQUENCE) in eckey_pub_encode()
166 int eplen, ptype; in eckey_priv_encode() local
170 if (!eckey_param2type(&ptype, &pval, &ec_key)) { in eckey_priv_encode()
191 ptype, pval, ep, eplen)) { in eckey_priv_encode()
200 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
H A Dec_backend.c739 int ptype = 0; in ossl_x509_algor_is_sm2() local
742 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_x509_algor_is_sm2()
744 if (ptype == V_ASN1_OBJECT) in ossl_x509_algor_is_sm2()
747 if (ptype == V_ASN1_SEQUENCE) { in ossl_x509_algor_is_sm2()
769 int ptype = 0; in ossl_ec_key_param_from_x509_algor() local
774 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_ec_key_param_from_x509_algor()
780 if (ptype == V_ASN1_SEQUENCE) { in ossl_ec_key_param_from_x509_algor()
790 } else if (ptype == V_ASN1_OBJECT) { in ossl_ec_key_param_from_x509_algor()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-struct.h145 #define LSM_LIST(ptype, pname, ctype, cname, lejp_cb, cmap, qname) \
150 offsetof(ptype, pname), \
157 #define LSM_CHILD_PTR(ptype, pname, ctype, lejp_cb, cmap, qname) \
162 offsetof(ptype, pname), \
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c49 #define VARYING_FORMAT(ntype, nsz, ptype, psz) \ in varying_format()
53 PIPE_FORMAT_R ## psz ## _ ## ptype, \ in varying_format()
54 PIPE_FORMAT_R ## psz ## G ## psz ## _ ## ptype, \ in varying_format()
55 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ## _ ## ptype, \ in varying_format()
56 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ## A ## psz ## _ ## ptype, \ in varying_format()
/third_party/pcre2/pcre2/src/
H A Dpcre2_printint.c240 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
246 unsigned int ptypex = (ptype == PT_SC)? PT_SCX : ptype; in get_ucpname()
252 if ((ptype == u->type || ptypex == u->type) && pvalue == u->value) in get_ucpname()
276 (void)ptype; in get_ucpname()
756 unsigned int ptype = *ccode++; in pcre2_printint() local
760 switch(ptype) in pcre2_printint()
775 s = get_ucpname(ptype, pvalue); in pcre2_printint()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dp8_pkey.c40 int ptype, void *pval, unsigned char *penc, int penclen)
46 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
/third_party/openssl/crypto/asn1/
H A Dp8_pkey.c40 int ptype, void *pval, unsigned char *penc, int penclen)
46 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))

Completed in 17 milliseconds

12345678