Home
last modified time | relevance | path

Searched refs:NIOV (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dvfprintf.cpp89 #define NIOV 8 in FUNCTION_NAME() macro
91 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()
124 if (++uio.uio_iovcnt >= NIOV) { \ in FUNCTION_NAME()
Dvfwprintf.cpp89 #define NIOV 8 in FUNCTION_NAME() macro
91 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()