Home
last modified time | relevance | path

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

123

/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_t read_bytes = z_stream_->next_in - z_stream_input_.get(); in AddToInputBuffer() 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/rust/crates/tokio-util/tests/
Dframed.rs17 read_bytes: usize, field
49 read_bytes: usize, field
/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, size_t length) in read_bytes() function
Dhugepage-mremap.c45 static int read_bytes(char *addr, size_t len) in read_bytes() function
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dmodel_loader.cc83 int read_bytes = 0; in InitInternal() local
/external/ImageMagick/coders/
Dora.c141 read_bytes, in ReadORAImage() local
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c155 unsigned long *read_bytes, long long *usec, in read_testfile()
217 unsigned long read_bytes, read_bytes_ra; in test_readahead() local
/external/rust/crates/vsock/tests/
Dvsock.rs59 let read_bytes = stream.read(&mut rx_blob[rx_pos..]).expect("read failed"); in test_vsock() localVariable
/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_t read_bytes = next_in_ - input_buffer_.get(); in AddToInputBuffer() local
/external/rust/crates/protobuf/src/coded_input_stream/
Dinput_buf.rs76 pub(crate) fn read_bytes<'b>(&mut self, dest: &'b mut [MaybeUninit<u8>]) -> &'b mut [u8] { in read_bytes() method
/external/bcc/libbpf-tools/
Dfiletop.h23 __u64 read_bytes; member
/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.c163 int read_bytes, ret; in run() local
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
Dabc.py62 def read_bytes(self): member in Traversable
/external/python/cryptography/src/cryptography/hazmat/
D_der.py60 def read_bytes(self, n): member in DERReader
/external/python/setuptools/setuptools/_vendor/importlib_resources/
Dabc.py62 def read_bytes(self): member in Traversable
/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/python/cpython3/Lib/importlib/
Dreaders.py74 def read_bytes(self): member in MultiplexedPath

123