Searched defs:char_min (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c1819 #define SCHAR_MIN char_min
1833 #define CHAR_MIN char_min
1839 #define SCHAR_MIN char_min
1848 Volatile char c, char_max, char_min; local
1876 c=0; char_min=0;
1878 if (c<char_min) /* then the min char < 0 */ {
1880 char_min= -char_max;
1881 if (setjmp(lab)==0) { /* Yields char_min */
1882 if (char_min-1 < char_min) char_mi
1952 /* Syntax error? Define NO_SC */ Volatile signed char c1, char_max, char_min; local
[all...]

Completed in 66 milliseconds