Searched refs:remain (Results 1 – 10 of 10) sorted by relevance
| /components/dfs/dfs_v1/filesystems/iso9660/ |
| A D | dfs_iso9660.c | 399 size_t rcount = 0, remain, size; in dfs_iso9660_read() local 413 remain = fd->pos & (ISO9660_BLKSZ - 1); in dfs_iso9660_read() 420 size = rt_min_t(size_t, ISO9660_BLKSZ - remain, count); in dfs_iso9660_read() 421 rt_memcpy(buf, &iso->swap[remain], size); in dfs_iso9660_read() 434 remain = count & (ISO9660_BLKSZ - 1); in dfs_iso9660_read() 459 size = remain; in dfs_iso9660_read()
|
| /components/legacy/usb/usbdevice/core/ |
| A D | usbdevice_core.c | 1957 rt_int32_t remain, mps; in rt_usbd_ep0_in_handler() local 1966 remain = dcd->ep0.request.remain_size; in rt_usbd_ep0_in_handler() 1968 if (remain > 0) in rt_usbd_ep0_in_handler() 1970 if (remain >= mps) in rt_usbd_ep0_in_handler() 1972 remain = mps; in rt_usbd_ep0_in_handler() 1976 dcd_ep_write(dcd, EP0_IN_ADDR, dcd->ep0.request.buffer, remain); in rt_usbd_ep0_in_handler() 1981 if ((remain == 0) && (dcd->ep0.request.size > 0)) in rt_usbd_ep0_in_handler()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 3861 FSIZE_t remain; local 3870 remain = fp->obj.objsize - fp->fptr; 3871 if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */ 5609 FSIZE_t remain; local 5619 remain = fp->obj.objsize - fp->fptr; 5620 if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 3925 FSIZE_t remain; local 3934 remain = fp->obj.objsize - fp->fptr; 3935 if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */ 5689 FSIZE_t remain; local 5699 remain = fp->obj.objsize - fp->fptr; 5700 if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 44 of this License, Derivative Works shall not include works that remain
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 497 remain unchanged until sent. Because the send- (or write-)functions return
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 485 remain unchanged until sent. Because the send- (or write-)functions return
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 977 # Fortran comments will always remain visible.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 988 # Fortran comments will always remain visible.
|
| A D | lwip.Doxyfile.cmake.in | 988 # Fortran comments will always remain visible.
|
Completed in 38 milliseconds