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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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...]
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))
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 89 rv->sign = rv->wds = 0;
165 int i, wds; local
177 wds = b->wds;
201 while(++i < wds);
203 if (wds >= b->maxwds) {
214 b->x[wds++] = (uint32_t)carry;
215 b->wds = wds;
268 b->wds = 1;
    [all...]
gdtoaimp.h 478 int k, maxwds, sign, wds; member in struct:Bigint
489 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
491 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
  /system/core/libusbhost/
usbhost.c 74 int wds[MAX_USBFS_WD_COUNT]; member in struct:usb_host_context
145 int *wds, int wd_count)
150 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
151 if (wds[0] < 0)
159 wds[i] = ret;
208 context->wds[i] = -1;
219 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
250 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
256 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
260 if (context->wds[i] >= 0)
    [all...]
  /external/syslinux/com32/modules/
pxechn.c 119 int32_t wds; /* WDS option/level */ member in struct:pxelinux_opt
469 pxe->wds = 0;
801 case 'W': /* WDS */
802 pxe->wds = 1;
993 if ((pxe.wds) ||
997 if ((pxe.wds) ||
1013 if ((pxe.wds) ||
1017 if ((pxe.wds) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 300 Bigint then x->wds >= 1, and either x->wds == 1 or x[wds-1] is nonzero.
314 - wds is the actual number of significant words
316 significant (x[0]) to most significant (x[wds-1]).
322 int k, maxwds, sign, wds; member in struct:Bigint
378 rv->sign = rv->wds = 0;
423 rv->sign = rv->wds = 0;
440 y->wds*sizeof(Long) + 2*sizeof(int))
449 int i, wds; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 283 Bigint then x->wds >= 1, and either x->wds == 1 or x[wds-1] is nonzero.
297 - wds is the actual number of significant words
299 significant (x[0]) to most significant (x[wds-1]).
305 int k, maxwds, sign, wds; member in struct:Bigint
361 rv->sign = rv->wds = 0;
406 rv->sign = rv->wds = 0;
423 y->wds*sizeof(Long) + 2*sizeof(int))
432 int i, wds; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 300 Bigint then x->wds >= 1, and either x->wds == 1 or x[wds-1] is nonzero.
314 - wds is the actual number of significant words
316 significant (x[0]) to most significant (x[wds-1]).
322 int k, maxwds, sign, wds; member in struct:Bigint
378 rv->sign = rv->wds = 0;
423 rv->sign = rv->wds = 0;
440 y->wds*sizeof(Long) + 2*sizeof(int))
449 int i, wds; local
    [all...]
  /external/python/cpython3/Python/
dtoa.c 301 Bigint then x->wds >= 1, and either x->wds == 1 or x[wds-1] is nonzero.
315 - wds is the actual number of significant words
317 significant (x[0]) to most significant (x[wds-1]).
323 int k, maxwds, sign, wds; member in struct:Bigint
379 rv->sign = rv->wds = 0;
424 rv->sign = rv->wds = 0;
441 y->wds*sizeof(Long) + 2*sizeof(int))
450 int i, wds; local
    [all...]
  /external/mksh/src/
edit.c 5581 char *wds = alloc(len + 3, ATEMP); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 4960 int wds; member in struct:wpa_event_data::rx_from_unknown
    [all...]

Completed in 285 milliseconds