HomeSort by relevance Sort by last modified time
    Searched refs:towrite (Results 1 - 10 of 10) sorted by null

  /external/u-boot/lib/
membuff.c 189 int towrite, i, written; local
193 towrite = membuff_putraw(mb, length, true, &data);
196 memcpy(data, buff, towrite);
197 written += towrite;
198 buff += towrite;
199 length -= towrite;
  /external/u-boot/fs/sandbox/
sandboxfs.c 57 loff_t towrite, loff_t *actwrite)
70 size = os_write(fd, buffer, towrite);
  /external/libmtp/src/
libopenusb1-glue.c 951 unsigned long towrite = 0; local
1165 unsigned long towrite; local
    [all...]
libusb-glue.c 968 unsigned long towrite = 0; local
980 towrite = size-curwrite;
981 if (towrite > CONTEXT_BLOCK_SIZE) {
982 towrite = CONTEXT_BLOCK_SIZE;
985 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
986 towrite -= towrite % ptp_usb->outep_maxpacket;
989 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1157 unsigned long towrite; local
    [all...]
libusb1-glue.c 984 unsigned long towrite = 0; local
998 towrite = size-curwrite;
999 if (towrite > CONTEXT_BLOCK_SIZE) {
1000 towrite = CONTEXT_BLOCK_SIZE;
1003 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
1004 towrite -= towrite % ptp_usb->outep_maxpacket;
1007 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1182 unsigned long towrite; local
    [all...]
  /external/u-boot/drivers/spi/
rk_spi.c 364 int toread, towrite; local
384 towrite = todo;
385 while (toread || towrite) {
388 if (towrite && !(status & SR_TF_FULL)) {
390 towrite--;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 667 towrite = "hello, world\n"
684 f.write(towrite)
699 self.assertEqual(data, towrite)
716 f.write(towrite)
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 688 towrite = "hello, world\n"
705 f.write(towrite)
720 self.assertEqual(data, towrite)
737 f.write(towrite)
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 773 towrite = b"hello, world\n"
790 f.write(towrite)
805 self.assertEqual(data, towrite)
823 f.write(towrite)
    [all...]
  /external/libevent/test/
regress.c 1917 int towrite = (int)strlen(TEST1)+1; local
    [all...]

Completed in 513 milliseconds