total 592 lib/common/ipc_server.c unsigned int total = 0; total 620 lib/common/ipc_server.c total = iov[0].iov_len + header->size_uncompressed; total 622 lib/common/ipc_server.c if (total < max_send_size) { total 83 lib/common/md5.c ctx->total[0] = ctx->total[1] = 0; total 120 lib/common/md5.c ctx->total[0] += bytes; total 121 lib/common/md5.c if (ctx->total[0] < bytes) total 122 lib/common/md5.c ++ctx->total[1]; total 125 lib/common/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); total 126 lib/common/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); total 343 lib/common/md5.c ctx->total[0] += lolen; total 344 lib/common/md5.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 83 lib/gnu/md5.c ctx->total[0] = ctx->total[1] = 0; total 120 lib/gnu/md5.c ctx->total[0] += bytes; total 121 lib/gnu/md5.c if (ctx->total[0] < bytes) total 122 lib/gnu/md5.c ++ctx->total[1]; total 125 lib/gnu/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); total 126 lib/gnu/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); total 343 lib/gnu/md5.c ctx->total[0] += lolen; total 344 lib/gnu/md5.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 76 lib/gnu/md5.h uint32_t total[2]; total 448 lib/services/services_linux.c int ret, total = 0, len = strlen(buffer); total 452 lib/services/services_linux.c ret = write(op->opaque->stdin_fd, buffer + total, len - total); total 454 lib/services/services_linux.c total += ret; total 457 lib/services/services_linux.c } while ((errno == EINTR) && (total < len)); total 111 maint/gnulib/lib/bitset/stats.c unsigned total = 0; total 113 maint/gnulib/lib/bitset/stats.c total += bins[i]; total 115 maint/gnulib/lib/bitset/stats.c if (!total) total 123 maint/gnulib/lib/bitset/stats.c (100.0 * bins[i]) / total); total 132 maint/gnulib/lib/bitset/stats.c unsigned total = 0; total 134 maint/gnulib/lib/bitset/stats.c total += bins[i]; total 136 maint/gnulib/lib/bitset/stats.c if (!total) total 155 maint/gnulib/lib/bitset/stats.c max_width, i, bins[i], 100.0 * bins[i] / total); total 163 maint/gnulib/lib/bitset/stats.c (100.0 * bins[i]) / total); total 169 maint/gnulib/lib/bitset/stats.c (100.0 * bins[i]) / total); total 60 maint/gnulib/lib/full-write.c size_t total = 0; total 73 maint/gnulib/lib/full-write.c total += n_rw; total 78 maint/gnulib/lib/full-write.c return total; total 355 maint/gnulib/lib/get-rusage-as.c uintptr_t total = 0; total 357 maint/gnulib/lib/get-rusage-as.c vma_iterate (vma_iterate_callback, &total); total 359 maint/gnulib/lib/get-rusage-as.c return total; total 54 maint/gnulib/lib/md4.c ctx->total[0] = ctx->total[1] = 0; total 91 maint/gnulib/lib/md4.c ctx->total[0] += bytes; total 92 maint/gnulib/lib/md4.c if (ctx->total[0] < bytes) total 93 maint/gnulib/lib/md4.c ++ctx->total[1]; total 99 maint/gnulib/lib/md4.c ctx->buffer[(bytes + pad) / 4] = SWAP (ctx->total[0] << 3); total 100 maint/gnulib/lib/md4.c ctx->buffer[(bytes + pad) / 4 + 1] = SWAP ((ctx->total[1] << 3) | total 101 maint/gnulib/lib/md4.c (ctx->total[0] >> 29)); total 227 maint/gnulib/lib/md4.c ctx->total[0] += lolen; total 228 maint/gnulib/lib/md4.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 39 maint/gnulib/lib/md4.h uint32_t total[2]; total 74 maint/gnulib/lib/md5.c ctx->total[0] = ctx->total[1] = 0; total 111 maint/gnulib/lib/md5.c ctx->total[0] += bytes; total 112 maint/gnulib/lib/md5.c if (ctx->total[0] < bytes) total 113 maint/gnulib/lib/md5.c ++ctx->total[1]; total 116 maint/gnulib/lib/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); total 117 maint/gnulib/lib/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); total 245 maint/gnulib/lib/md5.c ctx->total[0] += lolen; total 246 maint/gnulib/lib/md5.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 76 maint/gnulib/lib/md5.h uint32_t total[2]; total 136 maint/gnulib/lib/progreloc.c size_t total = 0; total 149 maint/gnulib/lib/progreloc.c total += n; total 154 maint/gnulib/lib/progreloc.c return total; total 162 maint/gnulib/lib/relocwrapper.c size_t total; total 171 maint/gnulib/lib/relocwrapper.c total = 0; total 173 maint/gnulib/lib/relocwrapper.c total += strlen (libdirs[i]) + 1; total 174 maint/gnulib/lib/relocwrapper.c total += strlen (old_value) + 1; total 176 maint/gnulib/lib/relocwrapper.c value = (char *) malloc (total); total 62 maint/gnulib/lib/sha1.c ctx->total[0] = ctx->total[1] = 0; total 100 maint/gnulib/lib/sha1.c ctx->total[0] += bytes; total 101 maint/gnulib/lib/sha1.c if (ctx->total[0] < bytes) total 102 maint/gnulib/lib/sha1.c ++ctx->total[1]; total 105 maint/gnulib/lib/sha1.c ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); total 106 maint/gnulib/lib/sha1.c ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3); total 239 maint/gnulib/lib/sha1.c ctx->total[0] += lolen; total 240 maint/gnulib/lib/sha1.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 48 maint/gnulib/lib/sha1.h uint32_t total[2]; total 66 maint/gnulib/lib/sha256.c ctx->total[0] = ctx->total[1] = 0; total 82 maint/gnulib/lib/sha256.c ctx->total[0] = ctx->total[1] = 0; total 131 maint/gnulib/lib/sha256.c ctx->total[0] += bytes; total 132 maint/gnulib/lib/sha256.c if (ctx->total[0] < bytes) total 133 maint/gnulib/lib/sha256.c ++ctx->total[1]; total 139 maint/gnulib/lib/sha256.c SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29))); total 141 maint/gnulib/lib/sha256.c SWAP (ctx->total[0] << 3)); total 317 maint/gnulib/lib/sha256.c ctx->total[0] += lolen; total 318 maint/gnulib/lib/sha256.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 46 maint/gnulib/lib/sha256.h uint32_t total[2]; total 66 maint/gnulib/lib/sha512.c ctx->total[0] = ctx->total[1] = u64lo (0); total 82 maint/gnulib/lib/sha512.c ctx->total[0] = ctx->total[1] = u64lo (0); total 131 maint/gnulib/lib/sha512.c ctx->total[0] = u64plus (ctx->total[0], u64lo (bytes)); total 132 maint/gnulib/lib/sha512.c if (u64lt (ctx->total[0], u64lo (bytes))) total 133 maint/gnulib/lib/sha512.c ctx->total[1] = u64plus (ctx->total[1], u64lo (1)); total 139 maint/gnulib/lib/sha512.c SWAP (u64or (u64shl (ctx->total[1], 3), total 140 maint/gnulib/lib/sha512.c u64shr (ctx->total[0], 61)))); total 142 maint/gnulib/lib/sha512.c SWAP (u64shl (ctx->total[0], 3))); total 341 maint/gnulib/lib/sha512.c ctx->total[0] = u64plus (ctx->total[0], lolen); total 342 maint/gnulib/lib/sha512.c ctx->total[1] = u64plus (ctx->total[1], total 344 maint/gnulib/lib/sha512.c u64lo (u64lt (ctx->total[0], lolen)))); total 46 maint/gnulib/lib/sha512.h u64 total[2]; total 79 maint/gnulib/lib/sm3.c ctx->total[0] = ctx->total[1] = 0; total 116 maint/gnulib/lib/sm3.c ctx->total[0] += bytes; total 117 maint/gnulib/lib/sm3.c if (ctx->total[0] < bytes) total 118 maint/gnulib/lib/sm3.c ++ctx->total[1]; total 124 maint/gnulib/lib/sm3.c SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29))); total 126 maint/gnulib/lib/sm3.c SWAP (ctx->total[0] << 3)); total 282 maint/gnulib/lib/sm3.c ctx->total[0] += lolen; total 283 maint/gnulib/lib/sm3.c ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); total 52 maint/gnulib/lib/sm3.h uint32_t total[2]; total 313 maint/gnulib/lib/timevar.c struct timevar_time_def const* total = &timevars[tv_total].elapsed; total 332 maint/gnulib/lib/timevar.c const int usr = total->user ? tv->elapsed.user * 100 / total->user : 0; total 333 maint/gnulib/lib/timevar.c const int sys = total->sys ? tv->elapsed.sys * 100 / total->sys : 0; total 334 maint/gnulib/lib/timevar.c const int wall = total->wall ? tv->elapsed.wall * 100 / total->wall : 0; total 348 maint/gnulib/lib/timevar.c fprintf (fp, "%8.3f ", total->user * 1e-9); total 349 maint/gnulib/lib/timevar.c fprintf (fp, "%8.3f ", total->sys * 1e-9); total 350 maint/gnulib/lib/timevar.c fprintf (fp, "%11.6f\n", total->wall * 1e-9);