Searched refs:wb (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_vf.h111 } wb; /* writeback */ member in union:e1000_adv_rx_desc
128 } wb; member in union:e1000_adv_tx_desc
H A De1000_82575.h222 } wb; /* writeback */ member in union:e1000_adv_rx_desc
290 } wb; member in union:e1000_adv_tx_desc
H A De1000_hw.h382 } wb; /* writeback */ member in union:e1000_rx_desc_extended
413 } wb; /* writeback */ member in union:e1000_rx_desc_packet_split
H A Dif_igb.c4733 staterr = le32toh(cur->wb.upper.status_error);
4740 cur->wb.upper.status_error = 0;
4742 plen = le16toh(cur->wb.upper.length);
4743 ptype = le32toh(cur->wb.lower.lo_dword.data) & IGB_PKTTYPE_MASK;
4746 vtag = be16toh(cur->wb.upper.vlan);
4748 vtag = le16toh(cur->wb.upper.vlan);
4749 hdr = le16toh(cur->wb.lower.lo_dword.hs_rss.hdr_info);
/haiku-fatelf/src/bin/network/tcpdump/win32/prj/
H A DGNUmakefile132 ../../print-wb.o \
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c569 int k, wa, wb, wc; local
583 wb = b->wds;
584 wc = wa + wb;
593 xbe = xb + wb;
773 int i, wa, wb; local
799 wb = b->wds;
801 xbe = xb + wb;
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c1289 uint16 *wb = (uint16*) b; local
1294 *cp++ = PACKW(*wr++, *wg++, *wb++);
1295 SKEW(wr, wg, wb, fromskew);
1307 uint16 *wb = (uint16*) b; local
1313 *cp++ = PACKW4(*wr++, *wg++, *wb++, *wa++);
1314 SKEW4(wr, wg, wb, wa, fromskew);
1326 uint16 *wb = (uint16*) b; local
1344 vb = (*wb++ * va) / 0x10eff;
1347 SKEW4(wr, wg, wb, wa, fromskew);
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c1461 uint16 *wb = (uint16*) b; local
1465 *cp++ = PACKW(*wr++,*wg++,*wb++);
1466 SKEW(wr, wg, wb, fromskew);
1478 uint16 *wb = (uint16*) b; local
1483 *cp++ = PACKW4(*wr++,*wg++,*wb++,*wa++);
1484 SKEW4(wr, wg, wb, wa, fromskew);
1496 uint16 *wb = (uint16*) b; local
1505 b = (a*W2B(*wb++) + 127) / 255;
1508 SKEW4(wr, wg, wb, wa, fromskew);
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c693 WINDOW *wb = newwin(high, wide, new_y, new_x); local
696 box(wb, 0, 0);
697 wrefresh(wb);
699 remember_boxes(level, wi, wb);
702 delwin(wb);
952 WINDOW *wb = newwin(high, wide, new_y, new_x); local
955 box_set(wb, 0, 0);
956 wrefresh(wb);
958 remember_boxes(level, wi, wb);
961 delwin(wb);
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A DMakefile90 print-wb.c print-zephyr.c setsignal.c tcpdump.c util.c
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c1654 SAXdebug = fopen(temp, "wb");
2101 t = fopen(temp, "wb");
2314 xpathOutput = fopen(temp, "wb");
2503 xpathOutput = fopen(temp, "wb");
2599 o = fopen(temp, "wb");
2898 schemasOutput = fopen(temp, "wb");
3073 schemasOutput = fopen(temp, "wb");
3419 o = fopen(temp, "wb");

Completed in 276 milliseconds