Searched refs:underflow (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.c | 144 return this->underflow(); in _M_snextc_aux() 163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ? in uflow() 170 basic_streambuf<_CharT, _Traits>::underflow() in underflow() function
|
D | _streambuf.h | 170 virtual int_type underflow(); 235 : this->underflow(); in sgetc()
|
D | _strstream.h | 76 virtual int_type underflow();
|
D | _sstream.h | 79 virtual int_type underflow();
|
D | _sstream.c | 96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { in underflow() function
|
D | _fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow() function
|
D | _fstream.h | 201 virtual int_type underflow();
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 80 int_type underflow();
|
D | stdio_streambuf.cpp | 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() function in stdio_istreambuf
|
D | strstream.cpp | 176 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
|
/ndk/build/gmsl/ |
D | __gmsl | 556 # or outputs an error on a numeric underflow 560 $(call __gmsl_warning,Subtraction underflow))) 567 # or outputs an error on a numeric underflow 673 # decrement does not range check and hence will not underflow, but 697 $(call __gmsl_warning,Decrement underflow)))
|
D | gmsl-tests | 347 …l test_assert,$(call int_subtract,$(call int_encode,3),$(call int_encode,4)),Subtraction underflow) 523 $(call test_assert,$(call int_dec,$(call int_encode,0)),Decrement underflow)
|