Searched refs:underflow (Results 1 - 25 of 36) sorted by path

12

/haiku/headers/cpp/
H A Dbuiltinbuf.h42 virtual int underflow();
H A Deditbuf.h85 virtual int underflow();
H A Dindstream.h67 virtual int underflow();
H A Dparsestream.h87 virtual int underflow();
120 int underflow();
134 int underflow();
H A Dsstream95 underflow()
H A Dstreambuf.h352 virtual int underflow(); // Leave public for now
440 virtual int underflow();
H A Dstrstream.h47 virtual int underflow();
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp35 int socketstreambuf::underflow() function in class:socketstreambuf
37 // cout << "***** underflow" << endl;
H A DSocketStream.h17 virtual int underflow();
/haiku/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc34 int builtinbuf::underflow() { return _IO_UNDERFLOW (this); } function in class:builtinbuf
H A Deditbuf.cc336 int edit_streambuf::underflow() function in class:edit_streambuf
H A Dfilebuf.cc166 int filebuf::underflow() function in class:filebuf
H A Dindstream.cc65 int indirectbuf::underflow() function in class:indirectbuf
H A Dparsestream.cc91 int string_parsebuf::underflow() function in class:string_parsebuf
151 int general_parsebuf::underflow() function in class:general_parsebuf
202 (void)general_parsebuf::underflow();
262 int func_parsebuf::underflow()
H A Dstreambuf.cc59 int streambuf::underflow() function in class:streambuf
141 { return ((streambuf*)fp)->underflow(); }
190 JUMP_INIT(underflow, _IO_sb_underflow),
H A Dstrstream.cc69 int strstreambuf::underflow() function in class:strstreambuf
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c997 it now, or wait until the next underflow?
H A Diofopncook.c101 JUMP_INIT(underflow, INTUSE(_IO_file_underflow)),
220 JUMP_INIT(underflow, INTUSE(_IO_file_underflow)),
H A Diopopen.c249 JUMP_INIT(underflow, _IO_new_file_underflow),
272 JUMP_INIT(underflow, _IO_new_file_underflow),
H A Dmemstream.c44 JUMP_INIT (underflow, INTUSE(_IO_str_underflow)),
68 JUMP_INIT (underflow, (_IO_underflow_t) _IO_wstr_underflow),
H A Dstrops.c315 JUMP_INIT(underflow, INTUSE(_IO_str_underflow)),
H A Dvsnprintf.c85 JUMP_INIT(underflow, INTUSE(_IO_str_underflow)),
H A Dvswprintf.c83 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wstr_underflow),
H A Dwfileops.c362 /* This is the first read attempt. Doing the underflow will choose mmap
363 or vanilla operations and then punt to the chosen underflow routine.
867 JUMP_INIT(underflow, (_IO_underflow_t) INTUSE(_IO_wfile_underflow)),
894 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wfile_underflow_mmap),
918 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wfile_underflow_maybe_mmap),
H A Dwstrops.c316 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wstr_underflow),

Completed in 108 milliseconds

12