/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 108 switch(it->itype) in asn1_item_ex_combine_new() 233 switch(it->itype) in asn1_item_clear() 340 if (it->itype == ASN1_ITYPE_MSTRING) in ASN1_primitive_new() 369 if (it->itype == ASN1_ITYPE_MSTRING && str) in ASN1_primitive_new() 391 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in asn1_primitive_clear()
|
D | tasn_fre.c | 87 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in asn1_item_combine_free() 94 switch(it->itype) in asn1_item_combine_free() 224 else if (it->itype == ASN1_ITYPE_MSTRING) in ASN1_primitive_free()
|
D | tasn_utl.c | 93 if (it->itype != ASN1_ITYPE_SEQUENCE && in asn1_get_references() 94 it->itype != ASN1_ITYPE_NDEF_SEQUENCE) { in asn1_get_references()
|
D | tasn_enc.c | 139 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval) in ASN1_item_ex_i2d() 145 switch(it->itype) in ASN1_item_ex_i2d() 585 if ((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_ex_i2c() 591 if (it->itype == ASN1_ITYPE_MSTRING) in asn1_ex_i2c()
|
D | tasn_prn.c | 224 switch(it->itype) in asn1_item_print_ctx() 335 BIO_printf(out, "Unprocessed type %d\n", it->itype); in asn1_item_print_ctx() 550 if (it->itype == ASN1_ITYPE_MSTRING) in asn1_primitive_print()
|
D | tasn_dec.c | 179 switch(it->itype) in ASN1_item_ex_d2i() 782 if (it->itype == ASN1_ITYPE_MSTRING) in asn1_d2i_ex_primitive()
|
/external/elfutils/src/backends/ |
D | linux-core-note.c | 120 #define FIELD(igroup, itype, item, fmt, ...) \ argument 125 .type = TYPE_##itype, \ 156 #define FIELD(igroup, itype, item, fmt, ...) \ argument 161 .type = TYPE_##itype, \
|
/external/ceres-solver/internal/ceres/ |
D | suitesparse.cc | 66 triplet.itype = CHOLMOD_INT; in CreateSparseMatrix() 88 triplet.itype = CHOLMOD_INT; in CreateSparseMatrixTranspose() 107 m.itype = CHOLMOD_INT; in CreateSparseMatrixTransposeView() 233 block_matrix.itype = CHOLMOD_INT; in BlockAMDOrdering()
|
D | covariance_impl.cc | 457 cholmod_jacobian.itype = CHOLMOD_LONG; in ComputeCovarianceValuesUsingSuiteSparseQR()
|
/external/v8/test/cctest/compiler/ |
D | value-helper.h | 113 #define FOR_INPUTS(ctype, itype, var) \ argument 114 std::vector<ctype> var##_vec = ValueHelper::itype##_vector(); \
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 79 res.itype = CHOLMOD_INT; in viewAsCholmod() 83 res.itype = CHOLMOD_LONG; in viewAsCholmod()
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 3025 Instr itype = instr->Mask(NEONLoadStoreMultiStructMask); in NEONLoadStoreMultiStructHelper() local 3026 if (((itype == NEON_LD1_1v) || (itype == NEON_LD1_2v) || in NEONLoadStoreMultiStructHelper() 3027 (itype == NEON_LD1_3v) || (itype == NEON_LD1_4v) || in NEONLoadStoreMultiStructHelper() 3028 (itype == NEON_ST1_1v) || (itype == NEON_ST1_2v) || in NEONLoadStoreMultiStructHelper() 3029 (itype == NEON_ST1_3v) || (itype == NEON_ST1_4v)) && in NEONLoadStoreMultiStructHelper() 3142 Instr itype = instr->Mask(NEONLoadStoreSingleStructMask); in NEONLoadStoreSingleStructHelper() local 3143 if (((itype == NEON_LD1_b) || (itype == NEON_LD1_h) || in NEONLoadStoreSingleStructHelper() 3144 (itype == NEON_LD1_s) || (itype == NEON_LD1_d)) && in NEONLoadStoreSingleStructHelper()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 767 LLVMTypeRef itype = LLVMPointerType(bld->bld_base.int_bld.vec_type, 0); in emit_fetch_temporary() local 770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, ""); in emit_fetch_temporary() 1072 LLVMTypeRef itype = bld_base->int_bld.vec_type; in emit_store_chan() local 1073 LLVMTypeRef ivtype = LLVMPointerType(itype, 0); in emit_store_chan() 1079 temp_value_ptr = LLVMBuildBitCast(builder, value, itype, ""); in emit_store_chan()
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 516 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member
|
/external/bison/doc/ |
D | bison.texi | 3729 int itype; 3736 then you can write @code{$<itype>1} to refer to the first subunit of the 12318 @c LocalWords: ptypes itype YYPRINT trigraphs yytname expseq vindex dtype Unary
|
D | bison.info | 3975 int itype; 3979 then you can write `$<itype>1' to refer to the first subunit of the
|