OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ninp
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
strstream.cpp
176
ptrdiff_t
ninp
= gptr() - eback();
local
186
setg(buf, buf +
ninp
, buf + einp);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp
171
ptrdiff_t
ninp
= gptr() - eback();
local
182
setg(buf, buf +
ninp
, buf + einp);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
strstream.cpp
171
ptrdiff_t
ninp
= gptr() - eback();
local
182
setg(buf, buf +
ninp
, buf + einp);
Completed in 58 milliseconds