Searched refs:tot_size (Results 1 – 5 of 5) sorted by relevance
106 opus_int32 tot_size; in opus_repacketizer_out_range_impl() local121 tot_size = 1 + (len[count-1]>=252); in opus_repacketizer_out_range_impl()123 tot_size = 0; in opus_repacketizer_out_range_impl()129 tot_size += len[0]+1; in opus_repacketizer_out_range_impl()130 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()138 tot_size += 2*len[0]+1; in opus_repacketizer_out_range_impl()139 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()144 tot_size += len[0]+len[1]+2+(len[0]>=252); in opus_repacketizer_out_range_impl()145 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()151 if (count > 2 || (pad && tot_size < maxlen)) in opus_repacketizer_out_range_impl()[all …]
820 int tot_size; in opus_multistream_encode_native() local926 tot_size = 0; in opus_multistream_encode_native()975 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()1005 …data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1); in opus_multistream_encode_native()1007 tot_size += len; in opus_multistream_encode_native()1011 return tot_size; in opus_multistream_encode_native()
135 Dwarf_Word tot_size; in hfa_type() local136 if (dwarf_aggregate_size (ftypedie, &tot_size) < 0) in hfa_type()147 *sizep = tot_size; in hfa_type()155 *countp = tot_size / *sizep; in hfa_type()
64 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc() local67 dr = kmalloc(tot_size, gfp); in __devres_alloc()
999 uint64_t tot_size = 0; in main() local1002 tot_size += sizes[sl2]; in main()1004 if (tot_size > 0) in main()1006 outfile[sl], cx_pkt->data.frame.buf, (size_t)(tot_size), in main()