HomeSort by relevance Sort by last modified time
    Searched refs:beg (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 182 f.seekg( 0, ios_base::beg );
218 f.seekg( 0, ios_base::beg );
272 is.seekg( p, ios_base::beg );
367 ss.seekg( 0, ios_base::beg );
494 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
514 ss.seekg( 0, ios_base::beg );
910 f.seekg( 0, ios_base::beg );
  /cts/suite/audio_quality/lib/src/audio/
Buffer.cpp 102 file.seekg(0, std::ios::beg);
  /external/stlport/src/
stdio_streambuf.cpp 80 case ios_base::beg:
ios.cpp 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 80 case ios_base::beg:
ios.cpp 80 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /ndk/sources/host-tools/make-3.81/
implicit.c 113 char *p = buffer, *beg;
120 beg = p;
182 *length = p - beg;
184 return beg;
111 char *p = buffer, *beg; local
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 294 template <typename CB> CB scanReachableSymbols(const SVal *beg,
298 scanReachableSymbols(const MemRegion * const *beg,
760 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const {
762 scanReachableSymbols(beg, end, cb);
767 CB ProgramState::scanReachableSymbols(const MemRegion * const *beg,
770 scanReachableSymbols(beg, end, cb);
  /external/zlib/src/contrib/inflate86/
inffast.S 178 #define beg 40 /* unsigned char* */ define
245 * beg = out - (start - strm->avail_out);
269 movl %ebp, beg(%esp)
614 * nbytes = out - beg;
625 subl beg(%esp), %eax /* nbytes = out - beg */
652 cmpl out_r, beg(%esp)
1004 subl beg(%esp), %eax /* nbytes = out - beg */
    [all...]
inffas86.c 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
113 ar.beg = ar.out - (start - strm->avail_out);
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */
607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */
639 " je .L_check_window\n" /* out == beg, if outside window */
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 455 int beg = 0; local
456 int end = oid.indexOf('.', beg);
458 int comp = Integer.parseInt(oid.substring(beg, end));
459 beg = end + 1;
463 end = oid.indexOf('.', beg);
464 comp = Integer.parseInt(oid.substring(beg, end));
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 552 case ios_base::beg:
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {
fstream_stdio.cpp 347 case ios_base::beg:
fstream_unistd.cpp 291 case ios_base::beg:
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 552 case ios_base::beg:
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {
fstream_stdio.cpp 347 case ios_base::beg:
fstream_unistd.cpp 291 case ios_base::beg:
  /external/mksh/src/
misc.c 101 const char *old_beg = xsp->beg;
107 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
108 xsp->end = xsp->beg + xsp->len;
109 return (xsp->beg + (xp - old_beg));
1377 /* assert: xp == xs.beg => start of path */
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 800 char *beg = dn, tc; local
841 return(dn - beg);
  /external/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 304 if (__whence == ios_base::beg || __whence == ios_base::end)
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {

Completed in 1495 milliseconds

1 23 4 5