Searched refs:__extbuf (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dstdio_filebuf.h127 char __extbuf[__limit]; local
133 __extbuf[__i] = static_cast<char>(__c);
137 __1buf = static_cast<char_type>(__extbuf[0]);
144 __r = __cv_->in(__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf,
151 if (__nread == sizeof(__extbuf))
157 __extbuf[__nread] = static_cast<char>(__c);
164 __1buf = static_cast<char_type>(__extbuf[0]);
171 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
191 char __extbuf[__limi local
[all...]

Completed in 67 milliseconds