Home
last modified time | relevance | path

Searched defs:to_read (Results 1 – 23 of 23) sorted by relevance

/external/zstd/tests/
DrateLimiter.py32 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/
DesextcGeometryShaderBlitting.cpp280 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/
Ddump_kernel_config_lib.c34 ssize_t to_read = count - nr_read; in ReadFullyWithRead() local
60 ssize_t to_read = count - nr_skipped; in SkipWithRead() local
/external/pigweed/pw_kvs/
Dalignment.cc56 const size_t to_read = std::min(write_size_ - bytes_in_buffer_, size); in Write() local
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c65 size_t nbytes, to_read; in mulres_read_frame() local
79 size_t nbytes, to_read; in mulres_read_frame_by_row() local
/external/adhd/cras/src/server/
Dcras_main_message.c64 int to_read, nread, rc; in read_main_message() local
Dcras_hfp_info.c615 unsigned to_read; in hfp_read() local
Daudio_thread.c238 int to_read, nread, rc; in audio_thread_read_command() local
/external/vboot_reference/cgpt/
Dcgpt_nor.c122 size_t to_read = size - copied; in read_write() local
/external/pdfium/third_party/libtiff/
Dtif_read.c88 tmsize_t to_read = size - already_read; in TIFFReadAndRealloc() local
190 tmsize_t to_read; in TIFFFillStripPartial() local
Dtif_dirread.c802 tmsize_t to_read = size - already_read; in TIFFReadDirEntryDataAndRealloc() local
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc64 Status Read(uint64 offset, size_t to_read, StringPiece* result, in Read()
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc90 Status Read(uint64 offset, size_t to_read, StringPiece* result, in Read()
/external/tinycompress/
Dcompress.c389 int to_read = 0; in compress_read() local
/external/e2fsprogs/intl/
Dloadmsgcat.c977 size_t to_read; in _nl_load_domain() local
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc177 size_t to_read = *buf_size < *bytes_written - *bytes_read in receive_bytes_from_peer() local
/external/libiio/src/
Diiod-client.c613 int to_read; in iiod_client_read_unlocked() local
/external/selinux/libsepol/src/
Dpolicydb.c2358 int rc, to_read = 2; in role_read() local
2437 int rc, to_read; in type_read() local
3139 int rc, to_read = 2; in user_read() local
/external/libevent/test/
Dregress_ssl.c804 size_t to_read; member
/external/libbrillo/brillo/files/
Dsafe_fd_test.cc161 char to_read; in TEST_F() local
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1679 const auto to_read = std::min(static_cast<uint64_t>(buffer.size()), in DownloadModuleSlice() local
/external/adhd/cras/src/libcras/
Dcras_client.c1969 int rc, to_read; in handle_command_message() local
/external/python/cpython3/Modules/
D_pickle.c1364 Py_ssize_t to_read = Py_MIN(in_buffer, n); in _Unpickler_ReadInto() local