/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderBlitting.cpp | 280 … glw::GLint to_draw, glw::GLint to_read) in setUpFramebuffersForRendering() 314 … glw::GLint to_draw, glw::GLint to_read) in setUpFramebuffersForRendering() 348 glw::GLint to_read) in setUpFramebuffersForRendering()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | rateLimiter.py | 32 to_read = max(int(rate * (now - start)), 1) variable 34 to_read = min(to_read, max_buf_size) variable
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | dump_kernel_config_lib.c | 32 ssize_t to_read = count - nr_read; in ReadFullyWithRead() local 50 ssize_t to_read = count - nr_skipped; in SkipWithRead() local
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp8_multi_resolution_encoder.c | 65 size_t nbytes, to_read; in mulres_read_frame() local 79 size_t nbytes, to_read; in mulres_read_frame_by_row() local
|
/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | interval_reader.cc | 41 size_t to_read = std::min(destination.size(), end_ - current_); in DoRead() local
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | alignment.cc | 56 const size_t to_read = std::min(write_size_ - bytes_in_buffer_, size); in Write() local
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_read.c | 88 tmsize_t to_read = size - already_read; in TIFFReadAndRealloc() local 166 tmsize_t to_read; in TIFFFillStripPartial() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | BigBufferStream.cpp | 96 size_t to_read = std::min(byte_count, (size_t)(iter->size - offset)); in ReadFullyAtOffset() local
|
/aosp_15_r20/external/trusty/lk/app/tests/ |
D | cbuf_tests.c | 97 int to_read = MIN(to_read_random, pos_out - pos_in); in cbuf_tests() local
|
/aosp_15_r20/external/coreboot/src/mainboard/ti/beaglebone/ |
H A D | sd_media.c | 67 uint64_t to_read = blocks - 2; in sd_readat() local
|
/aosp_15_r20/external/bc/src/ |
H A D | read.c | 269 size_t size, to_read; in bc_read_file() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | decode.rs | 133 let to_read = *remaining as usize; in decode() localVariable 397 let to_read = rem_cap; in read_body() localVariable
|
/aosp_15_r20/external/cronet/net/filter/ |
H A D | gzip_source_stream.cc | 234 size_t to_read = std::min(gzip_footer_bytes_left_, input_data_size); in FilterData() local
|
/aosp_15_r20/bionic/tests/ |
H A D | pty_test.cpp | 92 size_t to_read = std::min(sizeof(buf), (arg->data_count + 1 - counter) * sizeof(uint32_t)); in PtyReader_28979140() local
|
/aosp_15_r20/external/bc/gen/ |
H A D | strgen.c | 149 size_t size, to_read; in bc_read_file() local
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | MapRecordReader.cpp | 178 size_t to_read = left_bytes > buffer.size() ? buffer.size() : left_bytes; in ReadMapRecordData() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_verify.cpp | 125 size_t to_read = std::min((dev_sz - file_offset), read_sz); in VerifyBlocks() local
|
/aosp_15_r20/external/vboot_reference/cgpt/ |
H A D | cgpt_nor.c | 127 size_t to_read = size - copied; in read_write() local
|
/aosp_15_r20/external/flashrom/ |
H A D | spi.c | 106 size_t to_read; in spi_chip_read() local
|
/aosp_15_r20/bootable/recovery/update_verifier/ |
H A D | update_verifier.cpp | 161 size_t to_read = std::min(remain, 1024 * kBlockSize); in ReadBlocks() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | test_helpers.cpp | 140 size_t to_read = in HashSnapshot() local
|
/aosp_15_r20/external/pigweed/pw_tls_client/ |
H A D | test_server.cc | 57 size_t to_read = std::min(current_size_, dest.size()); in DoRead() local
|
/aosp_15_r20/bootable/deprecated-ota/applypatch/ |
H A D | applypatch.cpp | 192 size_t to_read = len - p; in WriteBufferToPartition() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_decompress.cpp | 41 const size_t to_read = std::min(buffer_remaining, stream_remaining); in ReadFully() local
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | policydb.c | 2343 int rc, to_read = 2; in role_read() local 2415 int rc, to_read; in type_read() local 3264 int rc, to_read = 2; in user_read() local
|