Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 26) sorted by relevance

12

/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dinet_chksum.h44 #define SWAP_BYTES_IN_WORD(w) LWIP_PLATFORM_HTONS(w) argument
47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) argument
/components/drivers/usb/cherryusb/common/
A Dusb_memcpy.h14 static inline void dword2array(char *addr, uint32_t w) in dword2array() argument
16 addr[0] = w; in dword2array()
17 addr[1] = w >> 8; in dword2array()
18 addr[2] = w >> 16; in dword2array()
19 addr[3] = w >> 24; in dword2array()
/components/libc/compilers/common/
A Dcwchar.c126 int w, width = 0; in wcswidth() local
130 if ((w = wcwidth(*pwcs)) < 0) in wcswidth()
136 width += w; in wcswidth()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet_chksum.h47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet_chksum.h47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) argument
/components/drivers/usb/cherryusb/platform/lvgl/
A Dimage_cursor.c63 .header.w = 20,
166 .header.w = 14,
/components/net/lwip/lwip-2.1.2/src/api/
A Dapi_msg.c1656 conn->current_msg->msg.w.offset < conn->current_msg->msg.w.len);
1659 apiflags = conn->current_msg->msg.w.apiflags;
1666 if (conn->current_msg->msg.w.offset == 0) {
1677 …dataptr = (const u8_t *)conn->current_msg->msg.w.vector->ptr + conn->current_msg->msg.w.vector_off;
1678 diff = conn->current_msg->msg.w.vector->len - conn->current_msg->msg.w.vector_off;
1700 … ((conn->current_msg->msg.w.vector_off + len) <= conn->current_msg->msg.w.vector->len));
1714 conn->current_msg->msg.w.offset += len;
1717 if (conn->current_msg->msg.w.vector_off == conn->current_msg->msg.w.vector->len) {
1721 conn->current_msg->msg.w.vector++;
1730 if (dontblock && (conn->current_msg->msg.w.offset < conn->current_msg->msg.w.len)) {
[all …]
A Dapi_lib.c1045 API_MSG_VAR_REF(msg).msg.w.vector = vectors; in netconn_write_vectors_partly()
1046 API_MSG_VAR_REF(msg).msg.w.vector_cnt = vectorcnt; in netconn_write_vectors_partly()
1047 API_MSG_VAR_REF(msg).msg.w.vector_off = 0; in netconn_write_vectors_partly()
1048 API_MSG_VAR_REF(msg).msg.w.apiflags = apiflags; in netconn_write_vectors_partly()
1049 API_MSG_VAR_REF(msg).msg.w.len = size; in netconn_write_vectors_partly()
1050 API_MSG_VAR_REF(msg).msg.w.offset = 0; in netconn_write_vectors_partly()
1055 API_MSG_VAR_REF(msg).msg.w.time_started = sys_now(); in netconn_write_vectors_partly()
1057 API_MSG_VAR_REF(msg).msg.w.time_started = 0; in netconn_write_vectors_partly()
1067 *bytes_written = API_MSG_VAR_REF(msg).msg.w.offset; in netconn_write_vectors_partly()
1072 LWIP_ASSERT("do_write failed to write all bytes", API_MSG_VAR_REF(msg).msg.w.offset == size); in netconn_write_vectors_partly()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dccp.h105 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dccp.h101 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
/components/lwp/vdso/user/arch/risc-v/
A Dvdso_sys.h65 #define rt_hw_wmb() rt_hw_barrier(fence, w, w)
/components/net/lwip/lwip-1.4.1/src/api/
A Dapi_msg.c1216 (conn->current_msg->msg.w.apiflags & NETCONN_DONTBLOCK);
1217 u8_t apiflags = conn->current_msg->msg.w.apiflags;
1224 conn->write_offset < conn->current_msg->msg.w.len);
1233 conn->current_msg->msg.w.len = 0;
1237 conn->current_msg->msg.w.len = conn->write_offset;
1243 dataptr = (u8_t*)conn->current_msg->msg.w.dataptr + conn->write_offset;
1244 diff = conn->current_msg->msg.w.len - conn->write_offset;
1275 if (dontblock && (len < conn->current_msg->msg.w.len)) {
1292 conn->current_msg->msg.w.len = conn->write_offset;
1313 conn->current_msg->msg.w.len = 0;
[all …]
A Dapi_lib.c620 msg.msg.msg.w.dataptr = dataptr; in netconn_write_partly()
621 msg.msg.msg.w.apiflags = apiflags; in netconn_write_partly()
622 msg.msg.msg.w.len = size; in netconn_write_partly()
627 msg.msg.msg.w.time_started = sys_now(); in netconn_write_partly()
629 msg.msg.msg.w.time_started = 0; in netconn_write_partly()
644 *bytes_written = msg.msg.msg.w.len; in netconn_write_partly()
/components/net/lwip/lwip-2.0.3/src/api/
A Dapi_msg.c1512 conn->write_offset < conn->current_msg->msg.w.len);
1514 apiflags = conn->current_msg->msg.w.apiflags;
1524 conn->current_msg->msg.w.len = 0;
1528 conn->current_msg->msg.w.len = conn->write_offset;
1535 diff = conn->current_msg->msg.w.len - conn->write_offset;
1560 if (dontblock && (len < conn->current_msg->msg.w.len)) {
1578 conn->current_msg->msg.w.len = conn->write_offset;
1589 conn->current_msg->msg.w.len = 0;
1605 conn->current_msg->msg.w.len = 0;
1610 conn->current_msg->msg.w.len = 0;
[all …]
A Dapi_lib.c762 API_MSG_VAR_REF(msg).msg.w.dataptr = dataptr; in netconn_write_partly()
763 API_MSG_VAR_REF(msg).msg.w.apiflags = apiflags; in netconn_write_partly()
764 API_MSG_VAR_REF(msg).msg.w.len = size; in netconn_write_partly()
769 API_MSG_VAR_REF(msg).msg.w.time_started = sys_now(); in netconn_write_partly()
771 API_MSG_VAR_REF(msg).msg.w.time_started = 0; in netconn_write_partly()
782 *bytes_written = API_MSG_VAR_REF(msg).msg.w.len; in netconn_write_partly()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dapi_msg.h95 } w; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dapi_msg.h112 } w; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dapi_msg.h121 } w; member
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3243 WORD w, sign; local
3259 w = ld_word(fs->win + BPB_BytsPerSec);
3261 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
6753 double w; local
6792 w = i10x(m); /* Snip the highest digit d */
6793 d = (int)(val / w); val -= d * w;
6826 UINT i, j, w, f, r; local
6857 w = va_arg(arp, int);
6861 w = w * 10 + tc - '0';
6917 while (j++ < w) putc_bfd(&pb, ' '); /* Right pads */
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3296 WORD w, sign; local
3312 w = ld_word(fs->win + BPB_BytsPerSec);
3314 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
6843 double w; local
6882 w = i10x(m); /* Snip the highest digit d */
6883 d = (int)(val / w); val -= d * w;
6918 UINT i, j, w, f, r; local
6950 w = va_arg(arp, int);
6954 w = w * 10 + tc - '0';
7015 while (j++ < w) putc_bfd(&pb, ' '); /* Right pads */
[all …]
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1119 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1130 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
A Dlwip.Doxyfile.cmake.in1130 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1862 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2818 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into

Completed in 105 milliseconds

12