Home
last modified time | relevance | path

Searched refs:to_buf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0009-Redefine-_IO_iconv_t-to-store-a-single-gconv-step-po.patch215 wchar_t to_buf[max];
220 - codecvt->__cd_in.__cd.__data[0].__outbuf = (unsigned char *) to_buf;
221 - codecvt->__cd_in.__cd.__data[0].__outbufend = (unsigned char *) &to_buf[max];
223 + codecvt->__cd_in.step_data.__outbuf = (unsigned char *) to_buf;
224 + codecvt->__cd_in.step_data.__outbufend = (unsigned char *) &to_buf[max];
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c170 void *from_buf, *to_buf; in xsk_copy_xdp() local
175 to_buf = to->data; in xsk_copy_xdp()
180 to_buf = to->data - metalen; in xsk_copy_xdp()
183 memcpy(to_buf, from_buf, len + metalen); in xsk_copy_xdp()