Searched refs:NARROW (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vfprintf.c | 1 #define NARROW macro
|
H A D | vfwprintf.c | 75 #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 D | pyport.h | 436 /* 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 D | pyport.h | 449 /* 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