Home
last modified time | relevance | path

Searched refs:utype (Results 1 – 24 of 24) 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.c61 int utype, char *free_cont, const ASN1_ITEM *it);
213 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i()
664 int ret = 0, utype; in asn1_d2i_ex_primitive() local
677 utype = tag; in asn1_d2i_ex_primitive()
680 utype = it->utype; in asn1_d2i_ex_primitive()
682 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
695 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
702 utype = V_ASN1_OTHER; in asn1_d2i_ex_primitive()
705 tag = utype; in asn1_d2i_ex_primitive()
719 if ((utype == V_ASN1_SEQUENCE) in asn1_d2i_ex_primitive()
[all …]
Dtasn_new.c267 int utype; in asn1_primitive_new() local
285 utype = -1; in asn1_primitive_new()
287 utype = it->utype; in asn1_primitive_new()
288 switch (utype) { in asn1_primitive_new()
315 str->type = utype; in asn1_primitive_new()
318 str = ASN1_STRING_type_new(utype); in asn1_primitive_new()
332 int utype; in asn1_primitive_clear() local
342 utype = -1; in asn1_primitive_clear()
344 utype = it->utype; in asn1_primitive_clear()
345 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
Dtasn_enc.c451 int utype; in asn1_i2d_ex_primitive() local
455 utype = it->utype; in asn1_i2d_ex_primitive()
461 len = asn1_ex_i2c(pval, NULL, &utype, it); in asn1_i2d_ex_primitive()
468 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
469 (utype == V_ASN1_OTHER)) in asn1_i2d_ex_primitive()
487 tag = utype; in asn1_i2d_ex_primitive()
493 asn1_ex_i2c(pval, *out, &utype, it); in asn1_i2d_ex_primitive()
513 int utype; in asn1_ex_i2c() local
524 || (it->utype != V_ASN1_BOOLEAN)) { in asn1_ex_i2c()
532 utype = strtmp->type; in asn1_ex_i2c()
[all …]
Dtasn_fre.c148 int utype; in asn1_primitive_free() local
169 utype = typ->type; in asn1_primitive_free()
174 utype = -1; in asn1_primitive_free()
178 utype = it->utype; in asn1_primitive_free()
179 if ((utype != V_ASN1_BOOLEAN) && !*pval) in asn1_primitive_free()
183 switch (utype) { in 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()
Dx_long.c31 int utype, char *free_cont, const ASN1_ITEM *it);
133 int utype, char *free_cont, const ASN1_ITEM *it)
Dtasn_utl.c31 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector()
43 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector()
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/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp260 typedef BOOST_DEDUCED_TYPENAME boost::make_unsigned<T>::type utype; in shl_signed() typedef
261 …CharT* tmp_start = lcast_put_unsigned<Traits, utype, CharT>(lcast_to_unsigned(n), tmp_finish).conv… in shl_signed()
541 typedef BOOST_DEDUCED_TYPENAME make_unsigned<Type>::type utype; in shr_signed() typedef
542 utype out_tmp = 0; in shr_signed()
550 … bool succeed = lcast_ret_unsigned<Traits, utype, CharT>(out_tmp, start, finish).convert(); in shr_signed()
552utype const comp_val = (static_cast<utype>(1) << std::numeric_limits<Type>::digits); in shr_signed()
556 utype const comp_val = static_cast<utype>((std::numeric_limits<Type>::max)()); in shr_signed()
/third_party/flatbuffers/src/
Dreflection.cpp527 uint8_t utype, const uint8_t *elem, in VerifyUnion() argument
529 if (!utype) return true; // Not present. in VerifyUnion()
531 if (utype >= fb_enum->values()->size()) return false; in VerifyUnion()
532 auto elem_type = fb_enum->values()->Get(utype)->union_type(); in VerifyUnion()
616 auto utype = type_vec->Get(j); in VerifyVector() local
618 if (!VerifyUnion(v, schema, utype, elem, vec_field)) return false; in VerifyVector()
691 auto utype = table->GetField<uint8_t>(utype_offset, 0); in VerifyObject() local
694 if (!VerifyUnion(v, schema, utype, uval, *field_def)) { return false; } in VerifyObject()
/third_party/openh264/test/encoder_binary_comparison/Scripts/
Drun_BinarySHA1Comparison.sh52 aEncoderCommandSet=( -utype -frms -numl -numtl \
/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/openssl/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/grpc/third_party/upb/upb/
Dhandlers-inl.h800 #define TYPE_METHODS(utype, ltype, ctype, vtype) \
807 FieldDefPtr f, const HandlersPtr::utype##Handler &handler) { \
/third_party/glib/gobject/
Dgtype.c394 lookup_type_node_I (GType utype) in lookup_type_node_I() argument
396 if (utype > G_TYPE_FUNDAMENTAL_MAX) in lookup_type_node_I()
397 return (TypeNode*) (utype & ~TYPE_ID_MASK); in lookup_type_node_I()
399 return static_fundamental_type_nodes[utype >> G_TYPE_FUNDAMENTAL_SHIFT]; in lookup_type_node_I()
/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/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/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 …