HomeSort by: relevance | last modified time | path
    Searched defs:pos_in (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/dd/
position.c 67 pos_in(void) function
position.c 67 pos_in(void) function
  /src/external/apache2/llvm/dist/libcxx/src/
strstream.cpp 236 bool pos_in = (__which & ios::in) != 0; local
243 if (pos_in || pos_out)
247 if (pos_in != pos_out)
251 if (pos_in && gptr() == nullptr)
265 newoff = (pos_in ? gptr() : pptr()) - eback();
277 if (pos_in)
296 bool pos_in = (__which & ios::in) != 0; local
298 if (pos_in || pos_out)
300 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
307 if (pos_in)
    [all...]
strstream.cpp 236 bool pos_in = (__which & ios::in) != 0; local
243 if (pos_in || pos_out)
247 if (pos_in != pos_out)
251 if (pos_in && gptr() == nullptr)
265 newoff = (pos_in ? gptr() : pptr()) - eback();
277 if (pos_in)
296 bool pos_in = (__which & ios::in) != 0; local
298 if (pos_in || pos_out)
300 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
307 if (pos_in)
    [all...]

Completed in 50 milliseconds