HomeSort by relevance Sort by last modified time
    Searched refs:dst_length (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/ots/src/
woff2.cc 121 uint32_t dst_length; member in struct:__anon15718::Table
130 dst_length(0) {}
691 uint8_t* dst, size_t dst_length) {
698 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length >
699 dst_length) {
702 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length >
703 dst_length) {
707 dst + glyf_table->dst_offset, glyf_table->dst_length,
708 dst + loca_table->dst_offset, loca_table->dst_length);
734 head_table->dst_length < kCheckSumAdjustmentOffset + 4)
824 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...]

Completed in 63 milliseconds