OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_in
(Results
1 - 5
of
5
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
extern.h
60
void
pos_in
(void);
position.c
67
pos_in
(void)
function
dd.c
234
pos_in
();
/external/libcxx/src/
strstream.cpp
232
bool
pos_in
= (__which & ios::in) != 0;
local
239
if (
pos_in
|| pos_out)
243
if (
pos_in
!= pos_out)
247
if (
pos_in
&& gptr() == nullptr)
261
newoff = (
pos_in
? gptr() : pptr()) - eback();
271
if (
pos_in
)
290
bool
pos_in
= (__which & ios::in) != 0;
local
292
if (
pos_in
|| pos_out)
294
if (!((
pos_in
&& gptr() == nullptr) || (pos_out && pptr() == nullptr)))
301
if (
pos_in
)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp
232
bool
pos_in
= (__which & ios::in) != 0;
local
239
if (
pos_in
|| pos_out)
243
if (
pos_in
!= pos_out)
247
if (
pos_in
&& gptr() == nullptr)
261
newoff = (
pos_in
? gptr() : pptr()) - eback();
271
if (
pos_in
)
290
bool
pos_in
= (__which & ios::in) != 0;
local
292
if (
pos_in
|| pos_out)
294
if (!((
pos_in
&& gptr() == nullptr) || (pos_out && pptr() == nullptr)))
301
if (
pos_in
)
[
all
...]
Completed in 549 milliseconds