/external/zstd/tests/ |
D | rateLimiter.py | 32 to_read = max(int(rate * (now - start)), 1) variable 34 to_read = min(to_read, max_buf_size) variable
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
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()
|
/external/vboot_reference/futility/ |
D | dump_kernel_config_lib.c | 34 ssize_t to_read = count - nr_read; in ReadFullyWithRead() local 60 ssize_t to_read = count - nr_skipped; in SkipWithRead() local
|
/external/pigweed/pw_stream/ |
D | interval_reader.cc | 41 size_t to_read = std::min(destination.size(), end_ - current_); in DoRead() local
|
/external/pigweed/pw_kvs/ |
D | alignment.cc | 56 const size_t to_read = std::min(write_size_ - bytes_in_buffer_, size); in Write() local
|
/external/libvpx/libvpx/examples/ |
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
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 122 size_t to_read = size - copied; in read_write() local
|
/external/pigweed/pw_tls_client/ |
D | test_server.cc | 61 size_t to_read = std::min(current_size_, dest.size()); in DoRead() local
|
/external/erofs-utils/lib/ |
D | io.c | 305 size_t to_read; in __erofs_copy_file_range() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 88 tmsize_t to_read = size - already_read; in TIFFReadAndRealloc() local 190 tmsize_t to_read; in TIFFFillStripPartial() local
|
D | tif_dirread.c | 802 tmsize_t to_read = size - already_read; in TIFFReadDirEntryDataAndRealloc() local
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 64 Status Read(uint64 offset, size_t to_read, StringPiece* result, in Read()
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 90 Status Read(uint64 offset, size_t to_read, StringPiece* result, in Read()
|
/external/tinycompress/ |
D | compress.c | 389 int to_read = 0; in compress_read() local
|
/external/libiio/src/ |
D | iiod-client.c | 613 int to_read; in iiod_client_read_unlocked() local
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.cc | 177 size_t to_read = *buf_size < *bytes_written - *bytes_read in receive_bytes_from_peer() local
|
/external/selinux/libsepol/src/ |
D | policydb.c | 2345 int rc, to_read = 2; in role_read() local 2424 int rc, to_read; in type_read() local 3320 int rc, to_read = 2; in user_read() local
|
/external/libevent/test/ |
D | regress_ssl.c | 804 size_t to_read; member
|
/external/libbrillo/brillo/files/ |
D | safe_fd_test.cc | 161 char to_read; in TEST_F() local
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 1365 Py_ssize_t to_read = Py_MIN(in_buffer, n); in _Unpickler_ReadInto() local
|