HomeSort by relevance Sort by last modified time
    Searched refs:underflow (Results 176 - 200 of 260) sorted by null

1 2 3 4 5 6 78 91011

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
_sstream.h 79 virtual int_type underflow();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 158 /* Underflow points. */
159 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_getinfo
187 /* Underflow points. */
188 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_replace
  /external/stlport/stlport/stl/
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
_sstream.h 79 virtual int_type underflow();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c 248 /* Add exponents, checking for overflow/underflow. */
257 /* Underflow; return zero. */
430 /* Set zero flag so output functions don't see 0 value as underflow. */
464 /* Until we hit 1.0 or finish exponent or underflow */
483 /* Round the result. (Don't round underflow or overflow). Also don't
549 * Returns 0 on success, 1 if overflow, -1 if underflow.
560 unsigned int overflow = 0, underflow = 0; local
592 underflow = 1;
594 /* underflow and overflow both set!? */
595 if (underflow && overflow
    [all...]
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/zlib/src/contrib/iostream3/
zfstream.h 113 underflow();
143 * This calls underflow(EOF) to do the job.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/chromium_org/chrome/browser/resources/file_manager/js/
metrics.js 117 // bucket AND the underflow bucket.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.cpp 197 bool underflow = updatedSize < m_decodedPropertiesSize && deltaBytes > 0;
198 ASSERT(!overflow && !underflow);
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 285 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:xt_table_info
  /external/zlib/src/contrib/iostream/
zfstream.cpp 135 int gzfilebuf::underflow() { function in class:gzfilebuf
  /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

Completed in 1097 milliseconds

1 2 3 4 5 6 78 91011