Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h128 int __nread = std::max(1, __encoding_); in __getchar() local
129 for (int __i = 0; __i < __nread; ++__i) { in __getchar()
144 __r = __cv_->in(__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, in __getchar()
151 if (__nread == sizeof(__extbuf)) in __getchar()
157 __extbuf[__nread] = static_cast<char>(__c); in __getchar()
159 ++__nread; in __getchar()
170 for (int __i = __nread; __i > 0;) { in __getchar()