HomeSort by relevance Sort by last modified time
    Searched defs:underflow (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
39 underflow += 1;
58 per = 100.0 * underflow / total;
59 printf("under: %6d %6.2f\n", underflow, per);
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
strstream.cpp 176 strstreambuf::int_type strstreambuf::underflow() { function in class:strstreambuf
  /external/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_fstream.c 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits
625 // class always needs a buffer because of the semantics of underflow().
_sstream.c 96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { function in class:_Alloc
  /external/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
strstream.cpp 176 strstreambuf::int_type strstreambuf::underflow() { function in class:strstreambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_fstream.c 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits
625 // class always needs a buffer because of the semantics of underflow().
_sstream.c 96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { function in class:_Alloc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_fstream.c 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits
625 // class always needs a buffer because of the semantics of underflow().
_sstream.c 96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { function in class:_Alloc
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /external/zlib/contrib/iostream/
zfstream.cpp 135 int gzfilebuf::underflow() { function in class:gzfilebuf
  /external/compiler-rt/lib/
truncdfsf2.c 94 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; local
106 if (aAbs - underflow < aAbs - overflow) {

Completed in 282 milliseconds

1 2 3 4 5