Searched refs:left_to_fill (Results 1 – 4 of 4) sorted by relevance
200 unsigned int number_left, left_to_fill; in sctp_sha1_update() local204 left_to_fill = sizeof(ctx->sha_block) - ctx->how_many_in_block; in sctp_sha1_update()205 if (left_to_fill > number_left) { in sctp_sha1_update()215 ptr, left_to_fill); in sctp_sha1_update()218 number_left -= left_to_fill; in sctp_sha1_update()219 ctx->running_total += left_to_fill; in sctp_sha1_update()221 ptr = (const unsigned char *)(ptr + left_to_fill); in sctp_sha1_update()241 int left_to_fill; in sctp_sha1_final() local250 left_to_fill = sizeof(ctx->sha_block) - ctx->how_many_in_block; in sctp_sha1_final()251 if (left_to_fill == 0) { in sctp_sha1_final()[all …]
91 pa_usec_t now, left_to_fill; in source_process_msg() local94 left_to_fill = u->timestamp > now ? u->timestamp - now : 0ULL; in source_process_msg()96 *((int64_t*) data) = (int64_t)u->block_usec - left_to_fill; in source_process_msg()
321 gsize in_buffer, left_to_fill; in buffer_ensure_space() local328 left_to_fill = buffer_tailspace (buffer); in buffer_ensure_space()330 if (in_buffer + left_to_fill >= at_least_size) in buffer_ensure_space()
316 gsize in_buffer, left_to_fill; in buffer_ensure_space() local323 left_to_fill = buffer_tailspace (buffer); in buffer_ensure_space()325 if (in_buffer + left_to_fill >= at_least_size) in buffer_ensure_space()