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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
glue.h 43 int niobs; member in struct:glue
fwalk.c 66 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
findfp.c 114 g->niobs = n;
141 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
180 for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
  /bionic/libc/stdio/
glue.h 45 int niobs; member in struct:glue
stdio.cpp 120 g->niobs = n;
148 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 48 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++) {

Completed in 987 milliseconds