| /components/drivers/spi/sfud/ |
| A D | LICENSE | 6 a copy of this software and associated documentation files (the 8 without limitation the rights to use, copy, modify, merge, publish,
|
| /components/drivers/hwcrypto/ |
| A D | hwcrypto.c | 165 return src->device->ops->copy(des, src); in rt_hwcrypto_ctx_cpy() 233 RT_ASSERT(device->ops->copy != RT_NULL); in rt_hwcrypto_register()
|
| A D | hwcrypto.h | 83 rt_err_t (*copy)(struct rt_hwcrypto_ctx *des, member
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | README | 15 If you are not using the embedded copy you must include external
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | README | 15 If you are not using the embedded copy you must include external
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 84 In the working copy of the main trunk: 101 First, checkout a clean copy of the branch to be released. Tag this set with 104 Login CVS using pserver authentication, then export a clean copy of the
|
| A D | rawapi.txt | 494 --- Zero-copy MACs 496 To achieve zero-copy on transmit, the data passed to the raw API must 504 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too, 505 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while 508 Also, data passed to tcp_write without the copy-flag must not be changed! 510 Therefore, be careful which type of PBUF you use and if you copy TCP data
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | FEATURES | 8 - APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API
|
| A D | CHANGELOG | 994 no-copy data with odd length 1557 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 1562 take a precalculated checksum, added pbuf_fill_chksum() to copy data 1604 netif->output in one piece): Always copy to try to create single pbufs 1631 macro to copy addresses that cannot be NULL 1836 no-copy TCP writes will never succeed. 1945 * tcp.c: tcp_listen() did not copy the pcb's prio. 2783 which have to do a copy of "h" and return a pointer ont the "per-thread" copy. 4228 zero-copy and copy-on-demand for packet buffers which have their 4232 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy [all …]
|
| A D | UPGRADING | 205 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
|
| /components/lwp/vdso/ |
| A D | SConscript | 29 process_env = os.environ.copy()
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 1031 void copy(const char *src, const char *dst) in copy() function 1122 FINSH_FUNCTION_EXPORT(copy, copy file or dir)
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 12 to be used without an operating system that implements zero-copy send and 482 --- Zero-copy MACs 484 To achieve zero-copy on transmit, the data passed to the raw API must 492 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too, 493 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while 496 Also, data passed to tcp_write without the copy-flag must not be changed! 498 Therefore, be careful which type of PBUF you use and if you copy TCP data
|
| A D | mqtt_client.txt | 91 If RAM and CPU budget allows it, the easiest implementation might be to just take a copy of
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 95 Derivative Works a copy of this License; and 108 include a readable copy of the attribution notices contained 193 You may obtain a copy of the License at
|
| A D | README_zh.md | 38 - Memory zero copy
|
| A D | README.md | 38 - Memory zero copy
|
| /components/finsh/ |
| A D | msh_file.c | 226 void copy(const char *src, const char *dst); in cmd_cp() 235 copy(argv[1], argv[2]); in cmd_cp()
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 91 If RAM and CPU budget allows it, the easiest implementation might be to just take a copy of
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 71 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
|
| A D | CHANGELOG | 348 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 353 take a precalculated checksum, added pbuf_fill_chksum() to copy data 395 netif->output in one piece): Always copy to try to create single pbufs 422 macro to copy addresses that cannot be NULL 627 no-copy TCP writes will never succeed. 686 problems with zero-copy DMA MACs) by adding custom pbufs and implementing 736 * tcp.c: tcp_listen() did not copy the pcb's prio. 1574 which have to do a copy of "h" and return a pointer ont the "per-thread" copy. 3019 zero-copy and copy-on-demand for packet buffers which have their 3023 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy [all …]
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 2939 void copy(const char *src, const char *dst) in copy() function 3030 FINSH_FUNCTION_EXPORT(copy, copy file or dir)
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 741 no-copy data with odd length 1304 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 1309 take a precalculated checksum, added pbuf_fill_chksum() to copy data 1351 netif->output in one piece): Always copy to try to create single pbufs 1378 macro to copy addresses that cannot be NULL 1583 no-copy TCP writes will never succeed. 1692 * tcp.c: tcp_listen() did not copy the pcb's prio. 2530 which have to do a copy of "h" and return a pointer ont the "per-thread" copy. 3975 zero-copy and copy-on-demand for packet buffers which have their 3979 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy [all …]
|
| A D | UPGRADING | 170 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 350 …Made FatFs uses standard library <string.h> for copy, compare and search instead of built-in strin…
|