Home
last modified time | relevance | path

Searched defs:total_len (Results 1 – 25 of 82) sorted by relevance

1234

/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_config.h80 uint8_t total_len() const { return server_id_len_ + nonce_len_ + 1; } in total_len() function
/external/minijail/
Dsyscall_filter.h26 size_t total_len; member
/external/wpa_supplicant_8/src/crypto/
Daes-omac1.c49 size_t i, e, left, total_len; in omac1_aes_vector() local
/external/tensorflow/tensorflow/lite/
Dstring_util.cc50 int total_len = (strings.size() - 1) * separator.len; in AddJoinedString() local
/external/lz4/lib/
Dxxhash.h277 uint64_t total_len; member
303 unsigned long long total_len; member
/external/angle/src/common/third_party/xxhash/
Dxxhash.h290 uint64_t total_len; member
318 unsigned long long total_len; member
/external/ltp/testcases/kernel/irq/
Dirqbalance01.c63 static size_t total_len; in read_proc_file() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_android.c27 int total_len; member
/external/rust/crates/twox-hash/src/
Dthirty_two.rs33 total_len: u64, field
244 pub fn total_len(&self) -> u32 { in total_len() method
Dsixty_four.rs28 total_len: u64, field
264 pub fn total_len(&self) -> u64 { in total_len() method
/external/cronet/net/spdy/
Dbidirectional_stream_spdy_impl.cc124 int total_len = 0; in SendvData() local
/external/perfetto/src/protozero/filtering/
Dmessage_filter.cc104 uint32_t total_len = 0; in FilterMessageFragments() local
/external/wpa_supplicant_8/src/wps/
Dndef.c118 size_t total_len; in ndef_build_record() local
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c1548 int total_len; in tcp_addoptions() local
/external/crosvm/devices/src/virtio/
Ddescriptor_chain.rs152 let mut total_len: u32 = 0; in validate_mem_regions() localVariable
/external/rust/crates/ahash/tests/
Dmap_tests.rs253 let mut total_len = 0; in test_byte_dist() localVariable
/external/crosvm/devices/src/usb/xhci/
Dscatter_gather_buffer.rs62 let mut total_len = 0usize; in len() localVariable
/external/crosvm/io_uring/tests/
During.rs181 let total_len = io_vecs.iter().fold(0, |a, iovec| a + iovec.iov_len); in readv_vec() localVariable
278 let total_len = io_vecs.iter().fold(0, |a, iovec| a + iovec.iov_len); in writev_vec() localVariable
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c485 size_t *total_len, u8 *attr_len) in p2p_buf_add_service_info()
606 size_t total_len; in p2p_buf_add_service_instance() local
/external/rust/crates/futures-util/src/io/
Dbuf_writer.rs172 let total_len = bufs.iter().map(|b| b.len()).sum::<usize>(); in poll_write_vectored() localVariable
Dbuf_reader.rs134 let total_len = bufs.iter().map(|b| b.len()).sum::<usize>(); in poll_read_vectored() localVariable
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c561 int total_len = 0; in TEST_F() local
598 int total_len = 0; in TEST_F() local
860 unsigned int total_len = TLS_PAYLOAD_MAX_LEN * 2; in TEST_F() local
877 unsigned int total_len = 2 * 10; in TEST_F() local
895 const unsigned int total_len = 15; in TEST_F() local
Dpsock_snd.c364 int fdr, fds, total_len; in run_test() local
/external/wpa_supplicant_8/wpa_supplicant/
Drobust_av.c905 static int write_ipv4_info(char *pos, int total_len, in write_ipv4_info()
975 static int write_ipv6_info(char *pos, int total_len, in write_ipv6_info()
/external/rust/crates/tokio/src/io/util/
Dbuf_writer.rs142 let total_len = bufs in poll_write_vectored() localVariable

1234