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

  /external/libcxx/src/
strstream.cpp 253 off_type newoff; local
258 newoff = 0;
261 newoff = (pos_in ? gptr() : pptr()) - eback();
264 newoff = seekhigh - eback();
267 newoff += __off;
268 if (0 <= newoff && newoff <= seekhigh - eback())
270 char* newpos = eback() + newoff;
280 __p = newoff;
296 off_type newoff = __sp local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 253 off_type newoff; local
258 newoff = 0;
261 newoff = (pos_in ? gptr() : pptr()) - eback();
264 newoff = seekhigh - eback();
267 newoff += __off;
268 if (0 <= newoff && newoff <= seekhigh - eback())
270 char* newpos = eback() + newoff;
280 __p = newoff;
296 off_type newoff = __sp local
    [all...]
  /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);
  /toolchain/binutils/binutils-2.25/gas/
write.c 2578 addressT oldoff, newoff; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_icc.c 365 long newoff; local
434 newoff = (i < JAS_CAST(int, tagtab->numents)) ?
436 reloff = newoff - curoff;
    [all...]

Completed in 767 milliseconds