/third_party/ffmpeg/libavcodec/ |
H A D | pnm_parser.c | 30 int remaining_bytes; member 51 if (pnmpc->remaining_bytes) { in pnm_parse() 52 int inc = FFMIN(pnmpc->remaining_bytes, buf_size); in pnm_parse() 54 pnmpc->remaining_bytes -= inc; in pnm_parse() 56 if (!pnmpc->remaining_bytes) in pnm_parse() 122 pnmpc->remaining_bytes = next - buf_size; in pnm_parse()
|
/third_party/curl/tests/libtest/ |
H A D | lib1533.c | 40 size_t remaining_bytes; member 49 data->remaining_bytes = 3; in reset_data() 62 size_t bytes_to_send = data->remaining_bytes; in read_callback() 68 data->remaining_bytes -= bytes_to_send; in read_callback() 153 (curl_off_t)data.remaining_bytes); in test()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_esgs_io_to_mem.c | 63 unsigned remaining_bytes = total_bytes - full_dwords * 4u; in emit_split_buffer_load() local 69 if (remaining_bytes == 3) { in emit_split_buffer_load() 70 remaining_bytes = 0; in emit_split_buffer_load() 78 if (remaining_bytes) in emit_split_buffer_load() 79 comps[full_dwords] = nir_build_load_buffer_amd(b, 1, remaining_bytes * 8, desc, v_off, s_off, in emit_split_buffer_load() 82 return nir_extract_bits(b, comps, full_dwords + !!remaining_bytes, 0, num_components, bit_size); in emit_split_buffer_load()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.cc | 183 ZPOS64_T remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local 184 if (!buffer || !buffer->data || !remaining_bytes) in ReadZipBuffer() 186 if (size > remaining_bytes) in ReadZipBuffer() 187 size = remaining_bytes; in ReadZipBuffer()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_internal.cc | 183 ZPOS64_T remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local 184 if (!buffer || !buffer->data || !remaining_bytes) in ReadZipBuffer() 186 if (size > remaining_bytes) in ReadZipBuffer() 187 size = remaining_bytes; in ReadZipBuffer()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor.cc | 615 const size_t remaining_bytes = bytes_.size() - status_.pos; in ReadNextToken() local 647 if (token_byte_length > remaining_bytes) { in ReadNextToken() 655 if (kEncodedDoubleSize > remaining_bytes) { in ReadNextToken() 663 if (kEncodedEnvelopeHeaderSize > remaining_bytes) { in ReadNextToken() 681 if (token_byte_length > remaining_bytes) { in ReadNextToken() 732 if (token_byte_length > remaining_bytes) { in ReadNextToken() 749 if (token_byte_length > remaining_bytes) { in ReadNextToken()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_internal.cc | 178 size_t remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local 179 if (!buffer || !buffer->data || !remaining_bytes) in ReadZipBuffer() 181 size = std::min(size, static_cast<uLong>(remaining_bytes)); in ReadZipBuffer()
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_appendable_fuzzer.cc | 36 while (provider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_write.c | 256 unsigned int remaining_bytes = sizeof(dec); in parse_serial_decimal_format() local 270 while (remaining_bytes > 0) { in parse_serial_decimal_format() 275 val = (dec >> ((remaining_bytes - 1) * 8)) & 0xFF; in parse_serial_decimal_format() 284 remaining_bytes--; in parse_serial_decimal_format()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 751 const size_t remaining_bytes = bytes_.size() - status_.pos; in ReadNextToken() local 783 if (token_byte_length > remaining_bytes) { in ReadNextToken() 791 if (kEncodedDoubleSize > remaining_bytes) { in ReadNextToken() 799 if (kEncodedEnvelopeHeaderSize > remaining_bytes) { in ReadNextToken() 817 if (token_byte_length > remaining_bytes) { in ReadNextToken() 868 if (token_byte_length > remaining_bytes) { in ReadNextToken() 885 if (token_byte_length > remaining_bytes) { in ReadNextToken()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 1409 auto remaining_bytes = deserializer_.end_ - deserializer_.position_; in DeserializeScript() local 1410 if (remaining_bytes > 0 && remaining_bytes < v8::String::kMaxLength) { in DeserializeScript() 1415 NewStringType::kNormal, static_cast<int>(remaining_bytes)) in DeserializeScript()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.h | 103 std::size_t remaining_bytes() const { return buffer_.remaining_size(); } in remaining_bytes() function in genesys::ImagePipelineNodeBufferedCallableSource
|
H A D | gl843.cpp | 1187 std::size_t remaining_lines = dev->get_pipeline_source().remaining_bytes() / in detect_document_end()
|
H A D | gl841.cpp | 1396 std::size_t remaining_lines = dev->get_pipeline_source().remaining_bytes() / in detect_document_end()
|
H A D | gl646.cpp | 1453 if (bytes_left < dev->get_pipeline_source().remaining_bytes()) { in detect_document_end()
|
/third_party/backends/backend/ |
H A D | microtek2.c | 4643 RII_GET_V300_REMAINBYTES(ms->remaining_bytes, result); in scsi_read_image_info() 4650 RII_GET_REMAINBYTES(ms->remaining_bytes, result); in scsi_read_image_info() 4654 ms->ppl, ms->bpl, ms->src_remaining_lines, ms->remaining_bytes); in scsi_read_image_info() 5610 ms->temporary_buffer = (uint8_t *) malloc(ms->remaining_bytes); in prepare_buffers() 5612 (void *) ms->temporary_buffer, ms->remaining_bytes); in prepare_buffers() 8330 for ( pixel = 0; pixel < ms->remaining_bytes; pixel++ ) in auto_adjust_proc_data() 8333 threshold /= ms->remaining_bytes; in auto_adjust_proc_data() 8334 lines = ms->remaining_bytes / ms->bpl; in auto_adjust_proc_data()
|
H A D | microtek2.h | 1109 uint32_t remaining_bytes; /* remaining bytes as returned by RII */ member
|