Searched refs:msd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/USB/testcase/
H A DtstTrekStorGo.c236 static void msd() function
311 msd();
H A DtstPalmOne.c236 static void msd() function
397 msd();
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c501 digit msd = v->ob_digit[ndigits - 1]; local
510 msd >>= 1;
511 } while (msd);
4134 digit msd; local
4143 msd = v->ob_digit[ndigits-1];
4144 while (msd >= 32) {
4146 msd >>= 6;
4148 msd_bits += (long)(BitLengthTable[msd]);

Completed in 246 milliseconds