Searched refs:dst_length (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/ots/src/ |
D | woff2.cc | 111 uint32_t dst_length; member 120 dst_length(0) {} in Table() 681 uint8_t* dst, size_t dst_length) { in ReconstructTransformed() argument 688 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length > in ReconstructTransformed() 689 dst_length) { in ReconstructTransformed() 692 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length > in ReconstructTransformed() 693 dst_length) { in ReconstructTransformed() 697 dst + glyf_table->dst_offset, glyf_table->dst_length, in ReconstructTransformed() 698 dst + loca_table->dst_offset, loca_table->dst_length); in ReconstructTransformed() 724 head_table->dst_length < kCheckSumAdjustmentOffset + 4) { in FixChecksums() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 750 unsigned dst_length) in lp_build_pad_vector() argument 756 assert(dst_length <= Elements(elems)); in lp_build_pad_vector() 757 assert(dst_length > src_type.length); in lp_build_pad_vector() 759 if (src_type.length == dst_length) in lp_build_pad_vector() 764 …p_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src); in lp_build_pad_vector() 772 for (i = src_type.length; i < dst_length; ++i) in lp_build_pad_vector() 776 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
|
D | lp_bld_pack.h | 126 unsigned dst_length);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 750 unsigned dst_length) in lp_build_pad_vector() argument 756 assert(dst_length <= Elements(elems)); in lp_build_pad_vector() 757 assert(dst_length > src_type.length); in lp_build_pad_vector() 759 if (src_type.length == dst_length) in lp_build_pad_vector() 764 …p_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src); in lp_build_pad_vector() 772 for (i = src_type.length; i < dst_length; ++i) in lp_build_pad_vector() 776 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
|
D | lp_bld_pack.h | 126 unsigned dst_length);
|
/external/libnfc-nxp/src/ |
D | phFriNfc_ISO15693Map.c | 582 uint8_t dst_length) in phFriNfc_ISO15693_Reformat_Pageread_Buffer() argument 590 if (reformatted_index + 16 > dst_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
|