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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 44 uint32_t dst_length; member in struct:woff2::Table
woff2_dec.cc 599 uint8_t* dst, size_t dst_length) {
606 if (static_cast<uint64_t>(glyf_table->dst_offset + glyf_table->dst_length) >
607 dst_length) {
610 if (static_cast<uint64_t>(loca_table->dst_offset + loca_table->dst_length) >
611 dst_length) {
615 dst + glyf_table->dst_offset, glyf_table->dst_length,
616 dst + loca_table->dst_offset, loca_table->dst_length);
642 head_table->dst_length < kCheckSumAdjustmentOffset + 4) {
651 size_t table_length = table->dst_length;
703 uint32_t dst_length; local
    [all...]
woff2_enc.cc 82 !file->ReadU32(&table->dst_length)) {
123 size += table.dst_length;
234 table.dst_length = total_compressed_length;
237 table.dst_length = 0;
270 StoreBytes(table.dst_data, table.dst_length, &offset, result);
  /external/chromium_org/third_party/ots/src/
woff2.cc 139 uint32_t dst_length; member in struct:__anon19372::Table
148 dst_length(0) {}
709 uint8_t* dst, size_t dst_length) {
716 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length >
717 dst_length) {
720 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length >
721 dst_length) {
725 dst + glyf_table->dst_offset, glyf_table->dst_length,
726 dst + loca_table->dst_offset, loca_table->dst_length);
752 head_table->dst_length < kCheckSumAdjustmentOffset + 4)
829 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 202 milliseconds