total 1103 src/dps8/dps8_ins.c long long total = 0; total 1130 src/dps8/dps8_ins.c total += count; total 1134 src/dps8/dps8_ins.c if (total) { total 1138 src/dps8/dps8_ins.c sim_printf ("%20"PRId64": %s\r\n", total, result); total 844 src/dps8/dps8_mgp.c int total = (int)(words * 4); total 845 src/dps8/dps8_mgp.c if (total > maxlen) total 847 src/dps8/dps8_mgp.c total = maxlen; total 850 src/dps8/dps8_mgp.c for (j = 0; j < total; j++) total 856 src/dps8/dps8_mgp.c if (total >= 16) total 860 src/dps8/dps8_mgp.c if (real_len < total) total 862 src/dps8/dps8_mgp.c total = real_len; total 866 src/dps8/dps8_mgp.c return total; total 743 src/dps8/dps8_net.c int total = (int)((uint)words * 36u / 8u); total 744 src/dps8/dps8_net.c if (total > maxlen) total 745 src/dps8/dps8_net.c total = maxlen; total 748 src/dps8/dps8_net.c for (j = 0; j < total; j++) total 776 src/dps8/dps8_net.c if (total >= 12) total 780 src/dps8/dps8_net.c if (real_len < total) total 781 src/dps8/dps8_net.c total = real_len; total 784 src/dps8/dps8_net.c return total; total 846 src/punutil/miniz.c mz_uint32 total = 0; total 852 src/punutil/miniz.c total += (((mz_uint32)pNum_codes[i]) << (max_code_size - i)); total 853 src/punutil/miniz.c while (total != (1UL << max_code_size)) total 863 src/punutil/miniz.c total--; total 2577 src/punutil/miniz.c mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; total 2586 src/punutil/miniz.c used_syms = 0, total = 0; total 2591 src/punutil/miniz.c next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); total 2593 src/punutil/miniz.c if ((65536 != total) && (used_syms > 1)) total 165 src/simh/sim_fio.c size_t c, nelem, nbuf, lcnt, total; total 182 src/simh/sim_fio.c total = 0; total 191 src/simh/sim_fio.c return total; total 193 src/simh/sim_fio.c total = total + c; total 196 src/simh/sim_fio.c return total; total 662 src/simh/sim_hints.c unsigned long long total = (unsigned long long)nprocs; total 666 src/simh/sim_hints.c if (total > reduced) total 668 src/simh/sim_hints.c reduced, total);