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             685 src/dps8/dps8_mgp.c   int total = (int)(words * 4);
total             686 src/dps8/dps8_mgp.c   if (total > maxlen)
total             688 src/dps8/dps8_mgp.c       total = maxlen;
total             691 src/dps8/dps8_mgp.c   for (j = 0; j < total; j++)
total             697 src/dps8/dps8_mgp.c   if (total >= 16)
total             701 src/dps8/dps8_mgp.c       if (real_len < total)
total             703 src/dps8/dps8_mgp.c           total = real_len;
total             707 src/dps8/dps8_mgp.c   return total;
total             681 src/dps8/dps8_net.c   int total = (int)((uint)words * 36u / 8u);
total             682 src/dps8/dps8_net.c   if (total > maxlen)
total             683 src/dps8/dps8_net.c     total = maxlen;
total             686 src/dps8/dps8_net.c   for (j = 0; j < total; j++)
total             714 src/dps8/dps8_net.c   if (total >= 12)
total             718 src/dps8/dps8_net.c       if (real_len < total)
total             719 src/dps8/dps8_net.c         total = real_len;
total             722 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            2582 src/punutil/miniz.c                     mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16];
total            2591 src/punutil/miniz.c                     used_syms = 0, total = 0;
total            2596 src/punutil/miniz.c                         next_code[i + 1] = (total = ((total + total_syms[i]) << 1));
total            2598 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);