Home
last modified time | relevance | path

Searched refs:bytes_remaining (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
Dbase64.c150 int bytes_remaining = in_size; in av_base64_encode() local
156 while (bytes_remaining > 3) { in av_base64_encode()
158 in += 3; bytes_remaining -= 3; in av_base64_encode()
165 while (bytes_remaining) { in av_base64_encode()
167 bytes_remaining--; in av_base64_encode()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc131 reader->bytes_remaining == 0); in alts_is_frame_reader_done()
139 return alts_has_read_frame_length(reader) ? reader->bytes_remaining : 0; in alts_get_reader_bytes_remaining()
150 reader->bytes_remaining = 0; in alts_reset_frame_reader()
199 reader->bytes_remaining = frame_length - kFrameMessageTypeFieldSize; in alts_read_frame_bytes()
202 size_t bytes_to_write = GPR_MIN(*bytes_size, reader->bytes_remaining); in alts_read_frame_bytes()
206 reader->bytes_remaining -= bytes_to_write; in alts_read_frame_bytes()
Dframe_handler.h60 size_t bytes_remaining; member
/third_party/node/deps/npm/node_modules/jsonparse/
Djsonparse.js68 …this.bytes_remaining = 0; // number of bytes remaining in multi byte utf8 char to read after split…
161 if (this.bytes_remaining > 0) {
162 for (var j = 0; j < this.bytes_remaining; j++) {
163 …this.temp_buffs[this.bytes_in_sequence][this.bytes_in_sequence - this.bytes_remaining + j] = buffe…
167 this.bytes_in_sequence = this.bytes_remaining = 0;
169 …} else if (this.bytes_remaining === 0 && n >= 128) { // else if no remainder bytes carried over, p…
180 this.bytes_remaining = (i + this.bytes_in_sequence) - buffer.length;
/third_party/glib/gio/
Dgdbusserver.c906 gsize bytes_remaining; in try_tcp() local
923 bytes_remaining = 16; in try_tcp()
924 while (bytes_remaining > 0) in try_tcp()
929 ret = write (fd, server->nonce + bytes_written, bytes_remaining); in try_tcp()
944 bytes_remaining -= ret; in try_tcp()
/third_party/openssl/crypto/rand/
Drand_vms.c368 size_t bytes_remaining = rand_pool_bytes_remaining(pool); in data_collect_method() local
473 if (total_length > bytes_remaining) in data_collect_method()
474 total_length = bytes_remaining; in data_collect_method()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1476 unsigned char** bytes_remaining, in ssl_bytes_remaining() argument
1478 if (impl == nullptr || bytes_remaining == nullptr || in ssl_bytes_remaining()
1487 *bytes_remaining = static_cast<uint8_t*>(gpr_malloc(bytes_in_ssl)); in ssl_bytes_remaining()
1488 int bytes_read = BIO_read(SSL_get_rbio(impl->ssl), *bytes_remaining, in ssl_bytes_remaining()
1495 gpr_free(*bytes_remaining); in ssl_bytes_remaining()
1496 *bytes_remaining = nullptr; in ssl_bytes_remaining()
/third_party/ffmpeg/libavcodec/
Dadpcm.c1450 int bytes_remaining; in adpcm_decode_frame() local
1461 bytes_remaining = bytestream2_get_bytes_left(&gb); in adpcm_decode_frame()
1462 if (bytes_remaining > 0) { in adpcm_decode_frame()
1463 bytestream2_skip(&gb, bytes_remaining); in adpcm_decode_frame()
/third_party/flutter/skia/third_party/externals/libwebp/
DREADME757 while (bytes_remaining > 0) {
760 bytes_remaining -= bytes_read;
/third_party/skia/third_party/externals/libwebp/
DREADME763 while (bytes_remaining > 0) {
766 bytes_remaining -= bytes_read;