HomeSort by: relevance | last modified time | path
    Searched defs:wds (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
misc.c 87 rv->sign = rv->wds = 0;
171 int i, wds; local
183 wds = b->wds;
207 while(++i < wds);
209 if (wds >= b->maxwds) {
220 b->x[wds++] = carry;
221 b->wds = wds;
274 b->wds = 1
    [all...]
gdtoaimp.h 521 int k, maxwds, sign, wds; member in struct:Bigint
532 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
534 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 3978 * set_wds_sta - Bind a station into a 4-address WDS (AP only)
3982 * @val: 1 = bind to 4-address WDS; 0 = unbind
3983 * @bridge_ifname: Bridge interface to use for the WDS station or %NULL
3985 * @ifname_wds: Buffer to return the interface name for the new WDS
5761 * EVENT_WDS_STA_INTERFACE_STATUS - Notify WDS STA interface status
5763 * This event is emitted when an interface is added/removed for WDS STA.
6354 int wds; member in struct:wpa_event_data::rx_from_unknown

Completed in 25 milliseconds