/external/chromium_org/third_party/ots/src/ |
woff2.cc | 111 uint32_t dst_length; member in struct:__anon13833::Table 120 dst_length(0) {} 681 uint8_t* dst, size_t dst_length) { 688 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length > 689 dst_length) { 692 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length > 693 dst_length) { 697 dst + glyf_table->dst_offset, glyf_table->dst_length, 698 dst + loca_table->dst_offset, loca_table->dst_length); 724 head_table->dst_length < kCheckSumAdjustmentOffset + 4) 814 uint32_t dst_length; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.h | 126 unsigned dst_length);
|
lp_bld_pack.c | 744 * Expands src vector from src.length to dst_length 750 unsigned dst_length) 756 assert(dst_length <= Elements(elems)); 757 assert(dst_length > src_type.length); 759 if (src_type.length == dst_length) 764 return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src); 772 for (i = src_type.length; i < dst_length; ++i) 776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.h | 126 unsigned dst_length);
|
lp_bld_pack.c | 744 * Expands src vector from src.length to dst_length 750 unsigned dst_length) 756 assert(dst_length <= Elements(elems)); 757 assert(dst_length > src_type.length); 759 if (src_type.length == dst_length) 764 return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src); 772 for (i = src_type.length; i < dst_length; ++i) 776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.c | 582 uint8_t dst_length) 590 if (reformatted_index + 16 > dst_length) { [all...] |