HomeSort by relevance Sort by last modified time
    Searched refs:wds (Results 1 - 25 of 25) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 47 if (a->wds < b->wds) {
53 c->wds = a->wds;
58 xe = xc + b->wds;
68 xe += a->wds - b->wds;
83 xe += a->wds - b->wds;
91 if (c->wds == c->maxwds)
    [all...]
gmisc.c 46 if (n < b->wds) {
47 xe = x + b->wds;
63 if ((b->wds = x1 - b->x) == 0)
78 xe = x + b->wds;
smisc.c 53 b->wds = 1;
59 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
95 k = ka - kb + ULbits*(a->wds - b->wds);
158 xe = x + b->wds;
162 nw = b->wds;
184 nwds = b->wds;
dmisc.c 127 n = S->wds;
129 /*debug*/ if (b->wds > n)
132 if (b->wds < n)
178 b->wds = n;
220 b->wds = n;
misc.c 86 rv->sign = rv->wds = 0;
170 int i, wds; local
182 wds = b->wds;
205 while(++i < wds);
207 if (wds >= b->maxwds) {
215 b->x[wds++] = carry;
216 b->wds = wds;
269 b->wds = 1
    [all...]
strtodg.c 61 xe = x + b->wds;
81 if (b->wds >= b->maxwds) {
89 b->x[b->wds++] = 1;
107 xe = x + b->wds;
165 b->wds = k;
252 if (hi0bits(b->x[b->wds - 1]) != j) {
271 b->wds = inex = 0;
302 b->wds = inex = 0;
731 rvb->wds = 0;
737 rvb->x[0] = rvb->wds = rvbits = 1
    [all...]
gethex.c 172 b->wds = 1;
197 b->wds = n;
236 b->wds = n = x - b->x;
289 x[0] = b->wds = 1;
335 k = b->wds;
345 else if (b->wds > k
gdtoa.c 69 b->wds = 0;
73 b->wds = i + 1;
199 if (!b->wds) {
598 i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
679 if (b->wds > 1 || b->x[0])
695 if (rdir && (b->wds > 1 || b->x[0])) {
732 if (b->wds > 1 || b->x[0])
783 if (rdir == 2 || (b->wds <= 1 && !b->x[0]))
809 if (b->wds > 1 || b->x[0])
dtoa.c 584 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
587 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
685 else if (!b->x[0] && b->wds <= 1)
697 if (!b->x[0] && b->wds <= 1) {
767 if (!b->x[0] && b->wds <= 1) {
gdtoaimp.h 476 int k, maxwds, sign, wds; member in struct:Bigint
487 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
489 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
strtod.c 692 if (!delta->x[0] && delta->wds <= 1) {
798 if (!delta->x[0] && delta->wds <= 1)
803 if (!delta->x[0] && delta->wds <= 1) {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 85 scoped_refptr<AutofillWebDataService> wds = local
91 RunOnDBThreadAndBlock(Bind(add_observer_func, wds, &mock_observer));
93 wds->RemoveFormValueForElementName(key.name(), key.value());
99 RunOnDBThreadAndBlock(Bind(remove_observer_func, wds, &mock_observer));
102 void GetAllAutofillEntriesOnDBThread(AutofillWebDataService* wds,
106 wds->GetDatabase())->GetAllAutofillEntries(entries);
109 std::vector<AutofillEntry> GetAllAutofillEntries(AutofillWebDataService* wds) {
113 Unretained(wds),
194 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile); local
199 RunOnDBThreadAndBlock(Bind(add_observer_func, wds, &mock_observer))
226 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile); local
    [all...]
  /system/core/libusbhost/
usbhost.c 70 int wds[MAX_USBFS_WD_COUNT]; member in struct:usb_host_context
139 int *wds, int wd_count)
144 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
145 if (wds[0] < 0)
153 wds[i] = ret;
202 context->wds[i] = -1;
213 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
244 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
250 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
254 if (context->wds[i] >= 0)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 429 int k, maxwds, sign, wds; member in struct:Bigint
492 xe = x + b->wds;
496 nw = b->wds;
514 nwds = b->wds;
541 if (n < b->wds) {
542 xe = x + b->wds;
558 if ((b->wds = x1 - b->x) == 0)
636 rv->sign = rv->wds = 0;
662 (y)->wds*sizeof(Long) + 2*sizeof(int))
687 int i, wds; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
571 rv->sign = rv->wds = 0;
600 y->wds*sizeof(Long) + 2*sizeof(int))
610 int i, wds; variable
622 wds = b->wds;
645 while(++i < wds);
647 if (wds >= b->maxwds) {
653 b->x[wds++] = carry;
654 b->wds = wds
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
ap.c 708 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds)
712 ieee802_11_rx_from_unknown(wpa_s->ap_iface->bss[0], addr, wds);
events.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.h 77 int wds);
drv_callbacks.c 684 int wds)
690 ieee802_11_rx_from_unknown(hapd, addr, wds);
1015 data->rx_from_unknown.wds);
ieee802_11.c     [all...]