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

  /bionic/libc/stdio/
vfprintf.cpp 88 #define NIOV 8
90 struct __siov iov[NIOV]; /* ... and individual io vectors */
123 if (++uio.uio_iovcnt >= NIOV) { \
vfwprintf.cpp 88 #define NIOV 8
90 struct __siov iov[NIOV]; /* ... and individual io vectors */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 672 #define NIOV 8
675 struct __siov iov[NIOV];/* ... and individual io vectors */
717 if (++uio.uio_iovcnt >= NIOV) { \
    [all...]

Completed in 125 milliseconds