Lines Matching refs:total_size
78 size_t total_size = 0, count = 0, block_size = 0;
125 total_size += wsize;
139 if (total_size != size) {
141 size, total_size);
234 size_t total_size, size;
238 total_size = calc_manifest_size(tplg);
245 total_size += size;
250 tplg->bin = malloc(total_size);
252 tplg->bin_size = total_size;
291 if (total_size != tplg->bin_pos) {
293 total_size, tplg->bin_pos);