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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c2460 #define U_MAX u_max
2588 Volatile unsigned Integer u_max, newi, two; local
2589 newi=1; u_max=0; two=2;
2591 if (setjmp(lab)==0) { /* Yields u_max */
2592 while(newi>u_max) {
2593 u_max=newi;
2599 co, INT, (unsigned long) u_max, oc);
2608 && u_max <= maxint /* an int can represent all values */
2612 (long) u_max, 0L,
2616 (unsigned long) u_max,
[all...]

Completed in 49 milliseconds