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

  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 231 bool pos_out = __which & ios::out; local
237 if (pos_in || pos_out)
241 if (pos_in != pos_out)
247 if (pos_out && pptr() == nullptr)
271 if (pos_out)
289 bool pos_out = __which & ios::out; local
290 if (pos_in || pos_out)
292 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
301 if (pos_out)
  /system/core/toolbox/
dd.c 77 void pos_out(void);
235 pos_out();
653 pos_out(void) function

Completed in 40 milliseconds