Home
last modified time | relevance | path

Searched refs:utype (Results 1 – 25 of 25) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn1_gen.c58 int utype; member
73 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
75 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
125 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3()
126 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3()
135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3()
137 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype); in generate_v3()
244 int utype; in asn1_cb() local
263 utype = asn1_str2tag(elem, len); in asn1_cb()
265 if (utype == -1) { in asn1_cb()
[all …]
Dtasn_dec.c63 int utype, char *free_cont, const ASN1_ITEM *it);
249 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i()
703 int ret = 0, utype; in asn1_d2i_ex_primitive() local
717 utype = tag; in asn1_d2i_ex_primitive()
720 utype = it->utype; in asn1_d2i_ex_primitive()
722 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
741 utype = V_ASN1_OTHER; in asn1_d2i_ex_primitive()
744 tag = utype; in asn1_d2i_ex_primitive()
758 if ((utype == V_ASN1_SEQUENCE) in asn1_d2i_ex_primitive()
[all …]
Dtasn_enc.c472 int utype; in asn1_i2d_ex_primitive() local
476 utype = it->utype; in asn1_i2d_ex_primitive()
482 len = asn1_ex_i2c(pval, NULL, &utype, it); in asn1_i2d_ex_primitive()
489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
490 (utype == V_ASN1_OTHER)) in asn1_i2d_ex_primitive()
508 tag = utype; in asn1_i2d_ex_primitive()
514 asn1_ex_i2c(pval, *out, &utype, it); in asn1_i2d_ex_primitive()
534 int utype; in asn1_ex_i2c() local
545 || (it->utype != V_ASN1_BOOLEAN)) { in asn1_ex_i2c()
553 utype = strtmp->type; in asn1_ex_i2c()
[all …]
Dtasn_new.c266 int utype; in asn1_primitive_new() local
284 utype = -1; in asn1_primitive_new()
286 utype = it->utype; in asn1_primitive_new()
287 switch (utype) { in asn1_primitive_new()
314 str->type = utype; in asn1_primitive_new()
317 str = ASN1_STRING_type_new(utype); in asn1_primitive_new()
331 int utype; in asn1_primitive_clear() local
341 utype = -1; in asn1_primitive_clear()
343 utype = it->utype; in asn1_primitive_clear()
344 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
Dtasn_fre.c148 int utype; in ossl_asn1_primitive_free() local
169 utype = typ->type; in ossl_asn1_primitive_free()
174 utype = -1; in ossl_asn1_primitive_free()
178 utype = it->utype; in ossl_asn1_primitive_free()
179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free()
183 switch (utype) { in ossl_asn1_primitive_free()
Dtasn_prn.c155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx()
438 long utype; in asn1_primitive_print() local
450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print()
452 utype = it->utype; in asn1_primitive_print()
453 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print()
458 if (utype == V_ASN1_ANY) { in asn1_primitive_print()
460 utype = atype->type; in asn1_primitive_print()
466 pname = ASN1_tag2str(utype); in asn1_primitive_print()
469 pname = ASN1_tag2str(utype); in asn1_primitive_print()
474 if (utype == V_ASN1_NULL) { in asn1_primitive_print()
[all …]
Dx_bignum.c31 int utype, char *free_cont, const ASN1_ITEM *it);
33 int utype, char *free_cont, const ASN1_ITEM *it);
116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() argument
131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() argument
139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i()
Dtasn_utl.c31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector()
39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const()
53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
Dx_long.c27 int utype, char *free_cont, const ASN1_ITEM *it);
129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() argument
Dx_int64.c74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() argument
176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() argument
/third_party/libabigail/src/
Dabg-ctf-reader.cc735 type_base_sptr utype = rdr->build_type(ctf_dictionary, ctf_utype); in process_ctf_typedef() local
737 if (!utype) in process_ctf_typedef()
745 result.reset(new typedef_decl(typedef_name, utype, location(), in process_ctf_typedef()
751 if (is_anonymous_type(utype) in process_ctf_typedef()
752 && (is_enum_type(utype) || is_class_or_union_type(utype))) in process_ctf_typedef()
754 decl_base_sptr decl = is_decl(utype); in process_ctf_typedef()
1372 type_base_sptr utype = rdr->build_type(ctf_dictionary, ctf_utype); in process_ctf_qualified_type() local
1373 if (!utype) in process_ctf_qualified_type()
1392 if (is_function_type(utype)) in process_ctf_qualified_type()
1395 result.reset(new qualified_type_def(utype, qualifiers, location())); in process_ctf_qualified_type()
[all …]
Dabg-dwarf-reader.cc13406 type_base_sptr utype = is_type(utype_decl); in build_qualified_type() local
13407 ABG_ASSERT(utype); in build_qualified_type()
13420 result.reset(new qualified_type_def(utype, qual, location())); in build_qualified_type()
13622 type_base_sptr utype = is_type(utype_decl); in build_pointer_type_def() local
13623 ABG_ASSERT(utype); in build_pointer_type_def()
13638 result.reset(new pointer_type_def(utype, size, /*alignment=*/0, location())); in build_pointer_type_def()
13698 type_base_sptr utype = is_type(utype_decl); in build_reference_type() local
13699 ABG_ASSERT(utype); in build_reference_type()
13714 result.reset(new reference_type_def(utype, is_lvalue, size, in build_reference_type()
14237 type_base_sptr utype; in build_typedef_type() local
[all …]
Dabg-ir.cc16980 const type_base_sptr& utype, in subrange_type() argument
16989 priv_(new priv(lower_bound, upper_bound, utype, l)) in subrange_type()
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-forward-undefine-type-decl.c9 union key_utype *utype);
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c202 struct symbol *stype, *utype; in bigger_int_type() local
215 utype = left; in bigger_int_type()
219 utype = right; in bigger_int_type()
221 if (utype->rank >= stype->rank) in bigger_int_type()
222 return utype; in bigger_int_type()
223 if (stype->bit_size > utype->bit_size) in bigger_int_type()
225 utype = unsigned_types[stype->rank]; in bigger_int_type()
226 return utype; in bigger_int_type()
2936 static struct symbol *find_member_type(struct symbol *utype, struct symbol *type) in find_member_type() argument
2940 if (utype->type != SYM_UNION) in find_member_type()
[all …]
/third_party/openh264/test/encoder_binary_comparison/Scripts/
Drun_BinarySHA1Comparison.sh52 aEncoderCommandSet=( -utype -frms -numl -numtl \
/third_party/openssl/ohos_lite/include/openssl/
Dasn1t.h583 long utype; /* underlying type */ member
676 int len, int utype, char *free_cont,
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c589 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
590 case utype: \ in add_handlers_for_repeated_field()
845 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
846 case utype: \ in add_handlers_for_oneof_field()
Dupb.h5074 #define TYPE_METHODS(utype, ltype, ctype, vtype) \
5081 FieldDefPtr f, const HandlersPtr::utype##Handler &handler) { \
/third_party/openssl/include/openssl/
Dasn1t.h.in71 * structure. In this case the 'utype' field
605 long utype; /* underlying type */ member
652 int len, int utype, char *free_cont,
/third_party/openGLES/extensions/ARB/
DARB_uniform_buffer_object.txt633 values in Table 2.utype.
684 Table 2.utype: OpenGL Shading Language type tokens returned by
699 values in Table 2.utype.
1487 2.utype with extension suffixes should be omitted.
1492 table 2.utype with RECT in their names should be omitted.
1497 table 2.utype with ARRAY in their names should be omitted.
1502 in table 2.utype with BUFFER in their names should be omitted.
1507 table 2.utype with UNSIGNED_INT or INT_SAMPLER in their names should
3592 - updated table 2.utype to include types from extensions
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_uniform_buffer_object.txt623 values in Table 2.utype.
674 Table 2.utype: OpenGL Shading Language type tokens returned by
689 values in Table 2.utype.
1477 2.utype with extension suffixes should be omitted.
1482 table 2.utype with RECT in their names should be omitted.
1487 table 2.utype with ARRAY in their names should be omitted.
1492 in table 2.utype with BUFFER in their names should be omitted.
1497 table 2.utype with UNSIGNED_INT or INT_SAMPLER in their names should
3582 - updated table 2.utype to include types from extensions
/third_party/openh264/test/encoder_binary_comparison/SHA1Table/
DZhling_1280x720.264_AllCases_SHA1_Table.csv1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …
DAdobe_PDF_sample_a_1024x768_50Frms.264_AllCases_SHA1_Table.csv1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …
DBA_MW_D.264_AllCases_SHA1_Table.csv1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …