Searched refs:__extbuf (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/vr/performanced/ |
D | stdio_filebuf.h | 127 char __extbuf[__limit]; in __getchar() local 133 __extbuf[__i] = static_cast<char>(__c); in __getchar() 137 __1buf = static_cast<char_type>(__extbuf[0]); 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() 164 __1buf = static_cast<char_type>(__extbuf[0]); in __getchar() 171 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) in __getchar() 191 char __extbuf[__limit]; in pbackfail() local 195 switch (__cv_->out(__st_, &__ci, &__ci + 1, __inxt, __extbuf, in pbackfail() [all …]
|