Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/jazzer-api/launcher/
H A Djvm_tooling.cpp67 uint32_t read_bytes = buf_size - 1; in getExecutablePath() local
70 DWORD read_bytes = GetModuleFileNameA(NULL, buf, sizeof(buf)); in getExecutablePath() local
74 uint32_t read_bytes = 0; in getExecutablePath() local
76 ssize_t read_bytes = readlink("/proc/self/exe", buf, sizeof(buf)); in getExecutablePath() local
/aosp_15_r20/external/freetype/src/base/
H A Dftstream.c124 FT_ULong read_bytes; in FT_Stream_ReadAt() local
169 FT_ULong read_bytes = 0; in FT_Stream_TryRead() local
242 FT_ULong read_bytes; in FT_Stream_EnterFrame() local
/aosp_15_r20/development/host/windows/usb/adb_winapi_test/
H A Dadb_winapi_test.cpp419 void HexDump(const void* data, const size_t read_bytes) { in HexDump()
527 ULONG read_bytes = 0; in DeviceHandShake() local
762 ULONG read_bytes = 0; in TestCloseRaceCondition() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_inputstream.cc130 uLong read_bytes = in ReadFromStream() local
190 size_t read_bytes = in NumUnreadBytes() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dframed.rs17 read_bytes: usize, field
49 read_bytes: usize, field
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/readahead/
H A Dreadahead02.c155 unsigned long *read_bytes, long long *usec, in read_testfile()
217 unsigned long read_bytes, read_bytes_ra; in test_readahead() local
/aosp_15_r20/device/linaro/dragonboard/audio/
Daudio_aec.c319 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp()
398 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
/aosp_15_r20/device/amlogic/yukawa/hal/audio/
Daudio_aec.c325 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp()
406 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc58 int (*read_bytes)(struct thread_args* args, char* buf); member
73 static int read_bytes(int fd, char* buf, size_t read_size, int spin) { in read_bytes() function
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_posix_test.cc132 size_t read_bytes; member
157 size_t read_bytes; in read_cb() local
/aosp_15_r20/test/vts-testcase/kernel/gki/
Dlz4_legacy.cpp75 ssize_t read_bytes = in Lz4DecompressLegacy() local
/aosp_15_r20/packages/modules/Virtualization/guest/kdump/
Dcrashdump.c97 ssize_t read_bytes = read(vmcore, buf, BUF_SIZE); in main() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dhugepage-mmap.c52 static int read_bytes(char *addr) in read_bytes() function
H A Dmap_hugetlb.c56 static int read_bytes(char *addr, size_t length) in read_bytes() function
H A Dhugepage-mremap.c45 static int read_bytes(char *addr, size_t len) in read_bytes() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmodel_loader.cc83 int read_bytes = 0; in InitInternal() local
/aosp_15_r20/external/tink/cc/subtle/
H A Dtest_util.cc69 auto read_bytes = next_result.value(); in ReadFromStream() local
H A Dstreaming_aead_decrypting_stream.cc58 int read_bytes; // bytes read in one Next()-call in ReadFromStream() local
/aosp_15_r20/external/rust/android-crates-io/crates/vsock/tests/
Dvsock.rs59 let read_bytes = stream.read(&mut rx_blob[rx_pos..]).expect("read failed"); in test_vsock() localVariable
/aosp_15_r20/system/core/storaged/include/
H A Duid_info.h49 uint64_t read_bytes; // bytes read (from storage layer) member
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputbuffer.cc158 size_t read_bytes = next_in_ - input_buffer_.get(); in ReadFromFile() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/tink/testing/cc/
H A Dstreaming_aead_impl.cc143 auto read_bytes = next_result.value(); in Decrypt() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfiletop.h23 __u64 read_bytes; member

12345678910