Searched refs:underflow (Results 1 - 12 of 12) 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/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S22 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
32 # for masked underflow).
H A DInitializeFpu.asm26 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
39 ; for masked underflow).
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S21 # for masked underflow).
49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
H A DInitializeFpu.asm24 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
37 ; for masked underflow).
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h78 virtual int underflow();
H A Dprstrms.cpp217 PRfilebuf::underflow() function in class:PRfilebuf
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.h30 virtual int underflow();
H A Dzfstream.cpp135 int gzfilebuf::underflow() { function in class:gzfilebuf
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h113 underflow();
143 * This calls underflow(EOF) to do the job.
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/VBox/VMM/testcase/
H A DtstX86-1A.asm2823 ; Masked stack underflow.
2871 ; Masked underflow exception.
2887 ; Stack underflow - TOP and ST0 unmodified.
2983 ; Masked stack underflow, both operands.
2989 ; Masked stack underflow, one operand.
3006 ; Stack underflow, both operands - no pop or change.
3012 ; Stack underflow, one operand - no pop or change.
3096 ; Masked stack underflow.
3109 ; Stack underflow - no pop or change.
3140 ; Masked stack underflow
[all...]

Completed in 53 milliseconds