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

1 2 3 4

  /external/stlport/test/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /external/speex/include/speex/
speex_bits.h 55 int overflow;/**< Set to one if we try to read past the valid data */ member in struct:SpeexBits
  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
41 overflow += 1;
60 per = 100.0 * overflow / total;
61 printf("over: %6d %6.2f\n", overflow, per);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringConcatenate.h 187 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow)
192 overflow = true;
202 bool overflow = false; local
204 sumWithOverflow(length, adapter2.length(), overflow);
205 if (overflow)
227 bool overflow = false; local
229 sumWithOverflow(length, adapter2.length(), overflow);
230 sumWithOverflow(length, adapter3.length(), overflow);
231 if (overflow)
256 bool overflow = false local
289 bool overflow = false; local
326 bool overflow = false; local
367 bool overflow = false; local
412 bool overflow = false; local
461 bool overflow = false; local
    [all...]
  /external/srec/srec/cfront/
ca_wave.c 208 int overflow; local
216 &pc5, &pc95, &overflow);
229 if (overflow) *too_many_samples = ESR_TRUE;
  /external/stlport/src/
stdio_streambuf.cpp 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { function in class:stdio_ostreambuf
  /external/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
  /external/v8/src/
conversions.cc 172 int overflow = static_cast<int>(number >> 53); local
173 if (overflow != 0) {
174 // Overflow occurred. Need to determine which direction to round the
177 while (overflow > 1) {
179 overflow >>= 1;
211 // Rounding up may cause overflow.
400 // will not overflow the multiplier, we stop parsing the part
631 // Check overflow.
    [all...]
  /external/webkit/Source/WebCore/storage/
StorageMap.cpp 115 // Quota tracking. This is done in a couple of steps to keep the overflow tracking simple.
117 bool overflow = newLength + value.length() < newLength; local
121 overflow |= newLength - oldValue.length() > newLength;
125 overflow |= newLength + adjustedKeyLength < newLength;
128 ASSERT(!overflow); // Overflow is bad...even if quotas are off.
130 if (m_quotaSize != noQuota && (overflow || overQuota)) {
  /external/zlib/contrib/iostream3/
zfstream.cc 214 gzfilebuf::overflow(int_type c) function in class:gzfilebuf
230 // Overflow doesn't fail if nothing is to be written
301 return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0;
322 // so that overflow(c) can safely add the extra character c to the sequence.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { function in class:stdio_ostreambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetDecoder.java 73 return overflow(in);
80 return overflow(in);
95 return overflow(in);
103 private CoderResult overflow(ByteBuffer in) { method in class:UTF7StyleCharsetDecoder
105 return CoderResult.OVERFLOW;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 132 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 132 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 132 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
  /dalvik/vm/
Profile.h 51 int overflow; member in struct:MethodTraceState

Completed in 3864 milliseconds

1 2 3 4