Searched refs:dst_length (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 1029 unsigned dst_length) in lp_build_pad_vector() argument 1040 undef = LLVMGetUndef(LLVMVectorType(type, dst_length)); in lp_build_pad_vector() 1047 assert(dst_length <= ARRAY_SIZE(elems)); in lp_build_pad_vector() 1048 assert(dst_length >= src_length); in lp_build_pad_vector() 1050 if (src_length == dst_length) in lp_build_pad_vector() 1058 for (i = src_length; i < dst_length; ++i) in lp_build_pad_vector() 1062 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
|
D | lp_bld_pack.h | 155 unsigned dst_length);
|
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 890 if ( info->loca_table->dst_length != expected_loca_length ) in reconstruct_glyf() 1204 info->glyf_table->dst_length = dest_offset - info->glyf_table->dst_offset; in reconstruct_glyf() 1208 loca_values[num_glyphs] = info->glyf_table->dst_length; in reconstruct_glyf() 1220 info->loca_table->dst_length = dest_offset - info->loca_table->dst_offset; in reconstruct_glyf() 1224 FT_TRACE4(( " dst_length = %lu\n", info->loca_table->dst_length )); in reconstruct_glyf() 1684 WRITE_ULONG( buf_cursor, table.dst_length ); in reconstruct_font() 1695 if ( (FT_ULong)( table.dst_offset + table.dst_length ) > dest_offset ) in reconstruct_font() 1710 if ( info->head_table->dst_length < 12 ) in reconstruct_font() 1899 if ( READ_BASE128( table->dst_length ) ) in woff2_open_font() 1902 table->TransformLength = table->dst_length; in woff2_open_font() [all …]
|
/external/freetype/include/freetype/internal/ |
D | wofftypes.h | 195 FT_ULong dst_length; /* uncompressed table length */ member
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 5857 int32_t dst_length, in arm_circularRead_f32() argument 5867 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_f32() 5956 int32_t dst_length, in arm_circularRead_q15() argument 5967 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_q15() 6056 int32_t dst_length, in arm_circularRead_q7() argument 6067 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_q7()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 5857 int32_t dst_length, in arm_circularRead_f32() argument 5867 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_f32() 5956 int32_t dst_length, in arm_circularRead_q15() argument 5967 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_q15() 6056 int32_t dst_length, in arm_circularRead_q7() argument 6067 dst_end = (int32_t) (dst_base + dst_length); in arm_circularRead_q7()
|
/external/freetype/ |
D | ChangeLog | 1663 (WOFF2_TableRec): s/OrigLength/dst_length/.
|