OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newoff
(Results
1 - 13
of
13
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp
251
off_type
newoff
;
local
256
newoff
= 0;
259
newoff
= (pos_in ? gptr() : pptr()) - eback();
262
newoff
= seekhigh - eback();
265
newoff
+= __off;
266
if (0 <=
newoff
&&
newoff
<= seekhigh - eback())
268
char* newpos = eback() +
newoff
;
278
__p =
newoff
;
294
off_type
newoff
= __sp
local
[
all
...]
/external/stlport/src/
strstream.cpp
214
off_type
newoff
;
local
217
newoff
= 0;
220
newoff
= seekhigh - seeklow;
223
newoff
= do_put ? pptr() - seeklow : gptr() - seeklow;
229
off +=
newoff
;
252
return pos_type(
newoff
);
/ndk/sources/cxx-stl/stlport/src/
strstream.cpp
214
off_type
newoff
;
local
217
newoff
= 0;
220
newoff
= seekhigh - seeklow;
223
newoff
= do_put ? pptr() - seeklow : gptr() - seeklow;
229
off +=
newoff
;
252
return pos_type(
newoff
);
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
libstlport_static.a
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
libstlport_static.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
Completed in 593 milliseconds