total 613 lib/common/ipc.c unsigned int total = 0; total 637 lib/common/ipc.c total = iov[0].iov_len + header->size_uncompressed; total 639 lib/common/ipc.c if (total < max_send_size) { total 832 lib/fencing/st_client.c int total = 0; total 932 lib/fencing/st_client.c ret = write(p_write_fd, action->args + total, len - total); total 934 lib/fencing/st_client.c total += ret; total 937 lib/fencing/st_client.c } while (errno == EINTR && total < len); total 939 lib/fencing/st_client.c if (total != len) { total 940 lib/fencing/st_client.c crm_perror(LOG_ERR, "Sent %d not %d bytes", total, len); total 79 lib/gnu/md5.c ctx->total[0] = ctx->total[1] = 0; total 116 lib/gnu/md5.c ctx->total[0] += bytes; total 117 lib/gnu/md5.c if (ctx->total[0] < bytes) total 118 lib/gnu/md5.c ++ctx->total[1]; total 121 lib/gnu/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); total 122 lib/gnu/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); total 319 lib/gnu/md5.c ctx->total[0] += len; total 320 lib/gnu/md5.c if (ctx->total[0] < len) total 321 lib/gnu/md5.c ++ctx->total[1]; total 68 lib/gnu/md5.h uint32_t total[2];