Home
last modified time | relevance | path

Searched refs:actual_length (Results 1 – 22 of 22) sorted by relevance

/external/libusb/libusb/
Dsync.c40 usbi_dbg("actual_length=%d", transfer->actual_length); in ctrl_transfer_cb()
120 transfer->actual_length); in libusb_control_transfer()
124 r = transfer->actual_length; in libusb_control_transfer()
149 usbi_dbg("actual_length=%d", transfer->actual_length); in bulk_transfer_cb()
188 *transferred = transfer->actual_length; in do_sync_bulk_transfer()
Dlibusb.h691 unsigned int actual_length; member
748 int actual_length; member
1127 int *actual_length, unsigned int timeout);
1131 int *actual_length, unsigned int timeout);
Dio.c1396 transfer->actual_length = itransfer->transferred; in usbi_handle_transfer_completion()
/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc105 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput() local
107 if (*len < actual_length) { in ProcessInput()
114 *len -= actual_length; in ProcessInput()
116 memmove(data, data + actual_length, *len); in ProcessInput()
/external/webrtc/webrtc/base/
Dtestutils.h475 size_t actual_length) in CmpHelperMemEq() argument
477 if ((expected_length == actual_length) in CmpHelperMemEq()
486 size_t buffer_size = actual_length * 2 + 1; in CmpHelperMemEq()
489 reinterpret_cast<const char*>(actual), actual_length); in CmpHelperMemEq()
490 msg << "\n Actual: " << buffer << " [" << actual_length << "]"; in CmpHelperMemEq()
525 #define EXPECT_MEMEQ(expected, expected_length, actual, actual_length) \ argument
527 actual, actual_length)
529 #define ASSERT_MEMEQ(expected, expected_length, actual, actual_length) \ argument
531 actual, actual_length)
/external/webrtc/webrtc/test/testsupport/
Dpacket_reader_unittest.cc30 int actual_length, in VerifyPacketData() argument
33 EXPECT_EQ(static_cast<int>(expected_length), actual_length); in VerifyPacketData()
36 actual_length)); in VerifyPacketData()
/external/v8/src/profiler/
Dstrings-storage.cc82 int actual_length = 0; in GetName() local
84 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length); in GetName()
85 return AddOrDisposeString(data.Detach(), actual_length); in GetName()
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() local
55 return InternalGet(index, b, offset, actual_length); in Get()
89 int32_t actual_length = std::min<int32_t>(length, Size() - index); in Put() local
90 int32_t bytes_written = InternalPut(index, b, offset, actual_length); in Put()
/external/libusb/libusb/os/
Dlinux_usbfs.h77 unsigned int actual_length; member
92 int actual_length; member
Dlinux_usbfs.c1820 if (urb->actual_length > 0) { in handle_bulk_completion()
1824 usbi_dbg("received %d bytes of surplus data", urb->actual_length); in handle_bulk_completion()
1829 memmove(target, urb->buffer, urb->actual_length); in handle_bulk_completion()
1831 itransfer->transferred += urb->actual_length; in handle_bulk_completion()
1851 (urb->status == -EOVERFLOW && urb->actual_length > 0)) in handle_bulk_completion()
1852 itransfer->transferred += urb->actual_length; in handle_bulk_completion()
1866 usbi_dbg("overflow, actual_length=%d", urb->actual_length); in handle_bulk_completion()
1886 } else if (urb->actual_length < urb->buffer_length) { in handle_bulk_completion()
1893 usbi_dbg("short transfer %d/%d --> complete!", urb->actual_length, in handle_bulk_completion()
1958 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()
[all …]
Ddarwin_usb.c1374 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_callback()
/external/libusb-compat/libusb/
Dcore.c749 int actual_length; in usb_bulk_io() local
753 &actual_length, timeout); in usb_bulk_io()
757 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0)) in usb_bulk_io()
758 return actual_length; in usb_bulk_io()
794 int actual_length; in usb_interrupt_io() local
798 &actual_length, timeout); in usb_interrupt_io()
802 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0)) in usb_interrupt_io()
803 return actual_length; in usb_interrupt_io()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h92 unsigned int actual_length; member
103 int actual_length; member
/external/dbus/bus/
Dsignals.c1871 int actual_length; in match_rule_matches() local
1881 actual_length = strlen (actual_arg); in match_rule_matches()
1885 if (actual_length < expected_length && in match_rule_matches()
1886 actual_arg[actual_length - 1] != '/') in match_rule_matches()
1889 if (expected_length < actual_length && in match_rule_matches()
1894 MIN (actual_length, expected_length)) != 0) in match_rule_matches()
1899 if (expected_length > actual_length) in match_rule_matches()
1908 if (expected_length < actual_length) in match_rule_matches()
1925 if (expected_length != actual_length || in match_rule_matches()
/external/v8/src/runtime/
Druntime-array.cc205 uint32_t actual_length = static_cast<uint32_t>(array->elements()->length()); in RUNTIME_FUNCTION() local
206 return *isolate->factory()->NewNumberFromUint(Min(actual_length, length)); in RUNTIME_FUNCTION()
/external/libusb/examples/
Ddpfp.c160 transfer->length, transfer->actual_length); in cb_mode_changed()
Ddpfp_threaded.c189 transfer->length, transfer->actual_length); in cb_mode_changed()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c6771 …"ioctl(USBDEVFS_SUBMITURB).actual_length", (Addr)&vkuu->actual_length, sizeof(vkuu->actual_length)… in PRE()
6778 …actual_length", (Addr)&vkuu->iso_frame_desc[i].actual_length, sizeof(vkuu->iso_frame_desc[i].actua… in PRE()
6793 …"ioctl(USBDEVFS_SUBMITURB).actual_length", (Addr)&vkuu->actual_length, sizeof(vkuu->actual_length)… in PRE()
9330 POST_MEM_WRITE((Addr)&(*vkuu)->actual_length, sizeof((*vkuu)->actual_length)); in POST()
9335 …_MEM_WRITE((Addr)&(*vkuu)->iso_frame_desc[i].actual_length, sizeof((*vkuu)->iso_frame_desc[i].actu… in POST()
9338 POST_MEM_WRITE((Addr)bp, (*vkuu)->iso_frame_desc[i].actual_length); in POST()
9344 POST_MEM_WRITE((Addr)(*vkuu)->buffer, (*vkuu)->actual_length); in POST()
9345 POST_MEM_WRITE((Addr)&(*vkuu)->actual_length, sizeof((*vkuu)->actual_length)); in POST()
/external/v8/src/
Dd8.cc93 size_t actual_length = length > 10 * MB ? 1 : length; in Allocate() local
94 void* data = AllocateUninitialized(actual_length); in Allocate()
95 return data == NULL ? data : memset(data, 0, actual_length); in Allocate()
/external/valgrind/include/vki/
Dvki-linux.h2555 unsigned int actual_length; member
2566 int actual_length; member
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1025 HValue* actual_length = length()->ActualValue(); in InferRepresentation() local
1027 Representation length_rep = actual_length->representation(); in InferRepresentation()
1031 if (length_rep.IsTagged() && actual_length->type().IsSmi()) { in InferRepresentation()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...