Searched refs:wds (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/gdtoa/
H A Dsum.c47 if (a->wds < b->wds) {
51 c->wds = a->wds;
56 xe = xc + b->wds;
66 xe += a->wds - b->wds;
81 xe += a->wds - b->wds;
89 if (c->wds
[all...]
H A Dgmisc.c46 if (n < b->wds) {
47 xe = x + b->wds;
63 if ((b->wds = x1 - b->x) == 0)
78 xe = x + b->wds;
H A Dsmisc.c51 b->wds = 1;
55 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
85 k = ka - kb + ULbits*(a->wds - b->wds);
148 xe = x + b->wds;
152 nw = b->wds;
174 nwds = b->wds;
H A Ddmisc.c119 n = S->wds;
121 /*debug*/ if (b->wds > n)
124 if (b->wds < n)
170 b->wds = n;
212 b->wds = n;
H A Dmisc.c81 rv->sign = rv->wds = 0;
165 int i, wds; local
177 wds = b->wds;
200 while(++i < wds);
202 if (wds >= b->maxwds) {
208 b->x[wds++] = carry;
209 b->wds = wds;
260 b->wds
[all...]
H A DstrtoIQ.c48 B[0]->wds = 4;
H A DstrtoId.c47 B[0]->wds = 2;
H A DstrtoIdd.c51 B[0]->wds = 4;
H A DstrtoIf.c47 B[0]->wds = 1;
H A DstrtoIx.c48 B[0]->wds = 2;
H A DstrtoIxL.c48 B[0]->wds = 2;
H A Dstrtodg.c61 xe = x + b->wds;
81 if (b->wds >= b->maxwds) {
87 b->x[b->wds++] = 1;
105 xe = x + b->wds;
161 b->wds = k;
240 if (hi0bits(b->x[b->wds - 1]) != j) {
254 b->wds = inex = 0;
281 b->wds = inex = 0;
692 rvb->wds = 0;
698 rvb->x[0] = rvb->wds
[all...]
H A Dgethex.c170 b->wds = 1;
193 b->wds = n;
230 b->wds = n = x - b->x;
281 x[0] = b->wds = 1;
327 k = b->wds;
335 else if (b->wds > k
H A DstrtoIg.c59 nw = b->wds;
76 if (b1->wds > nw
H A Dgdtoa.c67 b->wds = 0;
71 b->wds = i + 1;
195 if (!b->wds) {
575 i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
633 if (b->wds > 1 || b->x[0])
649 if (rdir && (b->wds > 1 || b->x[0])) {
680 if (b->wds > 1 || b->x[0])
720 if (rdir == 2 || (b->wds <= 1 && !b->x[0]))
744 if (b->wds > 1 || b->x[0])
H A Dg_ddfmt.c142 fpi.nbits = z->wds * 32 - hi0bits(z->x[j = z->wds-1]);
H A Ddtoa.c563 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
566 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
641 else if (!b->x[0] && b->wds <= 1)
653 if (!b->x[0] && b->wds <= 1) {
712 if (!b->x[0] && b->wds <= 1) {
H A Dgdtoaimp.h493 int k, maxwds, sign, wds; member in struct:Bigint
504 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
506 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
/freebsd-11-stable/sys/modules/wds/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/wds
5 KMOD= wds
/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.wds17 WLAN=`ifconfig wlan create wlanmode wds wlandev $WIRELESS wlanbssid $BSSID wdslegacy`
H A Dsetup.wdsrelay21 wlandebug -i $WLAN_AP state+assoc+wds+11n
25 wlandebug -i $WLAN_STA state+assoc+auth+wds+scan+11n
H A Dsetup.wdsmain3 # Setup an ap that accepts wds traffic from associated stations.
5 # setup.repeater. Note that the wds vap's are created by the
6 # wlanwds program that listens for wds discovery events (to create
7 # wds vaps) and for sta leave events (to destroy wds vaps it
8 # created). The WDSUP script is invoked for each wds vap that
23 wlandebug -i $WLAN_AP state+scan+assoc+auth+wds+11n
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c34 * o monitor 802.11 events for wds discovery events
35 * o create wds vap's in response to wds discovery events
38 * o destroy wds vap's when station leaves
74 struct wds { struct
75 struct wds *next;
79 static struct wds *wds; variable in typeref:struct:wds
93 static int wds_vap_create(const char *ifname, struct wds *);
271 struct wds *
[all...]
/freebsd-11-stable/sys/dev/wds/
H A Dwd7000.c299 struct wds { struct
322 #define ccb_wdsr spriv_ptr1 /* for wds request */
327 static void wds_intr_locked(struct wds *wp);
332 static int wds_preinit(struct wds *wp);
333 static int wds_init(struct wds *wp);
337 static void wds_free_resources(struct wds *wp);
339 static struct wds_req *wdsr_alloc(struct wds *wp);
342 static void wdsr_ccb_done(struct wds *wp, struct wds_req *r,
345 static void wds_done(struct wds *wp, struct wds_req *r, u_int8_t stat);
346 static int wds_runsense(struct wds *w
[all...]
/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c177 static void mkweekdays(struct weekdays * wds);
590 struct weekdays wds; local
613 mkweekdays(&wds);
656 wdss, wds.names[6], wdss, wds.names[0],
657 wdss, wds.names[1], wdss, wds.names[2],
658 wdss, wds.names[3], wdss, wds.names[4],
659 wdss, wds
680 struct weekdays wds; local
953 mkweekdays(struct weekdays *wds) argument
[all...]

Completed in 198 milliseconds

12