Searched refs:dst_length (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_common.h44 uint32_t dst_length; member in struct:woff2::Table
H A Dwoff2_dec.cc599 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
597 ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, const uint8_t* transformed_buf, size_t transformed_size, uint8_t* dst, size_t dst_length) argument
[all...]
H A Dwoff2_enc.cc82 !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/
H A Dwoff2.cc139 uint32_t dst_length; member in struct:__anon14754::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 < kCheckSumAdjustmentOffse
707 ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, const uint8_t* transformed_buf, size_t transformed_size, uint8_t* dst, size_t dst_length) argument
829 uint32_t dst_length; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h126 unsigned dst_length);
H A Dlp_bld_pack.c744 * 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), "");
747 lp_build_pad_vector(struct gallivm_state *gallivm, LLVMValueRef src, struct lp_type src_type, unsigned dst_length) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h126 unsigned dst_length);
H A Dlp_bld_pack.c744 * 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), "");
747 lp_build_pad_vector(struct gallivm_state *gallivm, LLVMValueRef src, struct lp_type src_type, unsigned dst_length) argument
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.c582 uint8_t dst_length)
590 if (reformatted_index + 16 > dst_length) {
578 phFriNfc_ISO15693_Reformat_Pageread_Buffer( uint8_t *p_recv_buf, uint8_t recv_length, uint8_t *p_dst_buf, uint8_t dst_length) argument

Completed in 416 milliseconds