Searched defs:transferred (Results 1 - 8 of 8) sorted by relevance
/external/libusb/libusb/ |
H A D | sync.c | 65 * \returns on success, the number of bytes actually transferred 155 int *transferred, unsigned int timeout, unsigned char type) 188 *transferred = transfer->actual_length; 222 * <tt>transferred</tt> output parameter. 224 * You should also check the <tt>transferred</tt> parameter for bulk writes. 227 * Also check <tt>transferred</tt> when dealing with a timeout error code. 231 * that may have been transferred; do not assume that timeout conditions 240 * \param transferred output location for the number of bytes actually 241 * transferred. 246 * \returns 0 on success (and populates <tt>transferred</t 153 do_sync_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int *transferred, unsigned int timeout, unsigned char type) argument 255 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument 304 libusb_interrupt_transfer( struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument [all...] |
H A D | libusbi.h | 255 int transferred; member in struct:usbi_transfer 749 * For control/bulk/interrupt transfers, populate the "transferred" 752 * transferred fields of the iso packet descriptors of the transfer.
|
/external/libusb/examples/ |
H A D | dpfp.c | 193 int transferred; local 196 &transferred, 1000); 201 if (transferred < INTR_LENGTH) {
|
H A D | dpfp_threaded.c | 222 int transferred; local 225 &transferred, 1000); 230 if (transferred < INTR_LENGTH) {
|
/external/openssh/ |
H A D | progressmeter.c | 68 static const char *file; /* name of the file being transferred */ 124 off_t transferred; local 133 transferred = *counter - (cur_pos ? cur_pos : start_pos); 143 transferred = end_pos - start_pos; 149 cur_speed = (transferred / elapsed); 151 cur_speed = transferred; 182 /* amount transferred */ 193 if (!transferred)
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-linux.c | 8594 int transferred = sgio->dxfer_len - sgio->resid; local 8595 POST_MEM_WRITE( (Addr)sgio->dxferp, transferred );
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | yjp-controller-api-redist.jar | META-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-commons-net.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
Completed in 5165 milliseconds