Searched refs:int_min (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 2457 #define I_MIN int_min 2506 Volatile Integer newi, int_max, maxeri, int_min, minneri; local 2528 int_min= -int_max; 2529 if (setjmp(lab)==0) { /* Yields int_min */ 2530 if (int_min-1 < int_min) int_min--; 2554 Vprintf("%sMinimum %s = %ld%s\n", co, INT, (long)int_min, oc); 2560 (long) int_min, (long) (PASS==1?maxint:int_max), 2575 if (minneri<int_min) { [all...] |
Completed in 1246 milliseconds