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

1 23 4

  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 347 case ios_base::beg:
fstream_unistd.cpp 291 case ios_base::beg:
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /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) {
_ios_base.h 102 _STLP_STATIC_CONSTANT(int, beg = 0x01);
_sstream.c 316 case ios_base::beg:
  /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) {
_ios_base.h 102 _STLP_STATIC_CONSTANT(int, beg = 0x01);
_sstream.c 316 case ios_base::beg:
  /prebuilt/ndk/android-ndk-r5/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) {
_ios_base.h 102 _STLP_STATIC_CONSTANT(int, beg = 0x01);
_sstream.c 316 case ios_base::beg:
  /prebuilt/ndk/android-ndk-r6/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) {
_ios_base.h 102 _STLP_STATIC_CONSTANT(int, beg = 0x01);
_sstream.c 316 case ios_base::beg:
  /prebuilt/ndk/android-ndk-r7/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) {
_ios_base.h 102 _STLP_STATIC_CONSTANT(int, beg = 0x01);
_sstream.c 316 case ios_base::beg:
  /external/qemu/
exec-all.h 278 void __clear_cache(char *beg, char *end);
  /external/zlib/contrib/masmx64/
inffasx64.asm 192 sub rax, [rsp+40] ; /* nbytes = out - beg */
221 cmp [rsp+40], rdi ; /* if out == beg, outside window */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base

Completed in 837 milliseconds

1 23 4