/third_party/openssl/crypto/asn1/ |
D | asn1_gen.c | 58 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 …]
|
D | tasn_dec.c | 61 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 …]
|
D | tasn_new.c | 267 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()
|
D | tasn_enc.c | 451 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 …]
|
D | tasn_fre.c | 148 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()
|
D | tasn_prn.c | 155 || (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 …]
|
D | x_bignum.c | 31 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()
|
D | x_long.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 133 int utype, char *free_cont, const ASN1_ITEM *it)
|
D | tasn_utl.c | 31 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() 43 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector()
|
D | x_int64.c | 74 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/ |
D | converter_lexical_streams.hpp | 260 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() 552 … utype 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/ |
D | reflection.cpp | 527 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/ |
D | run_BinarySHA1Comparison.sh | 52 aEncoderCommandSet=( -utype -frms -numl -numtl \
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | evaluate.c | 202 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/ |
D | asn1t.h | 583 long utype; /* underlying type */ member 676 int len, int utype, char *free_cont,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 589 #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()
|
D | upb.h | 5074 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 5081 FieldDefPtr f, const HandlersPtr::utype##Handler &handler) { \
|
/third_party/grpc/third_party/upb/upb/ |
D | handlers-inl.h | 800 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 807 FieldDefPtr f, const HandlersPtr::utype##Handler &handler) { \
|
/third_party/glib/gobject/ |
D | gtype.c | 394 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/ |
D | ARB_uniform_buffer_object.txt | 623 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/ |
D | ARB_uniform_buffer_object.txt | 633 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/ |
D | Zhling_1280x720.264_AllCases_SHA1_Table.csv | 1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …
|
D | Adobe_PDF_sample_a_1024x768_50Frms.264_AllCases_SHA1_Table.csv | 1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …
|
D | BA_MW_D.264_AllCases_SHA1_Table.csv | 1 BitSreamSHA1, InputYUVSHA1, -utype, -frms, -numl, -numtl, -sw, -sh, -dw 0, -dh 0, -dw 1, -dh 1,-dw …
|