Home
last modified time | relevance | path

Searched refs:left_to_fill (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c200 unsigned int number_left, left_to_fill; in sctp_sha1_update() local
204 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() local
250 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 …]
/third_party/pulseaudio/src/modules/
Dmodule-sine-source.c91 pa_usec_t now, left_to_fill; in source_process_msg() local
94 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()
/third_party/glib/gio/
Dgconverteroutputstream.c321 gsize in_buffer, left_to_fill; in buffer_ensure_space() local
328 left_to_fill = buffer_tailspace (buffer); in buffer_ensure_space()
330 if (in_buffer + left_to_fill >= at_least_size) in buffer_ensure_space()
Dgconverterinputstream.c316 gsize in_buffer, left_to_fill; in buffer_ensure_space() local
323 left_to_fill = buffer_tailspace (buffer); in buffer_ensure_space()
325 if (in_buffer + left_to_fill >= at_least_size) in buffer_ensure_space()