Searched defs:underflow (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/widgets/
H A Deditbox.c67 signed int cursor_offset, underflow, overflow, first; local
72 underflow = ( EDITBOX_MIN_CHARS - cursor_offset );
75 if ( underflow > 0 ) {
76 first -= underflow;
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp135 int gzfilebuf::underflow() { function in class:gzfilebuf
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc171 // 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
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp217 PRfilebuf::underflow() function in class:PRfilebuf

Completed in 502 milliseconds