Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c144 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.h170 virtual int_type underflow();
235 : this->underflow(); in sgetc()
D_strstream.h76 virtual int_type underflow();
D_sstream.h79 virtual int_type underflow();
D_sstream.c96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { in underflow() function
D_fstream.c75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow() function
D_fstream.h201 virtual int_type underflow();
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h80 int_type underflow();
Dstdio_streambuf.cpp156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() function in stdio_istreambuf
Dstrstream.cpp176 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
/ndk/build/gmsl/
D__gmsl556 # 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)))
Dgmsl-tests347 …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)