Searched refs:underflow (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/system/libroot/posix/glibc/libio/
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?
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 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 Dwstrops.c316 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wstr_underflow),
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%rsp) # raise underflow
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dlog1p.s18 # subnormal x, return x with underflow
H A Dlog1pf.s18 # subnormal x, return x with underflow
H A Dexp.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
43 # x*log2e < -65, return -1 without underflow
119 fstps (%esp) # raise underflow
H A Datan2f.s12 # subnormal x, return x with underflow
H A Datanf.s12 # subnormal x, return x with underflow
H A Dasin.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
H A Datan.s12 # subnormal x, return x with underflow
H A Datan2.s12 # subnormal x, return x with 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),
/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()

Completed in 83 milliseconds

12