Lines Matching defs:total
1044 mz_ulong total_in; // total number of bytes consumed so far
1048 mz_ulong total_out; // total number of bytes produced so far
1380 // Returns the total number of files in the archive.
2699 mz_uint i, j, used_syms, total, sym_index, next_code[17],
2707 used_syms = 0, total = 0;
2711 next_code[i + 1] = (total = ((total + total_syms[i]) << 1));
2713 if ((65536 != total) && (used_syms > 1)) {
3272 mz_uint32 total = 0;
3277 total += (((mz_uint32)pNum_codes[i]) << (max_code_size - i));
3278 while (total != (1UL << max_code_size)) {
3286 total--;
7482 // Calculate total size.
13311 // compute total header size.