Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/host_backend/
Dusb_endpoint.rs158 let actual_length = t.actual_length(); in do_handle_transfer() localVariable
213 let actual_length = t.actual_length() as usize; in do_handle_transfer() localVariable
217 let actual_length = cmp::min(actual_length, copied_length); in do_handle_transfer() localVariable
Dhost_device.rs208 let actual_length = t.actual_length(); in execute_control_transfer() localVariable
/external/v8/src/profiler/
Dstrings-storage.cc78 int actual_length = 0; in GetName() local
96 int actual_length = 0; in GetConsName() 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/webrtc/p2p/base/
Dasyncstuntcpsocket.cc105 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput() local
/external/webrtc/webrtc/test/testsupport/
Dpacket_reader_unittest.cc30 int actual_length, in VerifyPacketData()
/external/libusb/libusb/os/
Dlinux_usbfs.h80 unsigned int actual_length; member
95 int actual_length; member
/external/webrtc/webrtc/base/
Dtestutils.h475 size_t actual_length) in CmpHelperMemEq()
525 #define EXPECT_MEMEQ(expected, expected_length, actual, actual_length) \ argument
529 #define ASSERT_MEMEQ(expected, expected_length, actual, actual_length) \ argument
/external/u-boot/drivers/usb/musb-new/
Dusb-compat.h41 u32 actual_length; /* (return) actual transfer length */ member
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h113 unsigned int actual_length; member
124 int actual_length; member
/external/harfbuzz_ng/test/api/
Dhb-test.h172 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/crosvm/usb_util/src/
Dusb_transfer.rs268 pub fn actual_length(&self) -> i32 { in actual_length() method
Dbindings.rs3856 pub actual_length: ::std::os::raw::c_uint, field
3952 pub actual_length: ::std::os::raw::c_int, field
/external/u-boot/common/
Dusb.c268 void *data, int len, int *actual_length, int timeout) in usb_bulk_msg()
/external/libusb/libusb/
Dlibusb.h1185 unsigned int actual_length; member
1242 int actual_length; member
/external/libusb/include/libusb/
Dlibusb.h1185 unsigned int actual_length; member
1242 int actual_length; member
/external/u-boot/drivers/usb/host/
Dohci.h356 int actual_length; member
/external/u-boot/include/
Dusbdevice.h478 unsigned int actual_length; member