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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoa.c161 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
696 mhi1 = multadd(mhi, 10, 0);
697 if (mhi1 == NULL)
700 mlo = mhi1;
701 mhi = mhi1;

Completed in 31 milliseconds