Home
last modified time | relevance | path

Searched defs:read_bytes (Results 1 – 25 of 49) sorted by relevance

12

/external/rust/crates/regex-automata/src/
Dstate_id.rs146 fn read_bytes(slice: &[u8]) -> Self; in read_bytes() method
173 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
200 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
227 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
255 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
283 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc130 uLong read_bytes = in ReadFromStream() local
190 size_t read_bytes = in NumUnreadBytes() local
Dzlib_outputbuffer.cc97 int32 read_bytes = z_stream_->next_in - z_stream_input_.get(); in AddToInputBuffer() local
/external/rust/crates/vsock/tests/
Dvsock.rs55 let read_bytes = stream.read(&mut rx_blob[rx_pos..]).expect("read failed"); in test_vsock() localVariable
/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding.cc72 const size_t read_bytes = in DecodeBlobs() local
/external/freetype/src/base/
Dftstream.c124 FT_ULong read_bytes; in FT_Stream_ReadAt() local
167 FT_ULong read_bytes = 0; in FT_Stream_TryRead() local
238 FT_ULong read_bytes; in FT_Stream_EnterFrame() local
/external/linux-kselftest/tools/testing/selftests/vm/
Dhugepage-mmap.c52 static int read_bytes(char *addr) in read_bytes() function
Dmap_hugetlb.c56 static int read_bytes(char *addr) in read_bytes() function
/external/ImageMagick/coders/
Dora.c141 read_bytes, in ReadORAImage() local
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c158 unsigned long *read_bytes, long long *usec, in read_testfile()
220 unsigned long read_bytes, read_bytes_ra; in test_readahead() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc158 size_t read_bytes = next_in_ - input_buffer_.get(); in ReadFromFile() local
Dsnappy_outputbuffer.cc142 const int32 read_bytes = next_in_ - input_buffer_.get(); in AddToInputBuffer() local
/external/webrtc/test/fuzzers/
Daudio_processing_fuzzer_helper.cc38 const size_t read_bytes = sizeof(float) * samples_per_input_channel; in GenerateFloatFrame() local
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dencoded_data_helper.cpp111 char* read_bytes = new char[file_size]; in EncodedDataHelper() local
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c159 int read_bytes, ret; in run() local
/external/autotest/client/site_tests/security_Libcontainer/src/
Dlibcontainer_target_unittest.cc46 ssize_t read_bytes = read(read_fd_.get(), buffer, sizeof(buffer) - 1); in GetContents() local
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc154 char read_bytes[3]; in TEST() local
/external/freetype/builds/amiga/src/base/
Dftsystem.c298 unsigned long read_bytes; in ft_amiga_stream_io() local
/external/grpc-grpc/test/core/iomgr/
Dtcp_posix_test.cc152 size_t read_bytes; member
177 size_t read_bytes; in read_cb() local
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc56 int (*read_bytes)(struct thread_args* args, char* buf); member
71 static int read_bytes(int fd, char* buf, size_t read_size, int spin) { in read_bytes() function
/external/OpenCSD/decoder/tests/source/
Dmem_buff_demo.cpp326 uint32_t read_bytes = reqBytes; in mem_access_callback_fn() local
/external/grpc-grpc/test/cpp/codegen/
Dproto_utils_test.cc125 int read_bytes = 0; in BufferWriterTest() local
/external/bsdiff/
Dbspatch.cc306 size_t read_bytes; in bspatch() local
/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc178 size_t read_bytes = info.data_bytes; in InternalRead() local
/external/kernel-headers/original/uapi/linux/
Dtaskstats.h153 __u64 read_bytes; /* bytes of read I/O */ member

12