Searched refs:NARROW (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfprintf.c1 #define NARROW macro
H A Dvfwprintf.c75 #ifndef NARROW
142 #ifndef NARROW
194 #ifndef NARROW
413 #ifndef NARROW
671 #ifdef NARROW
705 #ifndef NARROW
729 #endif /* NARROW */
847 #ifdef NARROW
998 #ifdef NARROW
1085 #ifndef NARROW
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h436 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
437 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
443 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
444 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
446 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
450 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
457 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)

Completed in 235 milliseconds