Searched refs:rw (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 293 #define FUNCDEF_BUF_RW(rw) \ argument 295 buf_##rw(tcprb_t *rb, uint8_t *buf, int len, loff_t off) \ 308 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], off); \ 312 MEMCPY_FOR_##rw(&buf[off], &bufseg->buf[0], UNITBUFSIZE); \ 318 MEMCPY_FOR_##rw(&buf[off], &bufseg->buf[0], UNITBUFSIZE); \ 321 MEMCPY_FOR_##rw(&buf[off], &bufseg_to->buf[0], to % UNITBUFSIZE); \ 323 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], len); \ 326 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], off); \ 330 MEMCPY_FOR_##rw(&buf[off], &bufseg->buf[0], UNITBUFSIZE); \ 333 MEMCPY_FOR_##rw(&buf[off], &bufseg_to->buf[0], to % UNITBUFSIZE); \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | install-sh | 240 u_plus_rw=,u+rw
|