Searched refs:total_size (Results 1 – 4 of 4) sorted by relevance
174 size_t total_size = 0; in EmitProgramInBinary() local179 total_size += size; in EmitProgramInBinary()182 std::cout << "total: " << total_size << std::endl; in EmitProgramInBinary()
42 def progress(block_num: int, block_size: int, total_size: int) -> None:
604 total_size = 0606 total_size += os.path.getsize(614 if total_size == 0:619 info.abc_size = total_size
753 size_t total_size; in DumpItemsStat() member769 stat[name].total_size += size; in DumpItemsStat()782 os << " total size = " << elem.total_size << std::endl; in DumpItemsStat()