Searched refs:underflow (Results 26 - 36 of 36) sorted by relevance

12

/haiku/headers/cpp/
H A Dstrstream.h47 virtual int underflow();
H A Dsstream95 underflow()
H A Dstreambuf.h352 virtual int underflow(); // Leave public for now
440 virtual int underflow();
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc166 int filebuf::underflow() function in class:filebuf
H A Deditbuf.cc336 int edit_streambuf::underflow() function in class:edit_streambuf
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c315 JUMP_INIT(underflow, INTUSE(_IO_str_underflow)),
H A Dwstrops.c316 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 Dfileops.c601 /* Guts of underflow callback if we mmap the file. This stats the file and
672 mimicking the position left by a normal underflow reading into its
713 /* Special callback replacing the underflow callbacks if we mmap the file. */
761 * special jump table with simplified underflow functions which
810 and then punt to the chosen underflow routine. */
1172 Leave the buffer pointers in EOF state until underflow. */
1176 but so the next read attempt will call underflow. */
1430 /* If we now want less than a buffer, underflow and repeat
1576 JUMP_INIT(underflow, INTUSE(_IO_file_underflow)),
1602 JUMP_INIT(underflow, _IO_file_underflow_mma
[all...]
H A Dgenops.c997 it now, or wait until the next underflow?
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2087 JUMP_INIT (underflow, _IO_default_underflow),
2109 JUMP_INIT (underflow, _IO_default_underflow),

Completed in 80 milliseconds

12