Home
last modified time | relevance | path

Searched defs:actual_length (Results 1 – 25 of 31) sorted by relevance

12

/external/crosvm/devices/src/usb/host_backend/
Dusb_endpoint.rs168 let actual_length = t.actual_length(); in do_handle_transfer() localVariable
217 let actual_length = t.actual_length() as usize; in do_handle_transfer() localVariable
221 let actual_length = cmp::min(actual_length, copied_length); in do_handle_transfer() localVariable
Dhost_device.rs244 let actual_length = t.actual_length(); in execute_control_transfer() localVariable
/external/webrtc/test/logging/
Dlog_writer.h36 const int actual_length = in LogWriteFormat() local
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc56 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() local
91 int32_t actual_length = std::min<int32_t>(length, Size() - index); in Put() local
/external/webrtc/p2p/base/
Dasync_stun_tcp_socket.cc112 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput() local
/external/webrtc/rtc_base/strings/
Dstring_builder.cc126 const int actual_length = in AppendFormat() local
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_frame_builder_test.cc26 size_t desired_length, size_t* actual_length) { in GetWritableOutput()
Dspdy_frame_builder.cc39 size_t* actual_length) { in GetWritableOutput()
/external/libusb/libusb/os/
Dlinux_usbfs.h69 unsigned int actual_length; member
85 int actual_length; member
Dwindows_winusb.h620 USHORT actual_length; //changed from libusbk_shared.h "Length" for clarity member
Dwindows_winusb.c3265 unsigned int actual_length = usbd_iso_packet_desc[i].Length; in winusbx_copy_transfer_data() local
/external/crosvm/usb_sys/src/
Dlib.rs123 pub actual_length: c_uint, field
136 pub actual_length: c_int, field
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h113 unsigned int actual_length; member
124 int actual_length; member
/external/rust/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs84 let actual_length = limit.1 - limit.0; localVariable
/external/webp/imageio/
Dpngdec.c72 size_t actual_length = 0; in HexStringToBytes() local
/external/harfbuzz_ng/test/api/
Dhb-test.h181 unsigned int expected_length, actual_length; in hb_test_assert_blobs_equal() local
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc39 int64_t actual_length; in SetFileLength() local
993 int64_t actual_length; in TEST_F() local
/external/cronet/base/metrics/
Dpersistent_memory_allocator_unittest.cc43 int64_t actual_length; in SetFileLength() local
998 int64_t actual_length; in TEST_F() local
/external/curl/lib/vtls/
Dschannel_verify.c345 DWORD actual_length = 0; in cert_get_name_string() local
/external/jazzer-api/driver/src/main/native/com/code_intelligence/jazzer/driver/
Dfuzzed_data_provider.cpp102 jsize actual_length = max_num_bytes / sizeof(T); in ConsumeIntegralArray() local
/external/pigweed/pw_software_update/
Dupdate_bundle_accessor.cc797 uint64_t actual_length = payload_reader.interval_size(); in VerifyInBundleTargetPayload() local
/external/crosvm/usb_util/src/
Ddevice.rs476 pub fn actual_length(&self) -> usize { in actual_length() method
/external/libusb/tests/
Dumockdev.c71 int actual_length; member
/external/libusb/include/libusb/
Dlibusb.h1204 unsigned int actual_length; member
1261 int actual_length; member
/external/libusb/libusb/
Dlibusb.h1204 unsigned int actual_length; member
1261 int actual_length; member

12